KABA01 SAP (Screen Fields SAPLKABA: Background Processing) Structure details

Dictionary Type: Structure
Description: Screen Fields SAPLKABA: Background Processing




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




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

KABA01 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 "Screen Fields SAPLKABA: Background Processing" 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_KABA01 TYPE KABA01.

The KABA01 table consists of various fields, each holding specific information or linking keys about Screen Fields SAPLKABA: Background Processing data available in SAP. These include JNAME (Background job name), JNUMM (Job ID), PNAME (Name of internal report for batch job), VARNR (Variant Name).. 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 KABA01 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
JNAMEBackground job name BTCJOBCHAR32CHAR32
JNUMMJob ID BTCJOBCNTCHAR8CHAR8
PNAMEName of internal report for batch job BTCREPCHAR40PROGNAME
VARNRVariant Name RALDB_VARICHAR14RALDB_VARI
RNAMEReport Name RALDB_REPOCHAR40RALDB_REPO
TSYSTTarget System to Run Background Job BTCTGTSYSCHAR32TEXT32
SERVERServer name BTCSRVNAMECHAR20TEXT20
RFCGRRFC Server Group for Parallel Processing CO_RFC_GRPCHAR20RZLLITABRZLLI_ACNSPTA_RFCGRSPTA_SERVER_GROUP
RFCGNABAP/4: Name of SELECT-OPTION / PARAMETER RSSCR_NAMECHAR8SELCNAME
PRIKZControl Printing Format KVPRIKZCHAR1XFELD
STDAYPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
STTMEPlanned start time for background Job BTCSTIMETIMS6SYTIME
LTDAYLatest Execution Date for a Background Job BTCLSDATEDATS8SYDATS
LTTMELatest Execution Time for Background Job BTCLSTIMETIMS6SYTIME
STNOWBatch job start time BTCSTRTMODCHAR1RADIOFIELD
PFLAGPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
PRJOBName of previous job BTCPREDNAMCHAR32CHAR32
PRCNTJob ID BTCJOBCNTCHAR8CHAR8
CSTATJob status check indicator for subsequent job start BTCCKSTATCHAR1CHAR1
EVENTBackground Processing Event BTCEVENTIDCHAR32CHAR32
EVTPABackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
PFLAGEPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
OMODEName of Operation Mode PFEBANAMECHAR20TEXT20
PFLAGOPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
EVTPAOBackground Event Parameters (Such as, Jobname/Jobcount) BTCEVTPARMCHAR64TEXT64
EVENTOBackground Processing Event BTCEVENTIDCHAR32CHAR32
CALIDWFactory Calendar ID for Background Processing BTCCALIDCHAR2CHAR2
WDAYNNo. of workday on which a job is to start BTCWORKDAYNUMC2NUM02
STDAYWPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
STTMEWPlanned start time for background Job BTCSTIMETIMS6SYTIME
BOFMOSelect count direction for 'on workday' start date BTCWDCDSELCHAR1CHAR1
EOFMOSelect count direction for 'on workday' start date BTCWDCDSELCHAR1CHAR1
NOTBFPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
PMNTHWDuration period (in months) for a batch job BTCPMNTHNUMC2NUM02
PFLAGWPeriodic Jobs Indicator BTCPFLAGCHAR1CHAR1
CALIDFactory Calendar ID for Background Processing BTCCALIDCHAR2CHAR2
AFTERPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
BEFOREPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
ALWAYSPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
NOHDAYPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
WDAYOPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
PWEEKDuration period (in weeks) for a batch job BTCPWEEKNUMC2NUM02
PDAYSDuration (in days) of DBA action BTCPDAYNUMC3NUM03
PMNTHDuration period (in months) for a batch job BTCPMNTHNUMC2NUM02
PMINSDuration period (in minutes) for a batch job BTCPMINNUMC2NUM02
PHOURDuration period (in hours) for a batch job BTCPHOURNUMC2NUM02
CNTDIRCount direction for 'on workday' start date of a job BTCWDCDIRNUMC2NUM02
BEHAVPeriod behavior of jobs on non-workdays BTCPRDBHVCHAR1CHAR1
STTYPStart date type ID BTCSTDTTYPCHAR1CHAR1
CALCORCorrection field for calc. job execution (end-of-mth, cal.) BTCEOMCORRINT410
EOMCORCorrection field for calc. job execution (end-of-mth, cal.) BTCEOMCORRINT410

Key field Non-key field



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

As KABA01 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 KABA01 as there is no data to select.

How to access SAP table KABA01

Within an ECC or HANA version of SAP you can also view further information about KABA01 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!