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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IHC_APPL_ARCHIVE_LOAD - IHC: Archiving, Reload Program IHC_APPL_ARCHIVE_LOAD - IHC: Archiving, Reload Program IHC_APPL_ARCHIVE_DELETE - IHC: Archiving; Deletion Program IHC_APPL_ARCHIVE_DELETE - IHC: Archiving; Deletion Program IGTRINT_CONSTANTS - Constants for GTR_INTEGRATION package IGN_SEARCH - Program IGN_SEARCH