JBDOBJ1 SAP (Object Table for Financial Transactions, General Part) Table details

Dictionary Type: Table
Description: Object Table for Financial Transactions, General Part




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




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

JBDOBJ1 is a standard SAP Table which is used to store Object Table for Financial Transactions, General Part data and is available within R/3 SAP systems depending on the version and release level.

The JBDOBJ1 table consists of various fields, each holding specific information or linking keys about Object Table for Financial Transactions, General Part data available in SAP. These include OBJNR (Object number for financial transactions), BUKRS (Company Code), GSART (Product Type), SDATST (Control of Master Data Storage).. 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: Can be enhanced (character-type or numeric)


SAP JBDOBJ1 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBDOBJ1
INTO CORRESPONDING FIELDS OF WA_JBDOBJ1
WHERE...

How to access SAP table JBDOBJ1

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