ROIJNOMH_O SAP (Nomination Header O Fields) Structure details

Dictionary Type: Structure
Description: Nomination Header O Fields




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




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

ROIJNOMH_O 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 O 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_O TYPE ROIJNOMH_O.

The ROIJNOMH_O table consists of various fields, each holding specific information or linking keys about Nomination Header O Fields data available in SAP. These include VSART (Shipping type), SHTYPE (TD shipment type), VEHID (Default vehicle number), TSSUOMV (TS standard volume UoM).. 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_O 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
EV_SEQ_UNITD Event sequence number (unique) OIG_EVSEQUCHAR1OIG_DLNMCK
VSARTShipping type VERSARTCHAR2T173VERSART
SHTYPETD shipment type OIG_TDSTYPCHAR4TOIGSOIG_TDSTYPOIC
VEHIDDefault vehicle number OIJ_DEFVEHCHAR10OIGVALPHAOIG_VHLNMR
TSSUOMVTS standard volume UoM OIJ_TSUOMVUNIT3T006CUNITMEINS
TSSUOMMTS standard weight UoM OIJ_TSUOMMUNIT3T006CUNITMEINS
CYCPERDTS cycle duration OIJ_CYCDURQUAN10OIJ_CYCPD
CYCPUOMTS cycle duration UoM OIJ_CYDUOMUNIT3Assigned to domainCUNITMEINS
CARRIERTransport system Carrier OIJ_CARRNRCHAR10Assigned to domainALPHALIFNR
WERKTransport system In-transit Plant OIJ_WERKCHAR4Assigned to domainWERKS
LGORTTransport system In-transit Storage Location OIJ_LGORTCHAR4T001LLGORT
NOMMSKNomination mask OIJ_NOMMSKCHAR10OIJ_NOMMSK
SHIPPERDefault TS shipper code OIJ_SHPPERCHAR10OIJ_SHPPER
CONLTMCarrier lead time OIJ_CONLTMQUAN3OIJ_CONLTM
CONLUOMConfirmation lead time UoM OIJ_CONTUMUNIT3T006CUNITMEINS
TPLSTTransportation planning point TPLSTCHAR4TTDSTPLSTTDP
UNLIMITEDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
BOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
BUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
BOTOLABSAbsolute tolerance qty over OIJ_TOLABOQUAN13(3) MENG13
BUTOLABSAbsolute tolerance qty under OIJ_TOLABSQUAN13(3) MENG13
BULTOLUOMAbsolute tolerance UoM OIJ_TOLUOMUNIT3T006CUNITMEINS
BALCHBalance check indicator (default) OIJ_BALCHCHAR1XFELD

Key field Non-key field



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

As ROIJNOMH_O 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_O as there is no data to select.

How to access SAP table ROIJNOMH_O

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