/VSO/M_DELIVERY_HEADER_POPUP SAP (DELIVERY_HEADER for Display in Dialog Box (VSO)) Structure details

Dictionary Type: Structure
Description: DELIVERY_HEADER for Display in Dialog Box (VSO)




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




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

/VSO/M_DELIVERY_HEADER_POPUP 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 "DELIVERY_HEADER for Display in Dialog Box (VSO)" 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_DELIVERY_HEADER_POPUP TYPE /VSO/M_DELIVERY_HEADER_POPUP.

The /VSO/M_DELIVERY_HEADER_POPUP table consists of various fields, each holding specific information or linking keys about DELIVERY_HEADER for Display in Dialog Box (VSO) data available in SAP. These include PAL_BIN_HGT (Maximum Stacking Height of the Packaging Material (VSO)), IPAL_NO_LYR (Number Layers Under an Inter-Pallet (VSO)), ONE_MAT (Packing Material-Specific for Each Packaging Material), PACK_BY_MAT (Customer-Related Packing for Each Packaging Material (VSO)).. 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_DELIVERY_HEADER_POPUP 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
VBELNDelivery (Vehicle Space Optimization) /VSO/M_VBELN_VLCHAR10/VSO/M_VBELN_VL
PAL_BIN_HGTMaximum Stacking Height of the Packaging Material (VSO) /VSO/M_F_PAL_BIN_HGTCHAR14/VSO/M_C_MENG13
IPAL_NO_LYRNumber Layers Under an Inter-Pallet (VSO) /VSO/M_IPAL_NO_LYRNUMC2/VSO/M_IPAL_NO_LYR
ONE_MATPacking Material-Specific for Each Packaging Material /VSO/M_ONE_MATCHAR1/VSO/M_XFIELD
PACK_BY_MATCustomer-Related Packing for Each Packaging Material (VSO) /VSO/M_PACK_BY_MATCHAR1/VSO/M_XFIELD
ONE_SORTPack Only One Package Type for Each PKM (VSO) /VSO/M_ONE_SORTCHAR1/VSO/M_XFIELD
INT_CUST_NOSequence of Collective Unloading Point of Shipment (VSO) /VSO/M_INT_CUST_NONUMC4/VSO/M_VSO_DPNUM
AD_NAME1Name 1 (Vehicle Space Optimization) /VSO/M_VSO_AD_NAME1CHAR40/VSO/M_VSO_TEXT40
UNLOAD_SIDE_PREFSide Preference of Loading/Unloading (VSO) /VSO/M_UNLOAD_SIDE_PREFNUMC1/VSO/M_SIDE_PREF
LD_PREFFront/Back Preference of Loading/Unloading (VSO) /VSO/M_LOAD_PREFNUMC1/VSO/M_LOAD_PREF
CASGNAssigned Means of Transport (VSO) /VSO/M_CASGNNUMC2/VSO/M_VCL_CAT
SHIP_TOShip-To Party (Vehicle Space Optimization) /VSO/M_VSO_KUNWECHAR10/VSO/M_VSO_KUNNR
COMBINEGroup Ship-To Parties for Collective Unloading Point (VSO) /VSO/M_COMBINECHAR1/VSO/M_XFIELD
CUST_PALPackaging Material of the Customer (VSO) /VSO/M_MATNR_PAL_CUSTCHAR18Assigned to domainMATN1/VSO/M_VSO_MATNR

Key field Non-key field



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

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

How to access SAP table /VSO/M_DELIVERY_HEADER_POPUP

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