/VSO/P_PAL_TO SAP (Assignment VSO Packing Proposal Items to WM TO Items) Table details

Dictionary Type: Table
Description: Assignment VSO Packing Proposal Items to WM TO Items




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




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

/VSO/P_PAL_TO is a standard SAP Table which is used to store Assignment VSO Packing Proposal Items to WM TO Items data and is available within R/3 SAP systems depending on the version and release level.

The /VSO/P_PAL_TO table consists of various fields, each holding specific information or linking keys about Assignment VSO Packing Proposal Items to WM TO Items data available in SAP. These include TKNUM (Shipment Number), PAL_SEQ_NO (Number of the Packing Proposal in VSO), PALLET_ITEM_NO (Item Number of a VSO Packing Proposal), LGNUM (Warehouse Number / Warehouse Complex).. 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)


SAP /VSO/P_PAL_TO 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/P_RSLT_PLTH/VSO/M_PAL_SEQ
PALLET_ITEM_NOItem Number of a VSO Packing Proposal /VSO/P_PALLET_ITEM_NONUMC4/VSO/P_RSLT_PLTI/VSO/P_PALLET_ITEM_NO
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
TANUMTransfer Order Number TANUMNUMC10LTAKTANUMTAN
TAPOSTransfer order item TAPOSNUMC4LTAPTAPOSTAP
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

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

How to access SAP table /VSO/P_PAL_TO

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