OIJPEG SAP (TSW: Pegging of scheduled movements) Table details

Dictionary Type: Table
Description: TSW: Pegging of scheduled movements




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




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

OIJPEG is a standard SAP Table which is used to store TSW: Pegging of scheduled movements data and is available within R/3 SAP systems depending on the version and release level.

The OIJPEG table consists of various fields, each holding specific information or linking keys about TSW: Pegging of scheduled movements data available in SAP. These include PEGID (Pegging identifier), DOCNO (Document key (generic)), ITEM (Document item (generic)), DOCTYPE (TSW Document 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: 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 OIJPEG 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
PEGIDPegging identifier OIJ_PEGIDCHAR20ALPHAOIJ_PEGID
DOCNODocument key (generic) OIJ_DOCNOCHAR20Assigned to domainALPHAOIJ_NOMTK
ITEMDocument item (generic) OIJ_ITEMNONUMC10Assigned to domainOIJ_ITEM
DOCTYPETSW Document type OIJ_DOCTYPECHAR1OIJ_DOCTYPE
SUBITEMDocument subitem number (generic) OIJ_SUBITEMNONUMC10Assigned to domainOIJ_SUBITEM
PEGTYPEPegging type OIJ_PEGTYPECHAR2TOIJ_PEGTYPEOIJ_PEGTYPE
PEG_QUANPegged quantity OIJ_PEG_QUANQUAN13(3) MENG13
PEG_UOMPegged quantity Unit of Measure OIJ_PEG_UOMUNIT3Assigned to domainCUNITMEINS
PEG_ANCHORAnchor within a group of pegged items OIJ_PEG_ANCHORCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJPEG
INTO CORRESPONDING FIELDS OF WA_OIJPEG
WHERE...

How to access SAP table OIJPEG

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