ROIJNOMI_I SAP (Nomination Item Communcation Fields) Structure details

Dictionary Type: Structure
Description: Nomination Item Communcation Fields




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




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

ROIJNOMI_I 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 Item Communcation 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_ROIJNOMI_I TYPE ROIJNOMI_I.

The ROIJNOMI_I table consists of various fields, each holding specific information or linking keys about Nomination Item Communcation Fields data available in SAP. These include MATNR_I_TXT (Demand Material Text), S_MATNR_I_TXT (Scheduled Material Text), CONPAT_TXT (Contract Partner Text), LOCPT_TXT (Location Partner Plant / Storage Location Text).. 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 ROIJNOMI_I 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
PEGIDPegging identifier OIJ_PEGIDCHAR20ALPHAOIJ_PEGID
MATNR_I_TXTDemand Material Text OIJ_MATNRI_TXTCHAR40TEXT40
S_MATNR_I_TXTScheduled Material Text OIJ_SMATNR_TXTCHAR40TEXT40
CONPAT_TXTContract Partner Text OIJ_CONPAT_TXTCHAR35TEXT35
LOCPT_TXTLocation Partner Plant / Storage Location Text OIJ_LOCPT_TXTCHAR50TEXT50
CONS_TXTConsignee Partner Text OIJ_CONSIGNEE_TXTCHAR35TEXT35
IMEXPO_TXTImport / Export Partner Text OIJ_IMEXPO_TXTCHAR35TEXT35
INSPE_TXTInspector Text OIJ_INSPECTOR_TXTCHAR35TEXT35
TANK_TXTTankage Partner Text OIJ_TANKAGE_TXTCHAR35TEXT35
EVTTXTEvent Text Indicator OIJ_EVTXTCHAR1FLAG
IC_DELIND_IIcon for Deletion Indicator OIJ_DELIND_ICONCHAR30ICONNAME
IC_BLOIND_IIcon for Blocking Indicator OIJ_BLOIND_ICONCHAR30ICONNAME
IC_WORKLIST_IIcon for Worklist entry indicator OIJ_WL_ICONCHAR30ICONNAME
IC_HOLD_IIcon for Hold Flag indicator OIJ_HOLD_ICONCHAR30ICONNAME
IC_INCOMPLETEIcon for Incompletion Flag OIJ_INCOMPLETE_ICONCHAR30ICONNAME
MENGE_RScheduled Quantity Rate OIJ_MENGE_RQUAN13(3) MENG13
QTYFCR_RFirst Required Rate Quantity OIJ_QTYFCR_RQUAN13(3) MENG13
QTYCTRContract Quantity OIJ_QTYCTRQUAN13(3) MENG13
QTYCTR_RContract Rate Quantity OIJ_QTYCTR_RQUAN13(3) MENG13
QTYCTRQSContract QS Quantity OIJ_QTYCTRQSQUAN13(3) MENG13
QTYCTRQS_RContract QS Rate Quantity OIJ_QTYCTRQS_RQUAN13(3) MENG13
QTYCOFCalled off Quantity OIJ_QTYCOFQUAN13(3) MENG13
QTYCOF_RCalled off Rate Quantity OIJ_QTYCOF_RQUAN13(3) MENG13
QTYREFDOCReference Document Quantity OIJ_QTYREFDOCQUAN13(3) MENG13
STATUSSTRING_INomination Status String OIJ_NOMST_STRINGCHAR40CHAR40
ITIMEScheduled time (from) OIJ_ITIMETIMS6TIME
IDATE_TOScheduled date to OIJ_IDATE_TODATS8DATUM
ITIME_TOScheduled time (to) OIJ_ITIME_TOTIMS6TIME
DOCIND_FCFreight Contract - Operational Terms Ref. Doc. Ind. (RDI) OIJ_DOCIND_FCCHAR1OIJ_DOCIND
DOCNR_FCFreight Contract - Operational Terms Reference Document OIJ_DOCNR_FCCHAR10ALPHAOIJ_DOCNR
DOCITM_FCFreight Contract - Operational Terms Ref. Doc. Item OIJ_DOCITM_FCNUMC6NUM06
TEXT_INDNomination Text Indicator OIJ_NOMH_TINDCHAR30ICONNAME
INCO1Incoterms (Part 1) INCO1CHAR3TINCINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
DUMMY_ITEMTemporary nomination item number OIJ_DUMMY_ITEMCHAR3CHAR3
RING_TRRing trade identifier OIJ_EL_RTRCHAR1OIJ_EL_RTR
UPDATE_REFDOC_INDReference Document Update OIJ_UPD_SCHED_INDCHAR1FLAG
ITIMEZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE
LOCID_PARENTOIL-TSW: Parent Location of Bifurcation Branch OIJ_LOCID_PARENTCHAR10Assigned to domainOIJ_LOCID
BRANCH_NROIL-TSW: Number of Bifurcation Branch OIJ_BRANCH_NRNUMC5
BRANCH_SEQTSW: Sequence number OIJ_SEQNRNUMC5NUMC
IC_ATL_STATUSTraffic Light for ATL status OIJ_ATL_STATUS_ICONCHAR30ICONNAME
GTM_LOG_OPTIONNomination Item Logistical Options Exists OIJ_GTM_LOG_OPTIONCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ROIJNOMI_I

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