SAP Reports / Programs

SCPR_CHECK_TAB_FOR_SCPRSTRANSP SAP ABAP Report - Check tables for Switch BC Sets







SCPR_CHECK_TAB_FOR_SCPRSTRANSP 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 SCPR_CHECK_TAB_FOR_SCPRSTRANSP 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 SCPR_CHECK_TAB_FOR_SCPRSTRANSP. "Basic submit
SUBMIT SCPR_CHECK_TAB_FOR_SCPRSTRANSP AND RETURN. "Return to original report after report execution complete
SUBMIT SCPR_CHECK_TAB_FOR_SCPRSTRANSP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check tables for Switch BC Sets
Text Symbol: 001 = Table Selection
Text Symbol: 002 = Piece List:
Text Symbol: 003 = Table Name:
Text Symbol: 004 = Table is used directly in Switch BC Set &1
Text Symbol: 005 = Table is not used in Switch BC Sets
Text Symbol: 006 = Table is also used in object &1 (type '&2')
Text Symbol: 007 = ... these objects can also not be used in Switch BC Sets.
Text Symbol: 008 = Table is used in Switch BC Set &3 via object &1 (type '&2')
Text Symbol: 009 = Table is not used in Switch BC Sets via object &1 (type '&2')
Text Symbol: 010 = Table &1 cannot be used in Switch BC Sets:
Text Symbol: 011 = Table is not used in any other object
Text Symbol: 012 = Table &1 can be used in Switch BC Sets
Text Symbol: 013 = No database tables in piece list


INCLUDES used within this REPORT SCPR_CHECK_TAB_FOR_SCPRSTRANSP

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:

SCPR_TR_READ_REQUEST CALL FUNCTION 'SCPR_TR_READ_REQUEST' EXPORTING order_no = p_pl "default 'Z_IS_TABLE_ENTRIES' client_adapt = ' ' TABLES e071 = it_e071[] e071k = it_e071k[] EXCEPTIONS empty_request = 1 others = 2.

SCPR_CHECK_TABLE_STATUS CALL FUNCTION 'SCPR_CHECK_TABLE_STATUS' EXPORTING TABNAME = tabname TABTYPE = 'T' * CALL_ENVIRONMENT = 'BCSET_CREATE_VIA_TR' * OBJECTNAME = * OBJECTTYPE = CATEGORY = 'S' * CHECK_CLI_DEP = ' ' * CHECK_CLI_CAS = ' ' * USED_TAB_FIELDS = IMPORTING CHECK_RESULTS = it_chk_res[] * OBJ_CLI_DEP = * OBJ_CLI_CAS = EXCEPTIONS TAB_DENIED = 1 OTHERS = 2.

SCPR_IMG_DB_GET_OBJ_ACT_BY_TAB CALL FUNCTION 'SCPR_IMG_DB_GET_OBJ_ACT_BY_TAB' EXPORTING TABNAME = tabname CUST_OBJ_ONLY = 'X' * ACTIVITIES_ONLY = ' ' CATEGORY = 'S' * CLI_DEP = ' ' * CLI_CAS = ' ' * IMPORTING * NOT_USED_IN_ACT = * NO_OF_ACTIVITIES = TABLES TAB_USED_IN = it_tab_used_in[] EXCEPTIONS NO_ENTRIES_FOUND = 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 SCPR_CHECK_TAB_FOR_SCPRSTRANSP or its description.