VSRSHP_HDR SAP (VS: Communication Layer: Shipment Header Data) Structure details

Dictionary Type: Structure
Description: VS: Communication Layer: Shipment Header Data




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




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

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 "VS: Communication Layer: 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_VSRSHP_HDR TYPE VSRSHP_HDR.

The VSRSHP_HDR table consists of various fields, each holding specific information or linking keys about VS: Communication Layer: Shipment Header Data data available in SAP. These include SHP_ID (General Data Element for GUID Fields), 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: Cannot Be Enhanced


SAP 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
VERSIONGeneral Data Element for GUID Fields CIFGUIDCHAR22CIFGUID22
SHP_IDGeneral Data Element for GUID Fields CIFGUIDCHAR22CIFGUID22
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_IDLocation ID CIFLOCIDCHAR22CIFGUID22
CAR_LOC_TYPEAPO Location Type CIFLOCTYPECHAR4CIFLOCTYPE
CAR_LOC_NOLocation CIFLOCNOCHAR20CIFLOCNO
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_LOCGeneral Data Element for GUID Fields CIFGUIDCHAR22CIFGUID22
CIF_TPPTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
CIF_ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
CIF_IBSCalling Application (IBS Specific) CIF_IBSCHAR1CIF_IBS
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 VSRSHP_HDR using ABAP code?

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

How to access SAP table VSRSHP_HDR

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