/VSO/M_SHIPMENT_HEADER1 SAP (Include VSO CommStr. SHIPMENT HEADERDATA (Meth. SetShipment)) Structure details

Dictionary Type: Structure
Description: Include VSO CommStr. SHIPMENT HEADERDATA (Meth. SetShipment)




ABAP Code to SELECT data from /VSO/M_SHIPMENT_HEADER1
Related tables to /VSO/M_SHIPMENT_HEADER1
Access table /VSO/M_SHIPMENT_HEADER1




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

/VSO/M_SHIPMENT_HEADER1 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 "Include VSO CommStr. SHIPMENT HEADERDATA (Meth. SetShipment)" 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_/VSO/M_SHIPMENT_HEADER1 TYPE /VSO/M_SHIPMENT_HEADER1.

The /VSO/M_SHIPMENT_HEADER1 table consists of various fields, each holding specific information or linking keys about Include VSO CommStr. SHIPMENT HEADERDATA (Meth. SetShipment) data available in SAP. These include LANGUAGE (Language of the Tool for VSO (acc. to ISO 639)), OPT_MOD (Optimization Model for Vehicle Space Optimization), REST_SEP (Pack Remaining Material Separately (VSO)), WEIGHT_CHK (Weight Check (Vehicle Space Optimization)).. 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)


SAP /VSO/M_SHIPMENT_HEADER1 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
CHANGEControl Display/Change for External OCX (VSO) /VSO/M_CHANGECHAR1/VSO/M_XFIELD
LANGUAGELanguage of the Tool for VSO (acc. to ISO 639) /VSO/M_LANG_OUTPUTCHAR2/VSO/M_VSO_LAISO
OPT_MODOptimization Model for Vehicle Space Optimization /VSO/M_OPT_MODNUMC2/VSO/M_OPT_MOD
REST_SEPPack Remaining Material Separately (VSO) /VSO/M_REST_SEPCHAR1/VSO/M_XFIELD
WEIGHT_CHKWeight Check (Vehicle Space Optimization) /VSO/M_WEIGHT_CHKCHAR1/VSO/M_XFIELD
CONTACT_COEF_CHKContact Coefficient Check in Vehicle Space Optimization /VSO/M_CONTACT_COEF_CHKCHAR1/VSO/M_XFIELD
CONTACT_COEFContact Coefficient in Percent (VSO) /VSO/M_CONTACT_COEFNUMC3/VSO/M_CONTACT_COEF
UNLOAD_SEQ_CHKFollow Unloading Sequence for Loading (VSO) /VSO/M_UNLOAD_SEQ_CHKCHAR1/VSO/M_XFIELD
CALC_LAYER_CHKCalculate Layer Pattern of Packaging Material (VSO) /VSO/M_CALC_LAYER_CHKCHAR1/VSO/M_XFIELD
MAX_ITERMaximum Number of Iterations of VSO /VSO/M_MAX_ITERNUMC5/VSO/M_MAX_ITER
MAX_ITER_WO_IMPRMaximum Number of Iterations without Improvement (VSO) /VSO/M_MAX_ITER_WO_IMPRNUMC4/VSO/M_MAX_ITER_WO
MAX_SECONDSMaximum Calculation Time of VSO in Seconds /VSO/M_MAX_SECONDSNUMC3/VSO/M_MAX_SECONDS
NO_GRAPHIC_CHKSupression of the Graphic of Vehicle Space Optimization /VSO/M_NO_GRAPHIC_CHKCHAR1/VSO/M_XFIELD
LMH_CHKLoad-Related Calculation Type of Vehicle Space Optimization /VSO/M_LMH_CHKNUMC1/VSO/M_LMH_CHK
DW_FORKFork Lift Uses Double Fork Width (VSO) /VSO/M_DW_FORKCHAR1/VSO/M_XFIELD
MEASURE_UNITDetermination of the Unit of Measure System of VSO /VSO/M_MEASURE_UNUMC1/VSO/M_MEASURE_SYSTEM
ABM_UNITUnit of Measure for Legs (Length, Width, Height) for VSO /VSO/M_DIST_UOMUNIT3Assigned to domainCUNITMEINS/VSO/R_SH_T006_LE
ABM_CONV_ZNumerator for Converting Measure (VSO) /VSO/M_ABM_CONV_ZNUMC8/VSO/M_NUMC8
ABM_CONV_NDenominator for Converting Measure (VSO) /VSO/M_ABM_CONV_NNUMC8/VSO/M_NUMC8
GEW_UNITWeight Unit for Vehicle Space Optimization /VSO/M_GEWEIUNIT3/VSO/M_VSO_MEINS/VSO/R_SH_T006_GE
GEW_CONV_ZNumerator for Converting Weights (VSO) /VSO/M_GEW_CONV_ZNUMC8/VSO/M_NUMC8
GEW_CONV_NDenominator for Converting Weights (VSO) /VSO/M_GEW_CONV_NNUMC8/VSO/M_NUMC8

Key field Non-key field



How do I retrieve data from SAP structure /VSO/M_SHIPMENT_HEADER1 using ABAP code?

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

How to access SAP table /VSO/M_SHIPMENT_HEADER1

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