OIJ_RU_GU12_ITEM SAP (Form GU-12: Item structure) Structure details

Dictionary Type: Structure
Description: Form GU-12: Item structure




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




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

OIJ_RU_GU12_ITEM 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 "Form GU-12: Item 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_RU_GU12_ITEM TYPE OIJ_RU_GU12_ITEM.

The OIJ_RU_GU12_ITEM table consists of various fields, each holding specific information or linking keys about Form GU-12: Item structure data available in SAP. These include PL_DATE (Planned date), OTPR_TO_COUNTRY_CODE (Country Key), OTPR_TO_STATION_CODE (Business location identifier (IS-Oil MRN)), OTPR_TO_STATION_NAME (Reciver station name, transfer station, Receiver).. 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_RU_GU12_ITEM 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
ITEM_NUMBER Item number0
PL_DATE Planned date0
OTPR_TO_COUNTRY_CODECountry Key LAND1CHAR3Assigned to domainLAND1LND
OTPR_TO_STATION_CODEBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
OTPR_TO_STATION_NAME Reciver station name, transfer station, Receiver0
OTPR_TO_HOLDER_CODEExternal Partner ID OIJ_RU_EXTPARTIDCHAR7OIJ_RU_EXTPARTID
OTPR_FREIGHT_CODEFreight ETSNG Code OIJ_RU_FREIGHT_SNGCHAR6CHAR6
OTPR_FREIGHT_CODE_NAME Freight ETSNG Code and Exact name0
OTPR_FREIGHT_WEIGHTScheduled qty OIJ_MENGEQUAN13(3) MENG13
OTPR_FREIGHT_WEIGHT_UNITScheduled UoM OIJ_UNITIUNIT3Assigned to domainCUNITMEINS
OTPR_FREIGHT_SPEC_IDFreight Characteristic OIJ_RU_FREIGHT_CHARCHAR3CHAR3
OTPR_CAR_TYPE_CODERailcar Category OIJ_RU_RAILTYPCHAR4Assigned to domainOIJ_RU_RAILTYP
OTPR_CAR_COUNTNumber of Railcars OIJ_RU_RAILQTYINT410INT4_NOS
OTPR_CAR_AXLESNumber of Railcar Axles OIJ_RU_RAILAXLINT410
DISPATCHTYPFreight Shipment Type OIJ_RU_DISPTYPCHAR2CHAR2OIJ_RU_DT
RAILCAR_NAME Railcar name0
RAILCAR_COMMENT Railcar comment0

Key field Non-key field



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

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

How to access SAP table OIJ_RU_GU12_ITEM

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