ROIJNOMH_R SAP (Nomination Header Basic Fields) Structure details

Dictionary Type: Structure
Description: Nomination Header Basic Fields




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




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

ROIJNOMH_R is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Nomination Header Basic Fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIJNOMH_R TYPE ROIJNOMH_R.

The ROIJNOMH_R table consists of various fields, each holding specific information or linking keys about Nomination Header Basic Fields data available in SAP. These include NOMTYP (Nomination type), BUSTYP (Business type), NOMNR (Nomination number), NOMST (Nomination header status).. 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: Can be enhanced (character-type or numeric)


SAP ROIJNOMH_R structure 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
NOMCLNomination Class OIJ_NOMCLCHAR2OIJ_NOMCL
NOMTYPNomination type OIJ_NOMTYPCHAR4TOIJNOMTYPOIJ_NOMTYPOIJ_NOM_TYPE
BUSTYPBusiness type OIRA_RNBTCHAR4OIRARNBTOIRA_RNBTOIRA_0
NOMNRNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
NOMSTNomination header status OIJ_NOMSTCHAR1OIJSTATOIJ_ISTAT
NMSHTYPETD shipment type OIG_TDSTYPCHAR4TOIGSOIG_TDSTYPOIC
NMBALCHBalance check indicator (default) OIJ_BALCHCHAR1XFELD
STAGES_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
WORKLISTWorklist entry indicator OIJ_WORKLTCHAR1XFELD
SENTDATLast header action date OIJ_SENDATDATS8DATUM
SENTTIMELast header action time OIJ_SENTIMTIMS6UZEIT
SENTNAMLast user who worked on object OIJ_SENNAMCHAR12USNAM
ITEMSNomination item counter OIJ_ITEMCOUNTERNUMC4NUM04
COUNTER1Nomination planned item Counter OIJ_PLANNEDITEMSNUMC4NUM04
COUNTER2Nomination scheduled Item Counter OIJ_SCHEDULEDITEMSNUMC4NUM04
COUNTER3Nomination rejected Item Counter OIJ_REJECTEDITEMSNUMC4NUM04
COUNTER4Nomination confirmed Item Counter OIJ_CONFIRMEDITEMSNUMC4NUM04
COUNTER5Nomination partially complete Item Counter OIJ_PARTCOMPLETEITEMSNUMC4NUM04
COUNTER6Nomination completed Item Counter OIJ_COMPLETEDITEMSNUMC4NUM04
APO_SHIPMENT_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
APO_SHIPMENT_NUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
NMBLOCKBlocking indicator OIJ_BLOINDCHAR1XFELD
NOMTYPDESCIS-Oil: Descriptive text OI0_TEXTCHAR36ALPHAOI0_TEXT
SHTYPShipment type SHTYPCHAR4TVTKSHTYPTSH
TKNUMShipment Number TKNUMCHAR10VTTKALPHATKNUMTNRSD_F4_SHP_ID
LOV_GLGain Loss LOV posting indicator OIJ03_GLLOVPOSTCHAR1OIJ03_GLLOVPOST_D

Key field Non-key field



How do I retrieve data from SAP structure ROIJNOMH_R using ABAP code?

As ROIJNOMH_R is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIJNOMH_R as there is no data to select.

How to access SAP table ROIJNOMH_R

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