SAP Reports / Programs

IHC_APPL_ARCHIVE_LOAD SAP ABAP Report - IHC: Archiving, Reload Program







IHC_APPL_ARCHIVE_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter IHC_APPL_ARCHIVE_LOAD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT IHC_APPL_ARCHIVE_LOAD. "Basic submit
SUBMIT IHC_APPL_ARCHIVE_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT IHC_APPL_ARCHIVE_LOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: IT_ACCT = D Payer Account Number
Selection Text: IT_DATE = D Date Executed
Selection Text: IT_PN_NM = D Payment Order
Selection Text: IT_PN_YR = D Year
Selection Text: IT_STAT = D Status of the Payment Order
Selection Text: IT_TRNS = D Transaction Type
Selection Text: IT_UNIT = D Bank Area
Title: IHC: Archiving, Reload Program
Text Symbol: 001 = Further Free Selection
Text Symbol: 002 = Payment Orders to Be Archived
Text Symbol: 003 = Selection Criteria for Payment Orders to Be Archived
Text Symbol: 004 = - Archiving Variant
Text Symbol: 005 = Archiving: Messages
Text Symbol: 100 = Further Free Selection
Text Symbol: 101 = Enter Further Free Selection


INCLUDES used within this REPORT IHC_APPL_ARCHIVE_LOAD

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SELECT_OPTIONS_RESTRICT * CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' * EXPORTING * program = sy-repid * restriction = ls_restriction * EXCEPTIONS * OTHERS = 1.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_enter_more * text = 'Weitere freie Selektion'(100) * info = 'Weitere freie Selektion eingeben'(101) * IMPORTING * RESULT = button * EXCEPTIONS * OTHERS = 1.

DDIF_DTEL_GET * CALL FUNCTION 'DDIF_DTEL_GET' * EXPORTING * name = l_ddic_name * langu = sy-langu * IMPORTING * dd04v_wa = lw_ddic_data * EXCEPTIONS * illegal_input = 1 * OTHERS = 2.

FREE_SELECTIONS_RANGE_2_EX * CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' * EXPORTING * field_ranges = gt_selections * IMPORTING * expressions = lt_expressions.

FREE_SELECTIONS_INIT * CALL FUNCTION 'FREE_SELECTIONS_INIT' * EXPORTING * kind = 'F' * expressions = lt_expressions * restriction = ls_restriction * IMPORTING * selection_id = l_selection_id * TABLES * fields_tab = lt_field_list * field_texts = lt_field_texts * fields_not_selected = lt_negative_list * EXCEPTIONS * OTHERS = 1.

FREE_SELECTIONS_DIALOG * CALL FUNCTION 'FREE_SELECTIONS_DIALOG' * EXPORTING * selection_id = l_selection_id * title = 'Selektionskriterien für zu archivierenden Zahlungsaufträge'(003) * as_window = 'X' * IMPORTING * field_ranges = gt_selections * TABLES * fields_tab = lt_field_list * EXCEPTIONS * no_action = 1 * OTHERS = 2.

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = sy-repid * dynumb = sy-dynnr * TABLES * dynpfields = lt_dynpfield * EXCEPTIONS * OTHERS = 1.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = l_icon * text = 'Weitere freie Selektion'(100) * info = 'Weitere freie Selektion eingeben'(101) * IMPORTING * RESULT = button * EXCEPTIONS * OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IHC_APPL_ARCHIVE_LOAD or its description.