SCTC_LIST_TABLES 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 SCTC_LIST_TABLES 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: P_REFRSH = Refresh
Selection Text: P_TRUNC = Data Cleanup
Selection Text: S_COMP = Component
Title: System Copy Post Configuration: Affected Tables
Text Symbol: 001 = Component
Text Symbol: 100 = Listing tables relevant for
Text Symbol: 200 = Restrict display to selected components
Text Symbol: 300 = Table does not exist in System
INCLUDE SCTC_SC_INCL_COMPONENTS.
No SAP DATABASE tables are accessed within this REPORT code!
RH_CHECK_SYSTEM_TYPE CALL FUNCTION 'RH_CHECK_SYSTEM_TYPE' EXCEPTIONS sap_system = 1.
SCTC_GET_ALL_COMPONENTS CALL FUNCTION 'SCTC_GET_ALL_COMPONENTS' IMPORTING et_components = lt_record.
SCTC_GET_WHITELIST CALL FUNCTION 'SCTC_GET_WHITELIST' EXPORTING i_component_name = ls_comp-component_name i_action = lv_action io_msg_handler = lo_msg_handler iv_flg_check_auth = '-' IMPORTING e_whitelist = l_tab_whitelist.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = lv_tabname langu = sy-langu IMPORTING dd02v_wa = ls_dd02v gotstate = lv_table_status EXCEPTIONS illegal_input = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT * CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' * EXPORTING * i_selection = '' * i_tabname = 'LT_RETURN' * i_structure_name = 'BAPIRET2' * TABLES * t_outtab = lt_return * EXCEPTIONS * program_error = 1 * OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcatalog it_sort = lt_sort_output it_excluding = lt_exclude_fcode TABLES t_outtab = lt_output 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.
SCTC_LIST_TABLES - System Copy Post Configuration: Affected Tables SCTC_LIST_TABLES - System Copy Post Configuration: Affected Tables SCTC_BDLS_SYNCH - Report SCTC_BDLS_SYNCH SCTC_BDLS_SYNCH - Report SCTC_BDLS_SYNCH SCSM_XML_GEN_ALL_FILE - Program SCSM_XML_GEN_ALL_FILE SCSM_XML_GEN_ALL_FILE - Program SCSM_XML_GEN_ALL_FILE