BDOC_TRACK SAP (Information on BDOCs During Load from CRM System/Back End) Table details

Dictionary Type: Table
Description: Information on BDOCs During Load from CRM System/Back End




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




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

BDOC_TRACK is a standard SAP Table which is used to store Information on BDOCs During Load from CRM System/Back End data and is available within R/3 SAP systems depending on the version and release level.

The BDOC_TRACK table consists of various fields, each holding specific information or linking keys about Information on BDOCs During Load from CRM System/Back End data available in SAP. These include UPLOAD_ID (Unique Reference Number), BLOCKNO (Block Number Data Transfer), LOAD_TYPE (Internal Adapter: Type of Load), RUNTIMEINF (Runtime Information for a BDoc in the Back End).. 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: Can be enhanced (character-type)


SAP BDOC_TRACK 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
MANDTClient MANDTCLNT3T000MANDT
UPLOAD_IDUnique Reference Number REF_IDCHAR32CHAR32
BLOCKNOBlock Number Data Transfer CRMBLOCKNOCHAR10CRMBLOCKNO
LOAD_TYPEInternal Adapter: Type of Load LOAD_TYPECHAR1LOAD_TYPE
RUNTIMEINFRuntime Information for a BDoc in the Back End RUNTIMEINFCHAR32CHAR32
CONSUMERUser of R/3 Adaptor Functionality CONSUMERCHAR10CRMCONSUMCONSUMER
LOG_SYSTEMLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
OBJNAMEObject Name CRMOBJNAMECHAR15CRMOBJECTCHAR15
LOADSTARTLoad Started By Trigger Function Module LOADSTARTCHAR1CHAR1
EXIT1_INTInternal Exit for Load Trigger Function Module (Exit No. 1) EXIT1_INTCHAR1CHAR1
PROCESSED1Indicator: Trigger Module Internal Exit Executed (No.1) PROCESSED1CHAR1CHAR1
CONTROL1Indicator: Internal Trigger Exit Controls the Load (No. 1) CONTROL1CHAR1CHAR1
EXIT2_EXTExternal Exit for Load Trigger Function Module (Exit No. 2) EXIT2_EXTCHAR1CHAR1
PROCESSED2Indicator: Trigger Module External Exit Executed (No. 2) PROCESSED2CHAR1CHAR1
CONTROL2Indicator: External Trigger Exit Controls the Load (No. 2) CONTROL2CHAR1CHAR1
MODULFOUNDExtraction Mod. or Inbound Module Determined During Load MODULFOUNDCHAR1CHAR1
EXFMNOTNOKModule for Data Extraction Incorrectly Processed EXFMNOTNOKCHAR1CHAR1
XMLFORMATIndicator:XML Data Format Exists During Load to R/3 Back End XMLFORMATCHAR1CHAR1
XMLPARSEDIndicator: Data Exists in BAPIMTCS Structure (XML Parsed) XMLPARSEDCHAR1CHAR1
NOACTEVENTDuring Load to R/3 Back End: No Event Determined NOACTEVENTCHAR1CHAR1
SENDSTARTIndicator: Function Module CRS_SEND_TO_SERVER Started SENDSTARTCHAR1CHAR1
LASTBLOCKIndicator for Last Block During Initial Download LASTBLOCKCHAR1CHAR1
EXTRACTOKIndicator: Data Extracted During Load EXTRACTOKCHAR1CHAR1
DNL_PARAMSIndicator: Load Parameters Determined (CRS_READ_DNL_PARAMS) DNL_PARAMSCHAR1CHAR1
CRMUCSYSSystem Is a Unicode System CRMUCSYSCHAR1XFELD
EXIT3_INTIndicator: Internal Exit of CRS_SEND_TO_SERVER (Exit No.3) EXIT3_INTCHAR1CHAR1
PROCESSED3Indictor: Internal Exit of CRS_SEND_TO_SERVER Executed (3) PROCESSED3CHAR1CHAR1
CONTROL3Indicator: Internal CRS_SEND_TO_SERVER Exit Controls Load(3) CONTROL3CHAR1CHAR1
EXTRACT3Data Extract Available After Int. CRS_SEND_TO_SERVER Exit EXTRACT3CHAR1CHAR1
FILTERSYNCIndicator: Synchronous Filtering During Load FILTERSYNCCHAR1CHAR1
FILTEROKIndictator: Filtering Performed Successfully During Load FILTEROKCHAR1CHAR1
FILTEREXTRIndicator: Data Extract Available After Filtering FILTEREXTRCHAR1CHAR1
EXIT4_EXTIndicator: External Exit of CRS_SEND_TO_SERVER (Exit No.4) EXIT4_EXTCHAR1CHAR1
PROCESSED4Indicator: External Exit of CRS_SEND_TO_SERVER Executed (4) PROCESSED4CHAR1CHAR1
NOTSEND4Indicator: Send No More Data After Internal Exit (4) NOTSEND4CHAR1CHAR1
EXTRACT4Data Extract Available After Ext. CRS_SEND_TO_SERVER Exit EXTRACT4CHAR1CHAR1
SENDDATAIndicator: Data Sent During Load SENDDATACHAR1CHAR1
ENDSENDIndicator: CRS_SEND_TO_SERVER Completely Processed ENDSENDCHAR1CHAR1
OPERATIONFunction MSGFNCHAR3MSGFN
ACTSTATINFAdditional Information on Status ADDTEXT_STCHAR30CHAR30
LSTSTATINFAdditional Information on Status ADDTEXT_STCHAR30CHAR30
OBJECTTYPEObj. Type CRMOBJTYPECHAR4CHAR_LG_04
OBJKEYObject Key CRMOBJKEYCHAR32SYSUUID_C
CREDATEDate on Which the Record was Created CREATEDATEDATS8DATUM
CRETIMETime Created CREATIMETIMS6SYTIME
CHANGDATELast Changed On CHANGDATEDATS8DATUM
CHANGTIMETime of Last Change CHANGTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM BDOC_TRACK
INTO CORRESPONDING FIELDS OF WA_BDOC_TRACK
WHERE...

How to access SAP table BDOC_TRACK

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