SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)(BC-DWB-TOO-ATF) SAP BC

RS_CI_PARALLEL SAP ABAP Report - Program RS_CI_PARALLEL







RS_CI_PARALLEL 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 RS_CI_PARALLEL 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 RS_CI_PARALLEL. "Basic submit
SUBMIT RS_CI_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CI_PARALLEL 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: ERR_NRS = Errors
Selection Text: ID = Inspection ID
Selection Text: MAXTASKS = Maximum number of tasks
Selection Text: RFCGROUP = RFC Group
Selection Text: USER = User Name
Selection Text: VERS = Version
Title: Program RS_CI_PARALLEL
Text Symbol: 001 = Tasks:
Text Symbol: 002 = Runtime:


INCLUDES used within this REPORT RS_CI_PARALLEL

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:

GUID_CREATE call function 'GUID_CREATE' "#EC FB_OLDED importing EV_GUID_16 = P_STAT-CI_GUID.

SAPGUI_GET_WAN_FLAG CALL FUNCTION 'SAPGUI_GET_WAN_FLAG' IMPORTING WAN_FLAG = WAN_FLAG.

SPTA_PARA_PROCESS_START_2 CALL FUNCTION 'SPTA_PARA_PROCESS_START_2' EXPORTING SERVER_GROUP = RFCGROUP MAX_NO_OF_TASKS = MAXTASKS BEFORE_RFC_CALLBACK_FORM = 'BEFORE_RFC' IN_RFC_CALLBACK_FORM = 'IN_RFC' AFTER_RFC_CALLBACK_FORM = 'AFTER_RFC' CALLBACK_PROG = REPID * SHOW_STATUS = ' ' * RESOURCE_TIMEOUT = 600 * TASK_CALL_MODE = 1 CHANGING USER_PARAM = USER_PARAM EXCEPTIONS INVALID_SERVER_GROUP = 1 NO_RESOURCES_AVAILABLE = 2 others = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = L_PERCENTAGE TEXT = L_TEXT.

SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING DATA = L_TASK_DATA IMPORTING INDXTAB = P_RFCDATA.

SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING INDXTAB = P_RFCDATA IMPORTING DATA = L_TASKDATA.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' "#EC FB_OLDED IMPORTING EV_GUID_16 = L_STAT-CI_GUID.

SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING DATA = L_TASKDATA IMPORTING INDXTAB = P_RFCDATA.

SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING INDXTAB = P_RFCDATA IMPORTING DATA = L_TASKDATA.



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