SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

IUUC_REPL_CONFIG_ANALYSIS SAP ABAP Report - Configuration Analysis







IUUC_REPL_CONFIG_ANALYSIS 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 IUUC_REPL_CONFIG_ANALYSIS 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 IUUC_REPL_CONFIG_ANALYSIS. "Basic submit
SUBMIT IUUC_REPL_CONFIG_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_REPL_CONFIG_ANALYSIS 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: S_TAB = D .
Selection Text: S_DATE = D .
Selection Text: P_MT_ID = D .
Title: Configuration Analysis
Text Symbol: UPD = Updated Records
Text Symbol: TIM = Executed At
Text Symbol: T06 = per week
Text Symbol: T05 = per day
Text Symbol: T04 = per half day
Text Symbol: T03 = per 6 hours
Text Symbol: T02 = per hour
Text Symbol: T01 = per minute
Text Symbol: T00 = per user definition
Text Symbol: OS1 = Filter
Text Symbol: MIN = minutes
Text Symbol: LTI = Latency Min
Text Symbol: LTE = Latency Med
Text Symbol: LTA = Latency Max
Text Symbol: INS = Inserted Records
Text Symbol: HTG = Time grid width at first display
Text Symbol: DEL = Deleted Records
Text Symbol: BS1 = General Data


INCLUDES used within this REPORT IUUC_REPL_CONFIG_ANALYSIS

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_dynpprog dynumb = lv_dynpnr TABLES dynpfields = lt_params EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'IUUC_SCHEMA_MAP' TABLES dfies_tab = lt_field_tab_tx EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'MT_ID' dynpprog = lv_dynpprog dynpnr = lv_dynpnr dynprofield = 'P_MT_ID' value_org = 'S' multiple_choice = ' ' TABLES value_tab = lt_mtids field_tab = lt_field_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'IUUC_S_TABLES_TRIGGER_INFO_F' TABLES dfies_tab = lt_field_tab_tx EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TABNAME' dynpprog = lv_dynpprog dynpnr = lv_dynpnr value_org = 'S' multiple_choice = 'X' TABLES value_tab = lt_tables field_tab = lt_field_tab return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_dynpprog dynumb = lv_dynpnr TABLES dynpfields = lt_params EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = iv_tabname fieldname = iv_fieldname dynpprog = lv_dynpprog dynpnr = lv_dynpnr dynprofield = iv_dynprofield EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = stru_output_layout it_fieldcat = tab_output_fcat TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2.



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