ROIJNMI SAP (OIL-TSW: Structure to update OIJNOMI table(for WL)) Structure details

Dictionary Type: Structure
Description: OIL-TSW: Structure to update OIJNOMI table(for WL)




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




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

ROIJNMI 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 "OIL-TSW: Structure to update OIJNOMI table(for WL)" 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_ROIJNMI TYPE ROIJNMI.

The ROIJNMI table consists of various fields, each holding specific information or linking keys about OIL-TSW: Structure to update OIJNOMI table(for WL) data available in SAP. These include NOMTK (Nomination (technical) Key), NOMIT (Nomination Key Item), LOCID (Location ID), S_MATNR_I (Scheduled material).. 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 ROIJNMI 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10Assigned to domainOIJ_ITEM
LOCIDLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
S_MATNR_IScheduled material OIJ_SMATNRCHAR18Assigned to domainMATN1MATNR
WORKLIST_IWorklist entry indicator OIJ_WORKLTCHAR1XFELD
UPD_FLAGTransaction type TRTYPCHAR1TRTYP
IDATEScheduled date OIJ_IDATEDATS8DATUM
ILOCKNomination item complete flag OIJ_ILOCKCHAR1XFELD
ACTUALSNomination item partially complete OIJ_ACTUALCHAR1XFELD
ISTATNomination Item status OIJ_ISTATCHAR1Assigned to domainOIJ_ISTAT
ACTUALQTYActual posted quantity OIJ_ACTQTYQUAN13(3) MENG13
MENGEScheduled qty OIJ_MENGEQUAN13(3) MENG13
UNIT_IScheduled UoM OIJ_UNITIUNIT3Assigned to domainCUNITMEINS
ITBUTOLABSAbsolute tolerance qty over OIJ_TOLABOQUAN13(3) MENG13
UNLIMITEDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
ITBOTOLABSAbsolute tolerance qty over OIJ_TOLABOQUAN13(3) MENG13
SITYPSchedule type OIJ_SITYPCHAR2TOIJ_EL_SITYPESOIJ_SITYP
DOCINDReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
DOCNRNomination Reference Document OIJ_DOCNRCHAR10ALPHAOIJ_DOCNR
DOCITMNomination Reference Document Item OIJ_DOCITMNUMC6NUM06
PARTNRLocation Partner OIJ_PARTNRCHAR10ALPHAOIJ_PARTNR
LOCPTLocation Partner Plant OIJ_LOCPTCHAR4Assigned to domainWERKS
LOCSLLocation Partner Storage Location OIJ_LOCSLCHAR4Assigned to domainLGORT
DELINDDeletion indicator OIJ_DELINDCHAR1XFELD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
UPDATEXDOKUpdate external details failure flag OIJ_EXDOKCHAR1FLAG
INCOMPLETE_FLAGIncompletion Flag OIJ_INCOMPLETE_FLAGCHAR1OIJ_INCOMPLETE_FLAG
TCNUMTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TCITMTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
NOMIT_CONSOIL-TSW: Referenced nomination item for bunker consumption OIJ_NOMIT_CONSNUMC10OIJ_NOMIT_CONS
ITIMEScheduled time (from) OIJ_ITIMETIMS6TIME
IDATE_TOScheduled date to OIJ_IDATE_TODATS8DATUM
ITIME_TOScheduled time (to) OIJ_ITIME_TOTIMS6TIME

Key field Non-key field



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

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

How to access SAP table ROIJNMI

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