TOJTB SAP (Business object repository: Basic data) Table details

Dictionary Type: Table
Description: Business object repository: Basic data




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




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

TOJTB is a standard SAP Table which is used to store Business object repository: Basic data data and is available within R/3 SAP systems depending on the version and release level.

The TOJTB table consists of various fields, each holding specific information or linking keys about Business object repository: Basic data data available in SAP. These include ACTIVE (Object type generated), ACTIVELANG (Language Key), PARENT (Supertype), PROGNAME (Implementation program).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TOJTT


SAP TOJTB 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
NAMEObject type OJ_NAMECHAR10OJ_NAME
ACTIVEObject type generated SWO_ACTIVECHAR1SWC_BOOL
ACTIVELANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PARENTSupertype SWO_PARENTCHAR10TOJTBOJ_NAME
PROGNAMEImplementation program SWO_PROGRCHAR40TRDIRPROGNAME
EDITELEMObject name SWC_OBJEDECHAR32SWC_EDITEL
EPRIMETHODDefault method SWO_EPRMETCHAR32SWC_EDITEL
EPRIATTRIBDefault attribute SWO_EPRATTCHAR32SWC_EDITEL
APPLICApplication SWO_APPLICCHAR1TAPLPPAPPL
NOCLIENTCross-client object type SWO_CL000CHAR1SWC_BOOL
CREA_USERFirst changed by SWO_CREABYCHAR12Assigned to domainXUBNAME
CREA_DATEDate of first change SWO_CREADADATS8SYDATS
CREA_TIMETime of first change SWO_CREATITIMS6SYTIME
CREA_RELRelease at Creation SWO_CREARECHAR4CHAR4
CHAN_USERLast changed by SWO_CHANBYCHAR12Assigned to domainXUBNAME
CHAN_DATEDate of Last Change SWO_CHANDADATS8SYDATS
CHAN_TIMELast changed at SWO_CHANTITIMS6SYTIME
CHAN_RELLast Changed in Release SWO_CHANRECHAR4CHAR4
VERSIONObject type version SWO_VERSCHAR6CHAR6
ACTV_USERLast activated by SWO_ACTVBYCHAR12Assigned to domainXUBNAME
ACTV_DATEDate of last activation SWO_ACTVDADATS8SYDATS
ACTV_TIMETime of last activation SWO_ACTVTITIMS6SYTIME
TRANSNUMLast change by transport SWO_TRANSCHAR20E070TRKORR
CCHILDRENNumber of direct children SWO_CCHILDNUMC4NUMC04
WINHLPFILEWinHelp file name SWO_WINHFLCHAR8CHAR8
WINHLPINDWinHelp index SWO_WINHIDNUMC10NUMC10
MAXHLPINDWinHelp index SWO_WINHIDNUMC10NUMC10
CLSIDOLE class ID SWO_OLECIDCHAR38CHAR38
CLSID_OLBOLE class ID type OLB SWO_OLEOLBCHAR38CHAR38
OBJTYPECLSObject Type Class SWO_OTCLASCHAR2SWO_OTCLAS
UDMENTIDData Model Name UDDMODLCHAR26DM40LUDDMODLDMD
AGGREGTYPEAggregate Object Type SWO_AGTYPECHAR10TOJTBOJ_NAME
OWNOBJTYPEObject type will be redefined SWO_OWNOBJCHAR1SWC_BOOL
OWNHANDLEOwn object handle SWO_OWNHNDCHAR1SWC_BOOL
OBJCLASSObject classification SWO_OBJCLSNUMC2SWO_OBJCLS
KEYLENGTHLength of type-specific key SWO_KEYLENNUMC2NUMC2
MODELONLYRelease status object type SWO_FLGMODCHAR1SWO_FLGMOD
OBSOLETERelease in which object type was set as obsolete SWO_OBSOLCHAR4CHAR4
REL_USERReleased By SWO_RELEBYCHAR12Assigned to domainXUBNAME
REL_DATEDate of release SWO_RELEDADATS8SYDATS
REL_RELRelease for release SWO_RELERECHAR4CHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOJTB
INTO CORRESPONDING FIELDS OF WA_TOJTB
WHERE...

How to access SAP table TOJTB

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