OIJ_EL_ETS_NOMH SAP (APO-TSW: Nomination Header Structure for ETS-Communication) Structure details

Dictionary Type: Structure
Description: APO-TSW: Nomination Header Structure for ETS-Communication




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




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

OIJ_EL_ETS_NOMH 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 "APO-TSW: Nomination Header Structure for ETS-Communication" 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_OIJ_EL_ETS_NOMH TYPE OIJ_EL_ETS_NOMH.

The OIJ_EL_ETS_NOMH table consists of various fields, each holding specific information or linking keys about APO-TSW: Nomination Header Structure for ETS-Communication data available in SAP. These include NOMINATIONNUMBER_SAP (Nomination (technical) Key), NOMINATIONNUMBER_EXT (Nomination number), TRANSPORTSYSTEM (Transport system), SHIPPER (Shipper).. 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 OIJ_EL_ETS_NOMH 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
NOMINATIONNUMBER_SAPNomination (technical) Key OIJ_NOMTKCHAR20OIJNOMHALPHAOIJ_NOMTK
NOMINATIONNUMBER_EXTNomination number OIJ_NOMNRCHAR20OIJ_NOMNROIO
TRANSPORTSYSTEMTransport system OIJ_TSYSTCHAR10OIJTSOIJ_TSYSTOIW
SHIPPERShipper OIJ_SHIPNRCHAR10Assigned to domainALPHALIFNR
CARRIERTransport system Carrier OIJ_CARRNRCHAR10OIJRRAALPHALIFNR
CYCLEIDNomination Pipeline cycle ID OIJ_CYCLECHAR10CHAR10
NOMINATIONSTATUSNomination header status OIJ_NOMSTCHAR1OIJSTATOIJ_ISTAT
LOADQUANTITYQty received in TS OIJ_QTYINQUAN13(3) MENG13
DISCHARGEQUANTITYQty delivered from TS OIJ_QTYOUTQUAN13(3) MENG13
QUANTITYUNIT_SAPNomination(pipe) UoM OIJ_NMUNITUNIT3T006CUNITMEINS
QUANTITYUNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
WORKLISTINDICATORWorklist entry indicator OIJ_WORKLTCHAR1XFELD
NOMINATIONSENDDATELast header action date OIJ_SENDATDATS8DATUM
NOMINATIONSENDTIMELast header action time OIJ_SENTIMTIMS6UZEIT
SENDERNAMELast user who worked on object OIJ_SENNAMCHAR12USNAM
SHIPMENTTYPETD shipment type OIG_TDSTYPCHAR4TOIGSOIG_TDSTYPOIC
EVENTSEQUENCENUMBERTD Event sequence number (unique) OIG_EVSEQUCHAR1OIG_DLNMCK
EVENTGROUPTD - event default group OIG_EVGRPCHAR4OIG_EVGRP
INTRANSITPLANTTransport system In-transit Plant OIJ_WERKCHAR4T001WWERKS
INTRANSITSTORAGELOCATIONTransport system In-transit Storage Location OIJ_LGORTCHAR4T001LLGORT
TRANSPORTATIONPLANNINGPOINTTransportation planning point TPLSTCHAR4TTDSTPLSTTDP
VEHICLEIDTD Vehicle Number OIG_VHLNMRCHAR10OIGVALPHAOIG_VHLNMROIV
VEHICLEREFERENCEIDTD vehicle identifier OIG_VEHIDCHAR18OIG_LICNMR
BALANCECHECKINDICATORBalance check indicator (default) OIJ_BALCHCHAR1XFELD
ITEMSCOUNTERNomination item counter OIJ_ITEMCOUNTERNUMC4NUM04
PLANNEDITEMSNomination planned item Counter OIJ_PLANNEDITEMSNUMC4NUM04
SCHEDULEDITEMSNomination scheduled Item Counter OIJ_SCHEDULEDITEMSNUMC4NUM04
REJECTEDITEMSNomination rejected Item Counter OIJ_REJECTEDITEMSNUMC4NUM04
CONFIRMEDITEMSNomination confirmed Item Counter OIJ_CONFIRMEDITEMSNUMC4NUM04
PARTIALLYCOMPLETEDITEMSNomination partially complete Item Counter OIJ_PARTCOMPLETEITEMSNUMC4NUM04
COMPLETEDITEMSNomination completed Item Counter OIJ_COMPLETEDITEMSNUMC4NUM04
SHIPMENTNUMBERTD shipment number OIG_SHNUMCHAR10OIGSALPHAOIG_SHNUMOIS
BOOKTSFLAGBook TS indicator OIJ_BOOKTSCHAR1XFELD
SHIPPINGTYPEShipping type VERSARTCHAR2T173VERSART
MODOFTRANSPORTMode of transport VKTRACHAR2TVTRVKTRA
BLOCKINGINDICATORBlocking indicator OIJ_BLOINDCHAR1XFELD
DELETIONINDICATORDeletion indicator OIJ_DELINDCHAR1XFELD
APOSHIPMENTGUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
APOSHIPMENTNUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
ROUTERoute ROUTECHAR6Assigned to domainROUTE
NOMINATIONTYPENomination type OIJ_NOMTYPCHAR4Assigned to domainOIJ_NOMTYPOIJ_NOM_TYPE
ECC_SHIPMENTTYPEShipment type SHTYPCHAR4Assigned to domainSHTYPTSH
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table OIJ_EL_ETS_NOMH

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