SAP Reports / Programs

SAPBTCPE SAP ABAP Report - Performance Analysis for Background Jobs







SAPBTCPE 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 SAPBTCPE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SM39 - Job Analysis


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 SAPBTCPE. "Basic submit
SUBMIT SAPBTCPE AND RETURN. "Return to original report after report execution complete
SUBMIT SAPBTCPE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Performance Analysis for Background Jobs
Text Symbol: 008 = OPTIONAL
Text Symbol: 009 = Executing system
Text Symbol: 010 = Job class
Text Symbol: 011 = Periodic job
Text Symbol: 012 = Periodic job
Text Symbol: 013 = : YES
Text Symbol: 014 = : NO
Text Symbol: 001 = Scheduled by user
Text Symbol: 002 = Scheduled for the
Text Symbol: 003 = at
Text Symbol: 004 = Started on
Text Symbol: 005 = at
Text Symbol: 006 = Status
Text Symbol: 007 = Target syst.
Text Symbol: 015 = Ended on
Text Symbol: 023 = External program
Text Symbol: 027 = Job name
Text Symbol: 029 = Job statistics
Text Symbol: 030 = in secs.
Text Symbol: 031 = No jobs displayed for this selection criterion
Text Symbol: 100 = Job selection
Text Symbol: 102 = on
Text Symbol: 016 = Duration
Text Symbol: 017 = Delay
Text Symbol: 018 = Average runtime
Text Symbol: 019 = Difference
Text Symbol: 020 = Last changed on
Text Symbol: 021 = Changed by
Text Symbol: 022 = Report
Text Symbol: 111 = Finished
Text Symbol: 112 = Canceled
Text Symbol: 113 = Job name
Text Symbol: 114 = Scheduled
Text Symbol: 115 = Status
Text Symbol: 116 = Start
Text Symbol: 117 = Duration
Text Symbol: 104 = Displayed





Text Symbol: 105 = Display criterion:
Text Symbol: 106 = Job name:
Text Symbol: 107 = from
Text Symbol: 108 = Active
Text Symbol: 109 = User:
Text Symbol: 110 = to
Text Symbol: 118 = Delay
Text Symbol: 127 = Canceled
Text Symbol: 128 = Finished
Text Symbol: 129 = Active
Text Symbol: 130 = Variance
Text Symbol: 131 = Runtime
Text Symbol: 132 = Number of jobs read
Text Symbol: 119 = Successful
Text Symbol: 120 = Average
Text Symbol: 122 = by user
Text Symbol: 123 = on
Text Symbol: 124 = Time
Text Symbol: 125 = Executions
Text Symbol: 126 = Runtime
Text Symbol: 103 = at


INCLUDES used within this REPORT SAPBTCPE

INCLUDE BTCPEE01.
INCLUDE BTCPEO01.
INCLUDE BTCPEI01.
INCLUDE BTCPEF01.


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