OIJ_IF_VSRSHP_HDR SAP (Vehicle Scheduling: APO Core Interface: Shipment Header Data) Structure details

Dictionary Type: Structure
Description: Vehicle Scheduling: APO Core Interface: Shipment Header Data




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




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

OIJ_IF_VSRSHP_HDR 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 "Vehicle Scheduling: APO Core Interface: Shipment Header Data" 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_VSRSHP_HDR TYPE OIJ_IF_VSRSHP_HDR.

The OIJ_IF_VSRSHP_HDR table consists of various fields, each holding specific information or linking keys about Vehicle Scheduling: APO Core Interface: Shipment Header Data data available in SAP. These include SHP_ID (GUID in 'CHAR' format with upper-/lowercase (!)), SHP_NUM (Shipment Number), SHP_TYPE (Shipment type), ST_PLAN (Status of transportation planning).. 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_VSRSHP_HDR 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
SHP_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SHP_NUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
SHP_TYPEShipment type SHTYPCHAR4Assigned to domainSHTYPTSH
ST_PLANStatus of transportation planning STDISCHAR1STTRA
ST_TNDTender Status TNDRSTCHAR2TNDRST
CAR_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
CAR_LOC_TYPEOIL-TSW: Location type OIJ_LOCTYPCHAR4Assigned to domainOIJ_LOCTYP
CAR_LOC_NOChar 20 CHAR20CHAR20CHAR20
DISTDistance DISTZQUAN13(3) MENG13
DIST_UNITUnit of measure for distance MEDSTUNIT3Assigned to domainCUNITMEINS
DIST_ISOISO Code for Unit of Measurement 'Distance' MEDSTISOCHAR3Assigned to domainISOCD_UNIT
TIME_TOTTotal duration in calendar days GESZTDDEC11TSTRGTSTRDURAG
TIME_TVLTravel duration as actual time (hours/minutes) FAHZTDDEC11TSTRNTSTRDURAN
TIME_UNITUnit of measure for travelling times MEIZTUNIT3Assigned to domainCUNITMEINS
TIME_ISOISO Code for Unit of Measurement 'Time' MEIZTISOCHAR3Assigned to domainISOCD_UNIT
SHP_CRELShipment costs relevance FRKRLCHAR1FRKRL
EXT_IDExternal identification 1 EXTI1CHAR20TEXT20
CIF_LOCGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
CIF_TPPTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
CIF_ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
CIF_IBSAPO-TSW : IBS indicator OIJ_IF_IBS_INDCHAR1OIJ_IF_IBS_IND
SHP_COSTShipping costs from transportation planning SHP_PRICECURR15(2) WERT15
SHP_COST_CURCurrency for shipping costs SHP_PRICE_CURRCUKY5Assigned to domainWAERS
CM_IDENTIdentification Number for Continuous Moves CM_IDENTIFIERCHAR12CHAR12
CM_SEQUENCESequence of Transports in Connecting Traffice CM_SEQUENCENUMC4SEQUENCE2

Key field Non-key field



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

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

How to access SAP table OIJ_IF_VSRSHP_HDR

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