ROIJ02_VEHICLE_VOYAGE SAP (Vehcile Voyage) Structure details

Dictionary Type: Structure
Description: Vehcile Voyage




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




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

ROIJ02_VEHICLE_VOYAGE 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 "Vehcile Voyage" 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_ROIJ02_VEHICLE_VOYAGE TYPE ROIJ02_VEHICLE_VOYAGE.

The ROIJ02_VEHICLE_VOYAGE table consists of various fields, each holding specific information or linking keys about Vehcile Voyage data available in SAP. These include LP1_ETA (ETA AT Load Port), LP1_ETD (Estimated Time of Departure at Loading Port), LP_KNOT1 (Transportation Connection Point), DP1 (Location ID for Discharge Port).. 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: Cannot Be Enhanced


SAP ROIJ02_VEHICLE_VOYAGE 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
LP1Location ID for Loading Port OIJ02_LP1CHAR10OIJ02_LOADPORT1
LP1_ETAETA AT Load Port OIJ02_LP1_ETADATS8OIJ02_LOADPORT1_ETA
LP1_ETDEstimated Time of Departure at Loading Port OIJ02_LP1_ETDDATS8OIJ02_LOADPORT1_ETD
LP_KNOT1Transportation Connection Point OIJ02_LP1_KNOT1CHAR10KNOTA
DP1Location ID for Discharge Port OIJ02_DP1CHAR10OIJ02_DISPORT1
DP1_ETAEstimated Time of Arrival (ETA) Destination Point OIJ02_DP1_ETADATS8OIJ02_DISPORT1_ETA
DP_KNOT2Transportation Connection Point OIJ02_DP_KNOT2CHAR10KNOTZ
DP2Location ID for Discharge Port OIJ02_DP2CHAR10OIJ02_DISPORT2
DP2_ETAEstimated Time of Arrival (ETA) Destination Point OIJ02_DP2_ETADATS8OIJ02_DISPORT1_ETA
DP_KNOT3Transportation Connection Point OIJ02_DP_KNOT3CHAR10KNOTZ
DP3Location ID for Discharge Port OIJ02_DP3CHAR10OIJ02_DISPORT3
DP3_ETAEstimated Time of Arrival (ETA) Destination Point OIJ02_DP3_ETADATS8OIJ02_DISPORT3_ETA
DP_KNOT4Transportation Connection Point OIJ02_DP_KNOT4CHAR10KNOTZ
KNOT1_TXTText Field for Location OIJ02_KNOT1_TXTCHAR30OIJ02_KNOT1_TXT
KNOT2_TXTText Field for Location OIJ02_KNOT2_TXTCHAR30OIJ02_KNOT2_TXT
KNOT3_TXTText Field for Location OIJ02_KNOT3_TXTCHAR30OIJ02_KNOT3_TXT
KNOT4_TXTText Field for Location OIJ02_KNOT4_TXTCHAR30OIJ02_KNOT4_TXT
FREIGHT_VENDORName of the Freight Vendor OIJ02_FREIGHT_VENDORCHAR35OIJ02_FREIGHT_VENDOR
FEUTSW-Mining: Forty-foot Equivalent Units OIJ02_FEUDEC4OIJ02_FEU
FTUTSW-Mining: Twenty Foot Equivalent Units OIJ02_TEUDEC4OIJ02_TEU
BFEUTSW-Mining: Forty-foot Equivalent Units -booked OIJ02_BFEUDEC4OIJ02_FEU
BTEUTSW-Mining: Twenty Foot Equivalent Units booked OIJ02_BTEUDEC4OIJ02_TEU
NMVEHICLE_TXTTD vehicle header text OIG_VHLTXTCHAR40OIG_TEXT

Key field Non-key field



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

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

How to access SAP table ROIJ02_VEHICLE_VOYAGE

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