SAP Reports / Programs | Basis Components | Exchange Infrastructure | Integration Server(BC-XI-IS) SAP BC

IDX_GET_CONFIG SAP ABAP Report - Report IDX_GET_CONFIG







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


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 IDX_GET_CONFIG. "Basic submit
SUBMIT IDX_GET_CONFIG AND RETURN. "Return to original report after report execution complete
SUBMIT IDX_GET_CONFIG 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: 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


INCLUDES used within this REPORT IDX_GET_CONFIG

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:

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.



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 IDX_GET_CONFIG or its description.