SAP Reports / Programs

RS_CI_TR_SLIN_CHECK_PARALLEL SAP ABAP Report - Parallel Pre-Checks of Transport Requests







RS_CI_TR_SLIN_CHECK_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_TR_SLIN_CHECK_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_TR_SLIN_CHECK_PARALLEL. "Basic submit
SUBMIT RS_CI_TR_SLIN_CHECK_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CI_TR_SLIN_CHECK_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: MAXREQS = Number of Requests per Task
Selection Text: MAXTASKS = Number of Parallel Tasks
Selection Text: RFCGROUP = RFC Group
Selection Text: SLINCNTX = SLIN Execution Context
Title: Parallel Pre-Checks of Transport Requests
Text Symbol: 001 = Tasks:
Text Symbol: 002 = Runtime:


INCLUDES used within this REPORT RS_CI_TR_SLIN_CHECK_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:

TRINT_SELECT_REQUESTS call function 'TRINT_SELECT_REQUESTS' exporting IV_USERNAME_PATTERN = SPACE IS_SELECTION = LS_SELECTION IV_COMPLETE_PROJECTS = 'X' importing ET_REQUESTS = LT_REQUESTS.

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 = 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.

TR_GET_REPORT_SOURCES call function 'TR_GET_REPORT_SOURCES' exporting IT_E071 = LT_OBJECTS tables ET_SOURCES = LT_SOURCES.

EXTENDED_PROGRAM_CHECK_TRNSPRT call function 'EXTENDED_PROGRAM_CHECK_TRNSPRT' exporting * TIMESTAMP_CHECK = ABAP_FALSE WORKSET = LT_SOURCES * CACHE_USE = SLIN_CACHE_USE-ALL CALL_CNTX = L_TASKDATA-IMPORTING-SLINCNTX importing result = LT_RESULT * RESULT_STAT = L_RESULT_STAT exceptions * FATAL_ERROR = 1 others = 2 .

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