BTCJOBEPP SAP (Assignment: Extended Passport to Background Job) Table details

Dictionary Type: Table
Description: Assignment: Extended Passport to Background Job




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




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

BTCJOBEPP is a standard SAP Table which is used to store Assignment: Extended Passport to Background Job data and is available within R/3 SAP systems depending on the version and release level.

The BTCJOBEPP table consists of various fields, each holding specific information or linking keys about Assignment: Extended Passport to Background Job data available in SAP. These include JOBCOUNT (Job ID), ROOT_CONTEXT_ID (Root Context ID of Extended Passport (EPP)), CONNECTION_ID (Connection ID of Extended Passport (EPP)), CONNECT_COUNTER (Counter for Extended Passport (EPP)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BTCJOBEPP 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
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
ROOT_CONTEXT_IDRoot Context ID of Extended Passport (EPP) EPP_ROOT_CONTEXT_IDCHAR32EPP_ROOT_CONTEXT_ID
CONNECTION_IDConnection ID of Extended Passport (EPP) EPP_CONNECTION_IDCHAR32EPP_CONNECTION_ID
CONNECT_COUNTERCounter for Extended Passport (EPP) EPP_CONNECTION_COUNTERINT410
TRANSACTION_IDTransaction ID in Extended Passport (EPP) EPP_TRANSACTION_IDCHAR32EPP_TRANSACTION_ID
CLIENT_IDClient Number of Extended Passport (EPP) EPP_CLIENT_IDCLNT3
USER_IDUser Name in Extended Passport (EPP) EPP_USER_IDCHAR32EPP_USER_ID
COMPONENT_IDComponent ID in Extended Passport (EPP) EPP_COMPONENT_IDCHAR32EPP_COMPONENT_ID
COMPONENT_TYPEComponent Type in Extended Passport (EPP) EPP_COMPONENT_TYPEINT25EPP_COMPONENT_TYPE
CREATION_EPPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREA_JOBEPPRECUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PASSPORT_XSTRING Extended Passport as XSTRING0

Key field Non-key field



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

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

SELECT SINGLE *
FROM BTCJOBEPP
INTO CORRESPONDING FIELDS OF WA_BTCJOBEPP
WHERE...

How to access SAP table BTCJOBEPP

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