PERFBTCST SAP (Structure of output list (job performance analysis)) Structure details

Dictionary Type: Structure
Description: Structure of output list (job performance analysis)




ABAP Code to SELECT data from PERFBTCST
Related tables to PERFBTCST
Access table PERFBTCST




Structure field list including key, data, relationships and ABAP select examples

PERFBTCST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure of output list (job performance analysis)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PERFBTCST TYPE PERFBTCST.

The PERFBTCST table consists of various fields, each holding specific information or linking keys about Structure of output list (job performance analysis) data available in SAP. These include JOBCOUNT (Job ID), SDLSTRTDT (Planned Start Date for Background Job), SDLSTRTTM (Planned start time for background Job), BTCSYSTEM (Target System to Run Background Job).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PERFBTCST structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
SDLSTRTDTPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
SDLSTRTTMPlanned start time for background Job BTCSTIMETIMS6SYTIME
BTCSYSTEMTarget System to Run Background Job BTCTGTSYSCHAR32TEXT32
SDLUNAMEInitiator of job/step scheduling BTCSDLNMCHAR12CHAR12
LASTCHDATEDate of last job change BTCJCHDATEDATS8SYDATS
LASTCHTIMETime of last job change BTCJCHTIMETIMS6SYTIME
LASTCHNAMELast job change made by BTCJCHNMCHAR12CHAR12
STRTDATEJob start date BTCXDATEDATS8SYDATS
STRTTIMEBatch job start time BTCXTIMETIMS6SYTIME
ENDDATEJob start date BTCXDATEDATS8SYDATS
ENDTIMEBatch job start time BTCXTIMETIMS6SYTIME
PERIODICPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
STATUSState of Background Job BTCSTATUSCHAR1CHAR1
WPNUMBERWork process number BTCWPNOINT410
WPPROCIDWork process ID BTCWPPIDINT410
BTCSYSREAXTarget System to Run Background Job BTCTGTSYSCHAR32TEXT32
JOBCLASSJob classification BTCJOBCLASCHAR1CHAR1
EXECSERVEServer name BTCSRVNAMECHAR20TEXT20
DURATIONJob duration (in seconds) DURAINT410
DELAYJob delay DELAINT410
AVGTIMSECAverage job runtime AVGTIMINT410
DIFFTIMSECDifference between job runtime and average runtime DIFFTIMINT410
SELFLAGSelection flag for job list display SELECFLAGCHAR1CHAR1
CNTOFJOBSNumber of job executions NUMJOBINT410

Key field Non-key field



How do I retrieve data from SAP structure PERFBTCST using ABAP code?

As PERFBTCST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PERFBTCST as there is no data to select.

How to access SAP table PERFBTCST

Within an ECC or HANA version of SAP you can also view further information about PERFBTCST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!