/VSO/P_PRNT_ITM SAP (Vehicle Space Optimization Item Data for TO Printout) Structure details

Dictionary Type: Structure
Description: Vehicle Space Optimization Item Data for TO Printout




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




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

/VSO/P_PRNT_ITM 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 "Vehicle Space Optimization Item Data for TO Printout" 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_PRNT_ITM TYPE /VSO/P_PRNT_ITM.

The /VSO/P_PRNT_ITM table consists of various fields, each holding specific information or linking keys about Vehicle Space Optimization Item Data for TO Printout data available in SAP. These include /VSO/P_PAL_LYR_TYPE (Layer Type of a Packing Proposal in VSO), /VSO/P_LYR_TYP_TXT (Text for Layer Type of a Packing Proposal of VSO), /VSO/P_LANE_NUM (Line within the Automatic Picking Zone (VSO)), /VSO/P_PROC_TYPE_ITM (Process Type of a VSO Packing Proposal Type).. 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/P_PRNT_ITM 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
/VSO/P_PAL_LYR_NOLayer Number (Vehicle Space Optimization) /VSO/M_PAL_LYR_NONUMC3/VSO/M_LYR_NO
/VSO/P_PAL_LYR_TYPELayer Type of a Packing Proposal in VSO /VSO/M_PAL_LYR_TYPECHAR1/VSO/M_LYR_TYPE
/VSO/P_LYR_TYP_TXTText for Layer Type of a Packing Proposal of VSO /VSO/P_LYR_TYP_TXTCHAR60DDTEXT
/VSO/P_LANE_NUMLine within the Automatic Picking Zone (VSO) /VSO/M_LANE_NUMCHAR3/VSO/M_LANE_NUM
/VSO/P_PROC_TYPE_ITMProcess Type of a VSO Packing Proposal Type /VSO/P_PROC_TYPE_ITMCHAR1Assigned to domain/VSO/P_PROC_TYPE
/VSO/P_PROC_TYPE_DTXDisplay Text for Process Type of VSO /VSO/P_PROC_TYPE_DTXCHAR8TEXT8

Key field Non-key field



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

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

How to access SAP table /VSO/P_PRNT_ITM

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