OIJNOMR SAP (Nomination Reference Documents) Table details

Dictionary Type: Table
Description: Nomination Reference Documents




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




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

OIJNOMR is a standard SAP Table which is used to store Nomination Reference Documents data and is available within R/3 SAP systems depending on the version and release level.

The OIJNOMR table consists of various fields, each holding specific information or linking keys about Nomination Reference Documents data available in SAP. These include NOMTK (Nomination (technical) Key), NOMIT (Nomination Key Item), NOMFC (Nomination Function Reference), NOMFCS (Nomination Reference Function Sequence).. 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)


SAP OIJNOMR 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
MANDTClient MANDTCLNT3T000MANDT
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20OIJNOMHALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10OIJNOMIOIJ_ITEM
NOMFCNomination Function Reference OIJ_NOMFCCHAR3OIJ_NOMFC
NOMFCSNomination Reference Function Sequence OIJ_NOMFCSNUMC3OIJ_NOMFCS
DOCINDReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
DOCNRNomination Reference Document OIJ_DOCNRCHAR10ALPHAOIJ_DOCNR
DOCITMNomination Reference Document Item OIJ_DOCITMNUMC6NUM06

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJNOMR
INTO CORRESPONDING FIELDS OF WA_OIJNOMR
WHERE...

How to access SAP table OIJNOMR

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