OIJNOMI_LDS SAP ( Load / Discharge scheduling for nominations) Table details

Dictionary Type: Table
Description: Load / Discharge scheduling for nominations




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




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

OIJNOMI_LDS is a standard SAP Table which is used to store Load / Discharge scheduling for nominations data and is available within R/3 SAP systems depending on the version and release level.

The OIJNOMI_LDS table consists of various fields, each holding specific information or linking keys about Load / Discharge scheduling for nominations data available in SAP. These include PEGTYPE (Pegging type), PEGID (Pegging identifier), BRTHSEQ (Berth Assignment Sequence Number), NOMTK (Nomination (technical) Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIJNOMI_LDS table 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 MANDTCLNT3T000MANDT
PEGTYPEPegging type OIJ_PEGTYPECHAR2TOIJ_PEGTYPEOIJ_PEGTYPE
PEGIDPegging identifier OIJ_PEGIDCHAR20ALPHAOIJ_PEGID
BRTHSEQBerth Assignment Sequence Number OIJ_LDSEQNUMC5NUMC5
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
SHIPLDSEQLoad/Discharge Sequence sent from ship OIJ_SHIPLDSEQNUMC5NUMC5
SCHEDMATScheduled material OIJ_SMATNRCHAR18Assigned to domainMATN1MATNR
LDMATLoaded/Discharged Material OIJ_MATNRCHAR18MARAMATN1MATNR
LDQUANLoaded/Discharged Material Quantity per Berthing Line OIJ_SCHQUANQUAN13(3) MENG13
LDUOMLoaded/Discharged Material UOM OIJ_LDUOMUNIT3T006CUNITMEINS
ACTUALQTYActual posted quantity OIJ_ACTQTYQUAN13(3) MENG13
ACTUALUOMActual posted quantity Unit of Measure OIJ_ACTUOMUNIT3Assigned to domainCUNITMEINS
BERIDBerth identifier OIJ_BERIDCHAR20OIJBERALPHAOIJ_BERID
TANKIDSOC: Storage object characteristic segment number OII_SOCNRCHAR20OIISOCKOII_SOCNR
LIGHTLOCLightering Location Identifier OIJ_LIGHTLOCIDCHAR10OIFSPBLALPHAOIF_PBLNR
LIGHTVESSELLightering Vessel Identifier OIJ_LIGHTVESSCHAR10OIGVALPHAOIG_VHLNMR
LIGHTNOMLightering Nomination Identifier OIJ_LIGHTNOMCHAR20OIJNOMHALPHAOIJ_NOMTK
LDFRDATEBerth Scheduling Start Date OIJ_BERTHSTRDATS8DATE
LDFRTIMEBerth Scheduling Start Time OIJ_BERTHSTRTTIMS6TIME
LDTODATEBerth Scheduling End Date OIJ_BERTHENDDATS8DATE
LDTOTIMEBerth Scheduling End Time OIJ_BERTHENDTTIMS6TIME
LDSYSTIDLoading system OIJ_LSYSTCHAR10OIJTSOIJ_TSYST
TARGETQTYMinimum quantity that must be in a loading system OIJ_TARQTYQUAN13(3) MENGE
TARGETQTYUOMTarget quantity UoM OIJ_TARQTYUOMUNIT3Assigned to domainCUNITMEINS
METERNOGMM: Number of general meter OII_GMMNRCHAR20Assigned to domainALPHAOII_GMMNROIJ
STMETERstart meter reading for Load/Discharge scheduling OIJ_STMETERNUMC12NUMC12
ENDMETERLoad/Disch. end meter reading of a tank OIJ_ENDMETERNUMC12OII_MCOUNT
DIPDATETank dip date with local time at tank loc. OII_DIPDATDATS8DATS
DIPTIMETime of tank dip (local time of tank location) OII_DIPZEITTIMS6TIMES
ENDGAUGEVALLoad/Disch. end dip reading of a tank OIJ_ENDDIPQUAN13(3) MENGE
ENDGAUGEUOMFirst UoM of start gauge value OIJ_STDIPUOM1UNIT3T006CUNITMEINS
VSL_ARRDRAFTShip Arrival Draft sent from ship OIJ_ARRDRAFTQUAN13(3) MENGE
VSL_DEPDRAFTShip Departure Draft sent from ship OIJ_DEPDRAFTQUAN13(3) MENGE
DRAFTUOMUoM of draft of a ship OIJ_DRF_UOMUNIT3T006CUNITMEINS
VSL_TXDEADWGTShip Deadweight sent from the ship OIJ_SHIPDWEIGHTQUAN13(3) MENGE
DEADWGTUOMUoM of deadweight of a ship OIJ_DWEIGHTUOMUNIT3T006CUNITMEINS
TICKETNOOIL-TSW: External ticket number OIJ_TKTNRCHAR20Assigned to domainALPHAOIJ_TKTNROIU
FLUSHFLAGFlush/Push to Ship flag for a loading system OIJ_FLUSHFLCHAR1OIJ_FLUSHFL
LDINDLoad/Discharge indicator OIJ_LDINDCHAR1OIJ_LDIND
LIGHTNOMITLightering Nomination item number OIJ_LIGHTNOMITNUMC10OIJNOMIOIJ_ITEM
SCHED_TST_FROMScheduled / Acceptance / Pipe Batch Start Timestamp OIJ_SCHED_FDEC15TZNTSTMPS
SCHED_TST_TOScheduled / Acceptance / Pipe Batch End Timestamp OIJ_SCHED_TDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table OIJNOMI_LDS using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIJNOMI_LDS to SELECT all data from the table
DATA: WA_OIJNOMI_LDS TYPE OIJNOMI_LDS.

SELECT SINGLE *
FROM OIJNOMI_LDS
INTO CORRESPONDING FIELDS OF WA_OIJNOMI_LDS
WHERE...

How to access SAP table OIJNOMI_LDS

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