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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SCPR_CHECK_TAB_FOR_SCPRSTRANSP - Check tables for Switch BC Sets SCPR_CHECK_TAB_FOR_SCPRSTRANSP - Check tables for Switch BC Sets SCPR_CHECK_CASCADING_FOR_VIEWS - Report checks all views and S-tables for cascading (SFW) SCPR_CHECK_CASCADING_FOR_VIEWS - Report checks all views and S-tables for cascading (SFW) SCPR_BCSET_MASS_UPDATE - Program SCPR_BCSET_MASS_UPDATE SCPR_BCSET_MASS_UPDATE - Program SCPR_BCSET_MASS_UPDATE