APJ_D_JOB_EXE SAP () Table details

Dictionary Type: Table
Description:




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




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

APJ_D_JOB_EXE is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The APJ_D_JOB_EXE table consists of various fields, each holding specific information or linking keys about data available in SAP. These include JOB_NAME (Background job name), JOB_COUNT (Job ID), JOB_CATALOG_ENTRY (), JOB_TEMPLATE_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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP APJ_D_JOB_EXE 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
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
JOB_NAMEBackground job name BTCJOBCHAR32CHAR32
JOB_COUNTJob ID BTCJOBCNTCHAR8CHAR8
JOB_CATALOG_ENTRY APJ_JOB_CATALOG_ENTRY_NAMECHAR40APJ_OBJECT_KEYSH_APJ_JCE
JOB_TEMPLATE_NAME APJ_JOB_TEMPLATE_NAMECHAR40APJ_OBJECT_KEY
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CREATED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
JOB_TEXT APJ_JOB_TEXTCHAR120APJ_TEXT
EXE_TYPE APJ_JOB_SCHEDULE_TYPE_CCHAR1
REPORTReport Name RALDB_REPOCHAR40RALDB_REPO
VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
SCHEDULING_TIMEZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

SELECT SINGLE *
FROM APJ_D_JOB_EXE
INTO CORRESPONDING FIELDS OF WA_APJ_D_JOB_EXE
WHERE...

How to access SAP table APJ_D_JOB_EXE

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