UAB_S_IPPE_RESULT SAP (iPPE Result) Structure details

Dictionary Type: Structure
Description: iPPE Result




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




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

UAB_S_IPPE_RESULT 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 Result" 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_RESULT TYPE UAB_S_IPPE_RESULT.

The UAB_S_IPPE_RESULT table consists of various fields, each holding specific information or linking keys about iPPE Result data available in SAP. These include PVGUID (Client), PVNAME (Internal Number of PVS Variant), PVCNT (Variant), PNGUID (Internal Counter for iPPE Objects).. 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_RESULT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PVGUID Client0
PVNAME Internal Number of PVS Variant0
PVCNT Variant0
PNGUID Internal Counter for iPPE Objects0
CMPID Internal Number of iPPE Node0
FLG_DFT_EFF Internal Identification of Components (Material/Product)0
FLG_NO_DATE 0
FLG_HIGHLANDER 0
FLG_MANDATORY 0
FLG_STD_PART 0
FLG_SUP_DEL 0
PVCPRIO Ind.: Variant was deleted with start-up parameters0
IS_COLOR_NODE Evaluation of Priority of Variants0
PGUID Internal Number of iPPE Node0
CCODE Color Supplement0
QUANT Quantity (in Item Variant)0
QUNIT Unit of Measure0
QUANT_FIX Fixed Quantity in Variant of iPPE Product Structure0
PRIO Prioritization of Dependency0
ACTID 0
IOINDSingle-Character Indicator CHAR1CHAR1CHAR1
ERRORSingle-Character Indicator CHAR1CHAR1CHAR1
MATCO Single-Character Indicator0
ALTGRP Time of Material Consumption0
PVCTYPE Alternative Item Group0
CREADAT Specification of Variant Basis Data0
KZKFG Configurable material0
STDPD Configurable material0
DATE_FROM Date of Request0
DATE_TO DATS Field Type0
AENNRDATE DATS Field Type0
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_RESULT using ABAP code?

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

How to access SAP table UAB_S_IPPE_RESULT

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