OIJ_IF_CMWSHPITMOIL SAP (APO-TSW: Oil Nomination Item; Communication Structure) Structure details

Dictionary Type: Structure
Description: APO-TSW: Oil Nomination Item; Communication Structure




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




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

OIJ_IF_CMWSHPITMOIL 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 "APO-TSW: Oil Nomination Item; Communication Structure" 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_OIJ_IF_CMWSHPITMOIL TYPE OIJ_IF_CMWSHPITMOIL.

The OIJ_IF_CMWSHPITMOIL table consists of various fields, each holding specific information or linking keys about APO-TSW: Oil Nomination Item; Communication Structure data available in SAP. These include SHIPMENT_ID (GUID in 'CHAR' format with upper-/lowercase (!)), DELIVERY_ID (GUID in 'CHAR' format with upper-/lowercase (!)), SCHED_LINE_ID (GUID in 'CHAR' format with upper-/lowercase (!)), TSW_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIJ_IF_CMWSHPITMOIL 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
VERSIONGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SHIPMENT_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
DELIVERY_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SCHED_LINE_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
TSW_NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
TSW_LOCIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
TSW_LOCATIONChar 20 CHAR20CHAR20CHAR20
TSW_LOC_TYPEOIL-TSW: Location type OIJ_LOCTYPCHAR4Assigned to domainOIJ_LOCTYP
TSW_CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
TSW_GROUP_INDCharacter Field Length = 10 CHAR10CHAR10CHAR10
TSW_ACTUALQTYQuantity QUAN1QUAN15(3) MENG8
TSW_ACTQTY_UOMScheduled UoM OIJ_UNITIUNIT3Assigned to domainCUNITMEINS
TSW_QUAN_UNITUnit of measurement CHARACTUNITISOUNIT3Assigned to domainCUNITMEINS
TSW_ORDER_TYPEReference document indicator (PSX) OIJ_DOCINDCHAR1OIJ_DOCIND
TSW_ITBOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
TSW_ITBUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
TSW_TOLABOAbsolute tolerance qty over OIJ_TOLABOQUAN13(3) MENG13
TSW_TOLABSAbsolute tolerance qty under OIJ_TOLABSQUAN13(3) MENG13
TSW_UNLIMITEDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
TSW_ITEMNONomination Key Item OIJ_ITEMNUMC10Assigned to domainOIJ_ITEM
TSW_ISTATNomination Item status OIJ_ISTATCHAR1Assigned to domainOIJ_ISTAT

Key field Non-key field



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

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

How to access SAP table OIJ_IF_CMWSHPITMOIL

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