DB2JOB SAP (JCL Jobs for OS/390) Table details

Dictionary Type: Table
Description: JCL Jobs for OS/390




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




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

DB2JOB is a standard SAP Table which is used to store JCL Jobs for OS/390 data and is available within R/3 SAP systems depending on the version and release level.

The DB2JOB table consists of various fields, each holding specific information or linking keys about JCL Jobs for OS/390 data available in SAP. These include CREATOR (Creator of the JCL job), TYPE (Type of job card (B = body, H = header)), CARDNO (Number of JCL card), JOBCARD (Line of a 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DB2JOB table 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
JOBNAMEName of a JCL job JOBNAMECHAR18CHAR18
CREATORCreator of the JCL job JCREATORCHAR18CHAR18
TYPEType of job card (B = body, H = header) JCTYPECHAR1CHAR1
CARDNONumber of JCL card CARDNOINT410
JOBCARDLine of a job JOBCARDCHAR80CHAR80

Key field Non-key field



How do I retrieve data from SAP table DB2JOB using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB2JOB to SELECT all data from the table
DATA: WA_DB2JOB TYPE DB2JOB.

SELECT SINGLE *
FROM DB2JOB
INTO CORRESPONDING FIELDS OF WA_DB2JOB
WHERE...

How to access SAP table DB2JOB

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