SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Screen Painter(BC-DWB-TOO-SCR) SAP BC

RS_SCRP_IN_BACKGROUND SAP ABAP Report - Program RS_SCRP_IN_BACKGROUND







RS_SCRP_IN_BACKGROUND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This module is used to execute screen checks as background jobs...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RS_SCRP_IN_BACKGROUND 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_SCRP_IN_BACKGROUND. "Basic submit
SUBMIT RS_SCRP_IN_BACKGROUND AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SCRP_IN_BACKGROUND 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: PA_JOB = Job
Title: Program RS_SCRP_IN_BACKGROUND
Text Symbol: W02 = Results could not be saved
Text Symbol: W01 = Status could not be generated
Text Symbol: I01 = Run started
Text Symbol: E06 = Runs terminated because of internal error
Text Symbol: E05 = Run could not be created
Text Symbol: E04 = No tests assigned to job
Text Symbol: E03 = No suitable definition entry exists, correction number missing
Text Symbol: E02 = Data from SCRP_UTIL_TODT does not exist
Text Symbol: E01 = Data is not available
Text Symbol: C01 = JobSelectn
Text Symbol: 148 = No active one for check
Text Symbol: 077 = Screens for proc.: &3
Text Symbol: 071 = Correct. Number :
Text Symbol: 067 = Flow Logic Line
Text Symbol: 066 = created successfully
Text Symbol: 065 = Object List
Text Symbol: 061 = Screen
Text Symbol: 055 = Screen saved
Text Symbol: 047 = Warnings :
Text Symbol: 040 = Already exists
Text Symbol: 039 = BoM for
Text Symbol: 034 = Run
Text Symbol: 028 = Repair finished w/o errors
Text Symbol: 027 = Initialized
Text Symbol: 026 = Repair returned errors:
Text Symbol: 025 = Read Parameters for check from SCRP_UTIL_TODT
Text Symbol: 024 = Examines.... Hits :
Text Symbol: 023 = ReleaseCheck
Text Symbol: 022 = Display Authoriz.
Text Symbol: 021 = &2 screens processed by &3
Text Symbol: 017 = Scrn srch running
Text Symbol: 013 = Check Module
Text Symbol: 012 = Repair Module
Text Symbol: 008 = Repair
Text Symbol: 004 = None


INCLUDES used within this REPORT RS_SCRP_IN_BACKGROUND

INCLUDE RS_SCRP_IN_BACKGROUND_TOP.




INCLUDE SCRP_UTIL_LOCAL_CLASSES_IMPL.


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:

No SAP FUNCTION MODULES are executed within this report code!



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