UAB_S_IPPE_POSITION SAP (iPPE Item) Structure details

Dictionary Type: Structure
Description: iPPE Item




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




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

UAB_S_IPPE_POSITION 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 "iPPE 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_UAB_S_IPPE_POSITION TYPE UAB_S_IPPE_POSITION.

The UAB_S_IPPE_POSITION table consists of various fields, each holding specific information or linking keys about iPPE Item data available in SAP. These include PVNAME (Variant), NAMEID (Internal Number of iPPE Node), PNGUID (Internal Number of iPPE Node), AENNR (Change Number).. 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 UAB_S_IPPE_POSITION 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
PVGUID Internal Number of PVS Variant0
PVNAME Variant0
NAMEID Internal Number of iPPE Node0
PNGUID Internal Number of iPPE Node0
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
DELFLG Deletion Indicator0
CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
NONCOLCMP Internal Identification of Components (Material/Product)0
CCODE Color Supplement0
PVTYPE_IPPE iPPE Variant Type0
PVTYPE_PDCE Version Number Component0
QUANT_FIX_PD Fixed Quantity in Variant of iPPE Product Structure0
OTYPE_PD Object Type of iPPE0
PGUID_PD Identification of Object Reference in iPPE0
OTYPE_REF_PD Object Type of iPPE0
PGUID_REF_PD Identification of Object Reference in iPPE0
ALTGRP_PD Alternative Item Group0
CO_DATA_FLG_PD Data exists for product cost calculation0
ROMS1 Variable Size Item 10
PRCNT1 Percentage Rate for Markup/Markdown Calculation of Raw Mats0
ROMS2 Variable Size Item 20
PRCNT2 Percentage Rate for Markup/Markdown Calculation of Raw Mats0
ROMS3 Variable Size Item 30
PRCNT3 Percentage Rate for Markup/Markdown Calculation of Raw Mats0
ROMEI Unit of measure for sizes 1 to 30
ROMEN Variable Size Item Quantity0
ROKME Component Unit of Measure, Variable Size Item0
RFORM Formula Key0
STDVAR Standard Variant Indicator0
PRIO Prioritization of Dependency0
KNOBJ Number of Object with Assigned Dependencies0
CUOBJ Configuration (Internal Object Number)0
OTYPE Object Type of iPPE0
PGUID Identification of Object Reference in iPPE0
DMUCNT Internal Counter for PVS Objects0
PVCNT Internal Counter for iPPE Objects0
PVCMAND Required Component0
PVCMULT Multiple Selection Allowed0
PVCFREE Assembly Items without Node Assignment Permitted0
PVCPRIO Evaluation of Priority of Variants0
PVCTYPE Specification of Variant Basis Data0
CMPID Internal Identification of Components (Material/Product)0
QUANT Quantity (in Item Variant)0
QUNIT Unit of Measure0
DOCID Internal Documentation Key of iPPE0
QUANT_1000 Quantity x 1000 (in Item Variant)0

Key field Non-key field



How do I retrieve data from SAP structure UAB_S_IPPE_POSITION using ABAP code?

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

How to access SAP table UAB_S_IPPE_POSITION

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