OIJ_PEG SAP (obsolete table (will be cleaned up)) Table details

Dictionary Type: Table
Description: obsolete table (will be cleaned up)




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




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

OIJ_PEG is a standard SAP Table which is used to store obsolete table (will be cleaned up) data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_PEG table consists of various fields, each holding specific information or linking keys about obsolete table (will be cleaned up) data available in SAP. These include NOMTK (Nomination (technical) Key), NOMIT (Nomination Key Item), PEGTYPE (Pegging type), PEGID (Pegging identifier).. 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 OIJ_PEG 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
CLIENTClient MANDTCLNT3T000MANDT
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10Assigned to domainOIJ_ITEM
PEGTYPEPegging type OIJ_PEGTYPECHAR2TOIJ_PEGTYPEOIJ_PEGTYPE
PEGIDPegging identifier OIJ_PEGIDCHAR20ALPHAOIJ_PEGID
PEG_QUANPegged quantity OIJ_PEG_QUANQUAN13(3) MENG13
PEG_UOMPegged quantity Unit of Measure OIJ_PEG_UOMUNIT3Assigned to domainCUNITMEINS
PEG_LEADLeading item within a group of pegged items OIJ_PEGLEADCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJ_PEG
INTO CORRESPONDING FIELDS OF WA_OIJ_PEG
WHERE...

How to access SAP table OIJ_PEG

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