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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IUUC_REPL_CONFIG_ANALYSIS - Configuration Analysis IUUC_REPL_CONFIG_ANALYSIS - Configuration Analysis IUUC_REPL_CONFIGURATION - classic base GUI LT Replication IUUC_REPL_CONFIGURATION - classic base GUI LT Replication IUUC_REPLAY_TIME_FORECAST - Forecast remaining time for transfer IUUC_REPLAY_TIME_FORECAST - Forecast remaining time for transfer