IDX_GET_CONFIG 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 IDX_GET_CONFIG 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: DEST = RFC Destination Source System
Selection Text: TEST = Test
Title: Report IDX_GET_CONFIG
Text Symbol: 100 = Configuration data is loaded remotely
Text Symbol: 180 = IDoc metadata completely loaded or none exist remotely
Text Symbol: 200 = IDoc metadata remotely loaded
Text Symbol: INS = Entries for table
Text Symbol: LI1 = Load Metadata and Configuration
Text Symbol: LI2 = Existing data will be overwritten
Text Symbol: TIT = Initial Fill for IDoc Adapter Configuration Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE_INFO CALL FUNCTION 'POPUP_TO_DECIDE_INFO' EXPORTING defaultoption = 'N' textline1 = text-li1 textline2 = text-li2 titel = text-tit start_column = 25 start_row = 6 IMPORTING answer = answer.
IDX_GET_CONFIG CALL FUNCTION 'IDX_GET_CONFIG' DESTINATION dest IMPORTING version = version TABLES t_sload = t_sload t_idocinb = t_idocinb t_noale = t_noale "#EC ENHOK t_queue = t_queue t_porsm59 = t_porsm59 EXCEPTIONS interface_incomplete = 1 data_incomplete = 2 communication_failure = 3 MESSAGE l_msg_text system_failure = 4 MESSAGE l_msg_text OTHERS = 5.
IDX_GET_CONFIG CALL FUNCTION 'IDX_GET_CONFIG' DESTINATION dest IMPORTING version = version TABLES t_sload = t_sload t_idocinb = t_idocinb t_noale = t_noale "#EC ENHOK t_queue = t_queue t_porsm59 = t_porsm59 t_idocsyn = t_idocsyn t_edsappl = t_edsappl t_edisdef = t_edisdef EXCEPTIONS interface_incomplete = 1 data_incomplete = 2 communication_failure = 3 MESSAGE l_msg_text system_failure = 4 MESSAGE l_msg_text OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_text.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = c_xmb_test EXCEPTIONS function_not_exist = 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.
IDX_GET_CONFIG - Report IDX_GET_CONFIG IDX_GET_CONFIG - Report IDX_GET_CONFIG IDX_FILL_STRUCTURE - Load Selected IDoc Metadata for the IDoc Adapter IDX_FILL_STRUCTURE - Load Selected IDoc Metadata for the IDoc Adapter IDX_DELETE_IDOCTYP_WITHOUT_IS - Delete IDoc types; they are to be sent to XI IDX_DELETE_IDOCTYP_WITHOUT_IS - Delete IDoc types; they are to be sent to XI