OIJNOMHATLOAD SAP (Nomination Hatch load sequence plan) Table details

Dictionary Type: Table
Description: Nomination Hatch load sequence plan




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




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

OIJNOMHATLOAD is a standard SAP Table which is used to store Nomination Hatch load sequence plan data and is available within R/3 SAP systems depending on the version and release level.

The OIJNOMHATLOAD table consists of various fields, each holding specific information or linking keys about Nomination Hatch load sequence plan data available in SAP. These include NOMTK (Nomination (technical) Key), VERSIONNUM (Hatch load version number(For future use)), SEQID (Hatch load sequence number), SEQNUM (Hatch load sequence number).. 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 OIJNOMHATLOAD 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 MANDTCLNT3Assigned to domainMANDT
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
VERSIONNUMHatch load version number(For future use) OIJ_VERSIONNONUMC5OIJ_VERSIONNO
SEQIDHatch load sequence number OIJ_SEQNUMNUMC5OIJ_SEQNUM
SEQNUMHatch load sequence number OIJ_SEQNUMNUMC5OIJ_SEQNUM
HATCHNUMHatch/Compartment number OIJ_HATCHNUMCHAR10OIJ_HATCHNUM
MATNR_IScheduled material OIJ_SMATNRCHAR18MARAMATN1MATNR
SEQQTYHatch load sequence qty OIJ_HATMENGEQUAN13(3) MENG13
UNIT_IScheduled UoM OIJ_UNITIUNIT3T006CUNITMEINS
LDRATEPlanned load/discharge rate OIJ_EL_LDRATEQUAN13(3) MENG13
LDTUOMPlanned load/discharge rate time UOM OIJ_EL_LDTUOMUNIT3T006CUNITMEINS
LDQUOMPlanned load/discharge rate quantity UoM OIJ_EL_LDQUOMUNIT3T006CUNITMEINS
LDDATEHatch load date OIJ_LDDATEDATS8DATUM
LDTIMEHatch load time OIJ_LDTIMETIMS6UZEIT
STEXTOIL-TSW: Documentation text (with length 60 char) OIJ_TXT60CHAR60TEXT60
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJNOMHATLOAD
INTO CORRESPONDING FIELDS OF WA_OIJNOMHATLOAD
WHERE...

How to access SAP table OIJNOMHATLOAD

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