/VSO/P_RSLT_PLTH SAP (Result of VSO: Packing Proposal (Header Data)) Table details

Dictionary Type: Table
Description: Result of VSO: Packing Proposal (Header Data)




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




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

/VSO/P_RSLT_PLTH is a standard SAP Table which is used to store Result of VSO: Packing Proposal (Header Data) data and is available within R/3 SAP systems depending on the version and release level.

The /VSO/P_RSLT_PLTH table consists of various fields, each holding specific information or linking keys about Result of VSO: Packing Proposal (Header Data) data available in SAP. These include TKNUM (Shipment Number), PAL_SEQ_NO (Number of the Packing Proposal in VSO), FZGNR (Vehicle), BAY_ID (Loading Bay of a Means of Transport (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /VSO/P_RSLT_PLTH table 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/M_PAL_SEQ
FZGNRVehicle /DSD/RP_TRUCKCHAR18Assigned to domainALPHAEQUNR
BAY_IDLoading Bay of a Means of Transport (VSO) /VSO/M_BAY_IDCHAR3/VSO/M_BAY_ID
PAL_VERT_LOCShelf Position of a Loading Bay (VSO) /VSO/M_PAL_VERT_LOCCHAR1/VSO/M_VSO_CHAR1
MATNR_PALMaterial Number of a Packaging material (PKM) in VSO /VSO/M_C_MATNR_PALCHAR18Assigned to domainMATN1MATNR/VSO/R_SH_PAL
PAL_WGT_ACTTotal Weight of a Packing Proposal of VSO /VSO/P_PAL_WGT_ACTQUAN13(3) MENG13
WGHT_UOMWeight Unit for Vehicle Space Optimization /VSO/M_GEWEIUNIT3/VSO/M_VSO_MEINS/VSO/R_SH_T006_GE
PAL_OVR_L_ACTDetermined Overhang (Depth) for Packaging Material (VSO) /VSO/P_PAL_OVR_L_ACTQUAN13(3) MENG13
PAL_OVR_Q_ACTDetermined Overhang (Width) for Packaging Material (VSO) /VSO/P_PAL_OVR_Q_ACTQUAN13(3) MENG13
PAL_BIN_HT_ACTStack Height of a Packaging Material (VSO) /VSO/P_PAL_BIN_HT_ACTQUAN13(3) MENG13
DIST_UOMUnit of Measure for Legs (Length, Width, Height) for VSO /VSO/M_DIST_UOMUNIT3Assigned to domainCUNITMEINS/VSO/R_SH_T006_LE
PAL_TYPEPacking Proposal Type of Vehicle Space Optimization /VSO/M_PAL_TYPECHAR1/VSO/M_PALLET_TYPE
PROC_TYPEProcess Type of a Packing Proposal for VSO /VSO/P_PROC_TYPECHAR1/VSO/P_DEF_PRTYP/VSO/P_PROC_TYPE
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL

Key field Non-key field



How do I retrieve data from SAP table /VSO/P_RSLT_PLTH using ABAP code

The following ABAP code Example will allow you to do a basic selection on /VSO/P_RSLT_PLTH to SELECT all data from the table
DATA: WA_/VSO/P_RSLT_PLTH TYPE /VSO/P_RSLT_PLTH.

SELECT SINGLE *
FROM /VSO/P_RSLT_PLTH
INTO CORRESPONDING FIELDS OF WA_/VSO/P_RSLT_PLTH
WHERE...

How to access SAP table /VSO/P_RSLT_PLTH

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