WSTN_PP_STRUC SAP (Prepack definition - Components table) Table details

Dictionary Type: Table
Description: Prepack definition - Components table




ABAP Code to SELECT data from WSTN_PP_STRUC
Related tables to WSTN_PP_STRUC
Access table WSTN_PP_STRUC




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

WSTN_PP_STRUC is a standard SAP Table which is used to store Prepack definition - Components table data and is available within R/3 SAP systems depending on the version and release level.

The WSTN_PP_STRUC table consists of various fields, each holding specific information or linking keys about Prepack definition - Components table data available in SAP. These include PPNR (Material Number of the Prepack Material), VARNR (Variant number), CUOBJ (Configuration (internal object number)), ATZHLX (Position of a value of the column characteristic).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WSTN_PP_STRUC 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 MANDTCLNT3T000MANDT
PPNRMaterial Number of the Prepack Material WSTR_LOTNRCHAR18MARAMATN1MATNR
VARNRVariant number VATNRCHAR18MARAMATN1MATNR
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
ATZHLXPosition of a value of the column characteristic WSTN_ATZHLXNUMC4ATZHL
ATSRTXPosition of a value of the column characteristic WSTN_ATSRTXNUMC4ATSRT
ATZHLYPosition of a value of the row characteristic WSTN_ATZHLYNUMC4ATZHL
ATZHLZPosition of a value of the third characteristic WSTN_ATZHLZNUMC4ATZHL
MENGEQuantity of Variant Allocated WSTN_CPQTYNUMC10QTY10

Key field Non-key field



How do I retrieve data from SAP table WSTN_PP_STRUC using ABAP code

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

SELECT SINGLE *
FROM WSTN_PP_STRUC
INTO CORRESPONDING FIELDS OF WA_WSTN_PP_STRUC
WHERE...

How to access SAP table WSTN_PP_STRUC

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