SAP Reports / Programs

SCPR_ACTIVATE_BCSETS_BATCH SAP ABAP Report - Program SCPR_ACTIVATE_BCSETS_BATCH







SCPR_ACTIVATE_BCSETS_BATCH 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_ACTIVATE_BCSETS_BATCH 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_BCSETS_BATCH. "Basic submit
SUBMIT SCPR_ACTIVATE_BCSETS_BATCH AND RETURN. "Return to original report after report execution complete
SUBMIT SCPR_ACTIVATE_BCSETS_BATCH 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: WRITE_ST = Log Status
Selection Text: TRAN_OFF = Deactivate Transport
Selection Text: TASK_SYS = Customizing Request
Selection Text: TASK_CUS = System Request
Selection Text: TASKNAME = D Asynchronous Activ. Task Name
Selection Text: SYSTEM = Activation System
Selection Text: SYSE_OFF = Check Production Client
Selection Text: SIMUL_ON = Simulation Option
Selection Text: SAFETY = Security Option
Selection Text: RFCDEST = D RFC Destination
Selection Text: REM_TYPE = Remote Type
Selection Text: NO_STAND = D Overwrite Data
Selection Text: MANDANT = D Activation Client
Selection Text: DB_GUID = DUID for BC Sets and Variables
Selection Text: COM_ONLY = Standard/Expert Mode
Selection Text: CALLFROM = Caller ID
Selection Text: BATCH = D Background Mode
Selection Text: ACT_TYPE = Dialog Option
Selection Text: ACTLINKS = D Activation Links
Title: Program SCPR_ACTIVATE_BCSETS_BATCH
Text Symbol: 003 = Activation Log GUID:
Text Symbol: 002 = Activation
Text Symbol: 001 = BC Set Activation Parameters


INCLUDES used within this REPORT SCPR_ACTIVATE_BCSETS_BATCH

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:

SCPRMP_GET_INTERNAL_TABLE CALL FUNCTION 'SCPRMP_GET_INTERNAL_TABLE' EXPORTING DATA_ID = db_guid DATA_TYPE = 'B' IMPORTING DATA = bcsets_temp EXCEPTIONS WRONG_PARAMETERS = 1 NO_DATA_FOUND = 2 TRANSFORMATION_ERROR = 3 DELETE_ERROR = 4 OTHERS = 5.

SCPRMP_GET_INTERNAL_TABLE CALL FUNCTION 'SCPRMP_GET_INTERNAL_TABLE' EXPORTING DATA_ID = db_guid DATA_TYPE = 'V' IMPORTING DATA = variables_new EXCEPTIONS WRONG_PARAMETERS = 1 NO_DATA_FOUND = 2 TRANSFORMATION_ERROR = 3 DELETE_ERROR = 4 OTHERS = 5.

SCPR_ACTIVATE_BCSETS_REMOTE CALL FUNCTION 'SCPR_ACTIVATE_BCSETS_REMOTE' EXPORTING ACTIVATION_TYPE = 1 RFCDEST = rfcdest SYSTEM = system MANDANT = mandant TASK_NUMBER_SYST = task_sys TASK_NUMBER_CUST = task_cus SIMULATION_ON = simul_on REMOTE_TYPE = rem_type COMPLETE_ONLY = com_only WRITE_STATUS = write_st ACTLINKS = actlinks NO_STANDARD = no_stand TRANSPORT_OFF = tran_off SAFETY = safety SYSEDIT_OFF = syse_off CALL_FROM = callfrom TASKNAME = taskname BATCH_MODE = batch VARIABLES_OFF = vari_off AFTER_IMP = afte_imp LANGU_ONLY = lang_onl CATEGORY = category IMPORTING PROTO_HANDLE = proto_handle RC_ACTIV = rc_activ TABLES BCSET_IDS = bcset_ids CHANGING VARIABLES_NEW = variables_new EXCEPTIONS NO_AUTHORITY = 1 NO_BCSET = 2 WRONG_PARAMETERS = 3 NO_RFC_AUTHORITY = 4 RFC_FAILURE = 5 INTERNAL_ERROR = 6 OTHERS = 7.



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