ROIJNMHEAD SAP (OIL-TSW: Header file card for nom. line item) Structure details

Dictionary Type: Structure
Description: OIL-TSW: Header file card for nom. line item




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




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

ROIJNMHEAD 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: Header file card for nom. line item" 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_ROIJNMHEAD TYPE ROIJNMHEAD.

The ROIJNMHEAD table consists of various fields, each holding specific information or linking keys about OIL-TSW: Header file card for nom. line item data available in SAP. These include EV_SEQ_UNI (TD Event sequence number (unique)), EV_GROUP (TD - event default group), NMWERK (Transport system In-transit Plant), NMLGORT (Transport system In-transit Storage Location).. 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)


SAP ROIJNMHEAD 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
NMSHTYPETD shipment type OIG_TDSTYPCHAR4Assigned to domainOIG_TDSTYPOIC
EV_SEQ_UNITD Event sequence number (unique) OIG_EVSEQUCHAR1OIG_DLNMCK
EV_GROUPTD - event default group OIG_EVGRPCHAR4OIG_EVGRP
NMWERKTransport system In-transit Plant OIJ_WERKCHAR4Assigned to domainWERKS
NMLGORTTransport system In-transit Storage Location OIJ_LGORTCHAR4Assigned to domainLGORT
NMTPLSTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
NMVEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
NMVESSELTD vehicle identifier OIG_VEHIDCHAR18OIG_LICNMR
NMBLOCKBlocking indicator OIJ_BLOINDCHAR1XFELD
NMBALCHBalance check indicator (default) OIJ_BALCHCHAR1XFELD
ITEMSNomination item counter OIJ_ITEMCOUNTERNUMC4NUM04
COUNTER1Nomination planned item Counter OIJ_PLANNEDITEMSNUMC4NUM04
COUNTER2Nomination scheduled Item Counter OIJ_SCHEDULEDITEMSNUMC4NUM04
COUNTER3Nomination rejected Item Counter OIJ_REJECTEDITEMSNUMC4NUM04
COUNTER4Nomination confirmed Item Counter OIJ_CONFIRMEDITEMSNUMC4NUM04
COUNTER5Nomination partially complete Item Counter OIJ_PARTCOMPLETEITEMSNUMC4NUM04
COUNTER6Nomination completed Item Counter OIJ_COMPLETEDITEMSNUMC4NUM04
SHNUMTD shipment number OIG_SHNUMCHAR10Assigned to domainALPHAOIG_SHNUMOIS

Key field Non-key field



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

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

How to access SAP table ROIJNMHEAD

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