SAP Reports / Programs | Basis Components | Basis Components | Business Configuration Sets(BC-CUS-TOL-BCD) SAP BC

SCPR_ACTIVATE_SBCSETSO01 SAP ABAP INCLUDE - SCPRACTIVATESBCSETSO01







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


INCLUDES used within this REPORT SCPR_ACTIVATE_SBCSETSO01

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_CT_LANGUAGES_GET CALL FUNCTION 'SCPR_CT_LANGUAGES_GET' IMPORTING LANGUAGES = inst_languages.

SCPR_DB_ATTR_GET_DETAIL CALL FUNCTION 'SCPR_DB_ATTR_GET_DETAIL' EXPORTING PROFID = dynp100-bcset VERSION = version_new CATEGORY = pcat_switch IMPORTING CLI_DEP = dynp100-cli_dep CLI_CAS = dynp100-cli_cas MODDATE = dynp100-moddate MODTIME = dynp100-modtime ACT_INFO = dynp100-act_info EXCEPTIONS PROFILE_DONT_EXIST = 1 OTHERS = 2.

SCPR_TEXT_GET CALL FUNCTION 'SCPR_TEXT_GET' EXPORTING profid = dynp100-bcset category = pcat_switch IMPORTING proftext = dynp100-text EXCEPTIONS no_text_found = 1.

SCPRMP_COMPARE_ONE_BCSET CALL FUNCTION 'SCPRMP_COMPARE_ONE_BCSET' EXPORTING P_BCSET = dynp100-bcset P_CATEGORY = pcat_switch P_FAST_MODE = 'X' P_MASTERCHECK = 'X' P_PRINT_HEADER = ' ' P_PRINT_OVERVIEW = ' ' P_PRINT_WIDTH = ' ' * P_CHECK_INCLUDED_FIELDS = ' ' P_SYSTEM_SAP = ' ' * P_CALLING_REPORT = 'S' CHANGING * PT_COMPARE = * PT_TABLEDESCR = * LT_RECA = * PT_VALS = * PT_VALL = * PWA_ATTR = PT_COMP_LANGVECTOR = inst_languages PT_SUPERSET_VECTOR = inst_languages P_DIFFERENCE = comp_difference * P_MASTERLANGUAGE = * P_DATA_MODIFIED = ' ' .

SCPR_SFW_GET_SYSTEM_SETTINGS CALL FUNCTION 'SCPR_SFW_GET_SYSTEM_SETTINGS' IMPORTING ACT_IN_CLIENTS = act_in_clients BC_MAINT_SYSTEM = dynp100-bc_maint_system.



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