OIJNOMST SAP (Nomination status (Header and Item)) Table details

Dictionary Type: Table
Description: Nomination status (Header and Item)




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




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

OIJNOMST is a standard SAP Table which is used to store Nomination status (Header and Item) data and is available within R/3 SAP systems depending on the version and release level.

The OIJNOMST table consists of various fields, each holding specific information or linking keys about Nomination status (Header and Item) data available in SAP. These include NOMTK (Nomination (technical) Key), NOMIT (Nomination Key Item), STATUS (Nomination status code), INACTIVE (Nomination status is inactive).. 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 OIJNOMST 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
STATUSNomination status code OIJ_NOMSTATUSCHAR4TOIJNOM_ST01OIJ_NOMSTATUS
INACTIVENomination status is inactive OIJ_NOMSTIACHAR1XFELD
ACT_DATEStatus Activation Date OIJ_NOMSTADATDATS8DATS
ACT_TIMETime of creation OI0_ERTIMTIMS6UZEIT
ACT_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CHG_DATEChanged On AEDATDATS8DATUM
CHG_TIMETime of day the record was changed OI0_AETIMTIMS6UZEIT
CHG_NAMEName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJNOMST
INTO CORRESPONDING FIELDS OF WA_OIJNOMST
WHERE...

How to access SAP table OIJNOMST

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