/VSO/P_LOADLIST_PLTI SAP (Loading List Data for VSO: Pallet Item) Structure details

Dictionary Type: Structure
Description: Loading List Data for VSO: Pallet Item




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




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

/VSO/P_LOADLIST_PLTI 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 "Loading List Data for VSO: Pallet Item" 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/P_LOADLIST_PLTI TYPE /VSO/P_LOADLIST_PLTI.

The /VSO/P_LOADLIST_PLTI table consists of various fields, each holding specific information or linking keys about Loading List Data for VSO: Pallet Item data available in SAP. These include MANDT (Client), TKNUM (Shipment Number), PAL_SEQ_NO (Number of the Packing Proposal in VSO), PALLET_ITEM_NO (Item Number of a VSO Packing Proposal).. 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 /VSO/P_LOADLIST_PLTI 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TKNUMShipment Number TKNUMCHAR10VTTKALPHATKNUMTNRSD_F4_SHP_ID
PAL_SEQ_NONumber of the Packing Proposal in VSO /VSO/M_PAL_SEQ_NONUMC4/VSO/P_RSLT_PLTH/VSO/M_PAL_SEQ
PALLET_ITEM_NOItem Number of a VSO Packing Proposal /VSO/P_PALLET_ITEM_NONUMC4/VSO/P_PALLET_ITEM_NO
PAL_LYR_NOLayer Number (Vehicle Space Optimization) /VSO/M_PAL_LYR_NONUMC3/VSO/M_LYR_NO
PAL_LYR_TYPELayer Type of a Packing Proposal in VSO /VSO/M_PAL_LYR_TYPECHAR1/VSO/M_LYR_TYPE
VBELNDelivery VBELN_VLCHAR10LIKPALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6LIPSPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LGMNGMaterial Quantity (Vehicle Space Optimization) /VSO/P_LGMNGQUAN13(3) MENG13
DLVR_ITEM_UOMUnit of Measure of the Delivery Item (VSO) /VSO/M_DLVR_ITEM_UOMUNIT3/VSO/M_VSO_MEINS
LANE_NUMLine within the Automatic Picking Zone (VSO) /VSO/M_LANE_NUMCHAR3/VSO/M_LANE_NUM
PROC_TYPE_ITMProcess Type of a VSO Packing Proposal Type /VSO/P_PROC_TYPE_ITMCHAR1/VSO/P_DEF_PRTYP/VSO/P_PROC_TYPE
LYR_TYP_TXTText for Layer Type of a Packing Proposal of VSO /VSO/P_LYR_TYP_TXTCHAR60DDTEXT
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table /VSO/P_LOADLIST_PLTI

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