SAP Reports / Programs

RSBTCSEXE SAP ABAP Report - Quick Starters







RSBTCSEXE 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 RSBTCSEXE 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 RSBTCSEXE. "Basic submit
SUBMIT RSBTCSEXE AND RETURN. "Return to original report after report execution complete
SUBMIT RSBTCSEXE 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: TIMELMT = Time Limit
Selection Text: STRTATMP = Duration of Start Attempt
Selection Text: RUNINBTC = Run in Background
Selection Text: PERIOD = Period
Selection Text: JOBNAMES = Job Names:
Selection Text: CLNT = Client:
Title: Quick Starters
Text Symbol: 038 = Job Period
Text Symbol: 039 = There are jobs whose execution servers are unknown
Text Symbol: 040 = Job Names:
Text Symbol: 101 = Process
Text Symbol: 102 = Status
Text Symbol: 103 = Server
Text Symbol: 104 = Job Name
Text Symbol: 105 = Job Count
Text Symbol: 106 = Job Status
Text Symbol: 107 = Job Start Date
Text Symbol: 108 = Job Start Time
Text Symbol: 113 = Job End Date
Text Symbol: 114 = Job End Time
Text Symbol: 115 = DlgWP
Text Symbol: 116 = Variant
Text Symbol: 117 = AppID
Text Symbol: 201 = Canceled
Text Symbol: 202 = Finished
Text Symbol: 203 = Released
Text Symbol: 204 = Active
Text Symbol: 205 = Planned
Text Symbol: 206 = Ready
Text Symbol: 207 = Suspended
Text Symbol: 208 = Unknown
Text Symbol: 209 = Background Processing
Text Symbol: 210 = Dialog
Text Symbol: 211 = Running
Text Symbol: 212 = Ending in 10 seconds
Text Symbol: 037 = End Time:
Text Symbol: 001 = Job Selection Conditions
Text Symbol: 002 = Runtime Conditions





Text Symbol: 004 = Job Names:
Text Symbol: 005 = End if there are no jobs after this period of time:
Text Symbol: 006 = Mode
Text Symbol: 007 = Execute in Background
Text Symbol: 008 = Only Valid in Dialog
Text Symbol: 009 = How long to attempt to start immediately in the background (in seconds):
Text Symbol: 010 = You do not have background administrator authorization
Text Symbol: 011 = Irreparable Error
Text Symbol: 012 = Error when creating a background job for RSBTCSEXE
Text Symbol: 013 = Error when creating RSBTCSEXE as a job step
Text Symbol: 014 = Can only start RSBTCEXE in the background
Text Symbol: 015 = It was not possible to start RSBTC in this time
Text Symbol: 016 = Seconds
Text Symbol: 017 = RSBTCSEXE was started in the background
Text Symbol: 018 = There are a number of jobs currently executing RSBTCSEXE in the background
Text Symbol: 019 = There is at least one work process currently executing RSBTCSEXE
Text Symbol: 020 = Generated Variant
Text Symbol: 021 = Cannot generate variant
Text Symbol: 022 = Server:
Text Symbol: 023 = Process:
Text Symbol: 024 = User:
Text Symbol: 025 = Jobs started; oldest job:
Text Symbol: 026 = There are a number of servers that have been "closed" for too long
Text Symbol: 027 = Number of Jobs that Cannot Start
Text Symbol: 028 = No jobs were scheduled for other servers
Text Symbol: 029 = There are no jobs to start
Text Symbol: 030 = End time exceeded
Text Symbol: 031 = There are not free work processes
Text Symbol: 032 = Clients:
Text Symbol: 033 = Closed Interval
Text Symbol: 034 = Include
Text Symbol: 035 = Excluded Interval
Text Symbol: 036 = Exclude


INCLUDES used within this REPORT RSBTCSEXE

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:

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