ROIJ_3WP_GRID_TRANS_FRGHT SAP (Freight Liner Offer Transport Avails Tab) Structure details

Dictionary Type: Structure
Description: Freight Liner Offer Transport Avails Tab




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




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

ROIJ_3WP_GRID_TRANS_FRGHT 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 "Freight Liner Offer Transport Avails Tab" 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_ROIJ_3WP_GRID_TRANS_FRGHT TYPE ROIJ_3WP_GRID_TRANS_FRGHT.

The ROIJ_3WP_GRID_TRANS_FRGHT table consists of various fields, each holding specific information or linking keys about Freight Liner Offer Transport Avails Tab data available in SAP. These include LP1 (Location ID for Loading Port- obsolete), LP1_ETA (ETA AT Load Port - obsolete), LP1_ETD (Estimated Time of Departure at Loading Port- obsolete), LP_KNOT1 (Departure Point-obsolete).. 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 ROIJ_3WP_GRID_TRANS_FRGHT 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- obsolete OIJ_LP1CHAR10OIJ_LOADPORT1
LP1_ETAETA AT Load Port - obsolete OIJ_LP1_ETADATS8OIJ_LOADPORT1_ETA
LP1_ETDEstimated Time of Departure at Loading Port- obsolete OIJ_LP1_ETDDATS8OIJ_LOADPORT1_ETD
LP_KNOT1Departure Point-obsolete OIJ_LP1_KNOT1CHAR10KNOTA
DP1Location ID for Discharge Port - obsolete OIJ_DP1CHAR10OIJ_DISPORT1
DP1_ETAEstimated Time of Arrival (ETA) Destination Point- obsolete OIJ_DP1_ETADATS8OIJ_DISPORT1_ETA
DP_KNOT2Destination point-obsolete OIJ_DP_KNOT2CHAR10KNOTZ
DP2Location ID for Discharge Port - obsolete OIJ_DP2CHAR10OIJ_DISPORT2
DP2_ETAEstimated Time of Arrival (ETA) Destination Point- obsolete OIJ_DP2_ETADATS8OIJ_DISPORT1_ETA
DP_KNOT3Transportation Connection Point-obsolete OIJ_DP_KNOT3CHAR10KNOTZ
DP3Location ID for Discharge Port-obsolete OIJ_DP3CHAR10OIJ_DISPORT3
DP3_ETAEstimated Time of Arrival (ETA) Destination Point-obsolete OIJ_DP3_ETADATS8OIJ_DISPORT3_ETA
DP_KNOT4Transportation Connection Point-obsolete OIJ_DP_KNOT4CHAR10KNOTZ
KNOT1_TXTText Field for Location OIJ_KNOT1_TXTCHAR30OIJ_KNOT1_TXT
KNOT2_TXTText Field for Location-obsolete OIJ_KNOT2_TXTCHAR30OIJ_KNOT1_TXT
KNOT3_TXTText Field for Location-obsolete OIJ_KNOT3_TXTCHAR30OIJ_KNOT1_TXT
KNOT4_TXTText Field for Location-obsolete OIJ_KNOT4_TXTCHAR30OIJ_KNOT1_TXT
FREIGHT_VENDORName of the Freight Vendor- obsolete OIJ_FREIGHT_VENDORCHAR35OIJ_FREIGHT_VENDOR
FEUTSW-Mining: Forty-foot Equivalent Units-obsolete OIJ_FEUDEC4OIJ_FEU
FTUTSW-Mining: Twenty Foot Equivalent Units-obsolete OIJ_TEUDEC4OIJ_TEU
BFEUTSW-Mining: Forty-foot Equivalent Units -booked OIJ_BFEUDEC4OIJ02_FEU
BTEUTSW-Mining: Twenty Foot Equivalent Units booked - obsolete OIJ_BTEUDEC4OIJ_TEU
FLTTNOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
ROUTERoute ROUTECHAR6Assigned to domainROUTE
CARRIERTransport system Carrier OIJ_CARRNRCHAR10Assigned to domainALPHALIFNR

Key field Non-key field



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

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

How to access SAP table ROIJ_3WP_GRID_TRANS_FRGHT

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