IHC_APPL_UPDATE_EXTERNAL_DOCS 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_UPDATE_EXTERNAL_DOCS 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: PX_PROD = Update Run
Selection Text: PX_NODEL = No Deletion
Selection Text: IT_UNIT = D Bank Area
Selection Text: IT_TRNS = D Transaction Type
Selection Text: IT_STAT = D Status of the Payment Order
Selection Text: IT_PN_YR = D Year
Selection Text: IT_PN_NM = D Payment Order
Selection Text: IT_DATE = D Date Executed
Selection Text: IT_ACCT = D Payer Account Number
Title: IHC: Get External Documents (Refresh Status)
Text Symbol: 101 = Enter Further Free Selection
Text Symbol: 100 = Further Free Selection
Text Symbol: 024 = in the foreground?
Text Symbol: 023 = plan the selection as a job. Do you want still want to execute
Text Symbol: 022 = which can result in a TIME_OUT. We recommend that you
Text Symbol: 021 = selected payment orders. Processing can take some time,
Text Symbol: 020 = You have
Text Symbol: 007 = No
Text Symbol: 006 = Y
Text Symbol: 005 = Archiving: Messages
Text Symbol: 004 = - Archiving Variant
Text Symbol: 003 = Selection Criteria for Payment Orders to Be Archived
Text Symbol: 002 = Payment Orders to Be Archived
Text Symbol: 001 = Mass Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING FIELD_RANGES = gt_selections IMPORTING WHERE_CLAUSES = lt_selections.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Massenverarbeitung'(001) TEXT_QUESTION = l_text TEXT_BUTTON_1 = 'Ja'(006) TEXT_BUTTON_2 = 'Nein'(007) DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = space IMPORTING ANSWER = l_answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
IHC_UTIL_DISPLAY_MESSAGES CALL FUNCTION 'IHC_UTIL_DISPLAY_MESSAGES' EXPORTING I_TITLE = 'Archivierung: Nachrichten'(005) IT_MESSAGES = lt_messages.
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 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_UPDATE_EXTERNAL_DOCS - IHC: Get External Documents (Refresh Status) IHC_APPL_UPDATE_EXTERNAL_DOCS - IHC: Get External Documents (Refresh Status) IHC_APPL_STATUS_EXTERNAL_DOCS - IHC: Evaluate the Status of External Documents IHC_APPL_STATUS_EXTERNAL_DOCS - IHC: Evaluate the Status of External Documents IHC_APPL_ROUTINGTOP - IHCAPPLROUTINGTOP IHC_APPL_ROUTINGO01 - IHCAPPLROUTINGO01