OJDEFL SAP (Objects in the SAP System: definitions load) Table details

Dictionary Type: Table
Description: Objects in the SAP System: definitions load




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




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

OJDEFL is a standard SAP Table which is used to store Objects in the SAP System: definitions load data and is available within R/3 SAP systems depending on the version and release level.

The OJDEFL table consists of various fields, each holding specific information or linking keys about Objects in the SAP System: definitions load data available in SAP. These include NAME (Object type), OPSYS (Operating System of Application Server), SAPRL (Release of SAP System), SRTF2 (BIN4 data element for SYST).. 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: Cannot Be Enhanced


SAP OJDEFL 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
RELIDCHAR02 data element for SYST SYCHAR02CHAR2SYCHAR02
NAMEObject type OJ_NAMECHAR10TOJTBOJ_NAME
OPSYSOperating System of Application Server SYOPSYSCHAR10SYOPSYS
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
SRTF2BIN4 data element for SYST SYBIN4INT410SYBIN4
CLUSTRBIN2 data element for SYST SYBIN2INT25SYBIN2
CLUSTDObject types 2.1: Long Raw OJVARC2886LRAW2886OJVARC2886

Key field Non-key field



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

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

SELECT SINGLE *
FROM OJDEFL
INTO CORRESPONDING FIELDS OF WA_OJDEFL
WHERE...

How to access SAP table OJDEFL

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