JBDOBJ1_EXT SAP (Central Financial Object Data + BDT Status Information) Structure details

Dictionary Type: Structure
Description: Central Financial Object Data + BDT Status Information




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




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

JBDOBJ1_EXT 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 "Central Financial Object Data + BDT Status Information" 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_JBDOBJ1_EXT TYPE JBDOBJ1_EXT.

The JBDOBJ1_EXT table consists of various fields, each holding specific information or linking keys about Central Financial Object Data + BDT Status Information data available in SAP. These include MANDT (Client), OBJNR (Object number for financial transactions), BUKRS (Company Code), GSART (Product Type).. 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 JBDOBJ1_EXT 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
MANDTClient MANDTCLNT3T000MANDT
OBJNRObject number for financial transactions JBOBJNRCHAR22ONR00J_OBJNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SDATSTControl of Master Data Storage JBSDATSTCHAR2JBSDATST
SDATBEControl of Flow Data Storage JBSDARBECHAR2JBSDATBE
SHERKUSource Indicator JBSHERKUCHAR8JBSHERKU
SGSTATTransaction Status JBSGSTATCHAR1JBSGSTAT
CNDLISTCondition List JBCNDLISTCHAR6Assigned to domainJBCNDLIST
DEGKBEDate of Transaction Start JBDGBEGIDATS8DATUM
DEGKENDate of Transaction End JBDGENDEDATS8DATUM
DRMBEGTransaction Start for RM JBDRMBEGDATS8DATUM
DRMENDTransaction End for RM JBDRMENDDATS8DATUM
DMWBEGTransaction Start for RR JBDMWBEGDATS8DATUM
DMWENDTransaction End for RR JBDMWENDDATS8DATUM
DKLBEGTransaction Start for CL JBDKLBEGDATS8DATUM
DKLENDTransaction End for CL JBDKLENDDATS8DATUM
SEGKRLSTC-Relevant Indicator JBSEGKRLCHAR1JBSJANEIN
SEGKAKProfitability Analysis Active Indicator JBSEGKAKCHAR1JBSJANEIN
SRMRELRM Relevancy Indicator JBSRMRELCHAR1JBSJANEIN
SRMAKTAnalysis Active Indicator JBSRMAKTCHAR1JBSJANEIN
SMWRELRR Relevant Indicator JBSMWRELCHAR1JBSJANEIN
SMWAKTRR Active Indicator JBSMWAKTCHAR1JBSJANEIN
SKLRELIndicator CL Relevant JBSKLRELCHAR1JBSJANEIN
SKLAKTIndicator CL Active JBSKLAKTCHAR1JBSJANEIN
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
NAMEAUSDisbursement Procedure (Loan) JBRNAMEAUSCHAR10JBTAUSVERJBRNAMEAUS
ARCHIVE_STATUSArchivability Status AFX_DTE_ARCHIVE_STATUSCHAR1AFX_ARCHIVE_STATUS
ARCHIVE_FLUDResubmission Date AFX_DTE_ARCHIVE_FLUDDATS8DATS
BFT_NUMBFO Integration: Transaction Number BFTNUMBCHAR30BFTNUMB
GETOBJNRCheckbox XFELDCHAR1XFELD
AKTDBActivity in database for primary table BUT000 BU_AKTDBCHAR2Assigned to domainBU_AKTYP
FLG_EXPRELIndicator for Export Relevance (Basel II) JBDEXPRELFLGNUMC1JBDEXPRELFLG
FLG_CHANGERELIndicator for Change Relevance Basel II/IAS JBDAENDRELFLGCHAR1JBDAENDRELFLG
INTKEYChanged table record key CDTABKEYCHAR70CHAR70
EXTKEYChanged table record key CDTABKEYCHAR70CHAR70
EXPOBJTYPEExport Object Category JBD_DTE_EXPOBJCHAR3Assigned to domainJBD_EXPOBJ
ERKRSOperating concern RKE_TERKRSCHAR4Assigned to domainRKE_TERKRSERB

Key field Non-key field



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

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

How to access SAP table JBDOBJ1_EXT

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