SAP Reports / Programs | Basis Components | Installation Tools | Content for ABAP based automated TC(BC-INS-TC-CNT) SAP BC

SCTC_LIST_TABLES SAP ABAP Report - System Copy Post Configuration: Affected Tables







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


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


INCLUDES used within this REPORT SCTC_LIST_TABLES

INCLUDE SCTC_SC_INCL_COMPONENTS.


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:

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.



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