M_OIJCD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

M_OIJCD is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The M_OIJCD table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include NOMTK (Nomination (technical) Key), NOMNR (Nomination number), NOMIT (Nomination Key Item), TSYST (Transport system).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP M_OIJCD table view 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
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20OIJNOMHALPHAOIJ_NOMTK
NOMNRNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
NOMITNomination Key Item OIJ_ITEMNUMC10OIJ_ITEM
TSYSTTransport system OIJ_TSYSTCHAR10OIJ_TSYSTOIW
SITYPSchedule type OIJ_SITYPCHAR2TOIJ_EL_SITYPESOIJ_SITYP
IDATEScheduled date OIJ_IDATEDATS8DATUM
LOCIDLocation ID OIJ_LOCIDCHAR10OIJLOCOIJ_LOCIDOIX
MATNR_IDemand material OIJ_MATNRICHAR18MARAMATN1MATNR
S_MATNR_IScheduled material OIJ_SMATNRCHAR18MARAMATN1MATNR
DOCINDReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
DOCNRNomination Reference Document OIJ_DOCNRCHAR10ALPHAOIJ_DOCNR
MENGEScheduled qty OIJ_MENGEQUAN13(3) MENG13
SHNUMTD shipment number OIG_SHNUMCHAR10OIGSALPHAOIG_SHNUMOIS

Key field Non-key field



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

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

SELECT SINGLE *
FROM M_OIJCD
INTO CORRESPONDING FIELDS OF WA_M_OIJCD
WHERE...

How to access SAP table M_OIJCD

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