PPETIGUI SAP (Screen Fields for Selection Screen of Configuration Mode) Structure details

Dictionary Type: Structure
Description: Screen Fields for Selection Screen of Configuration Mode




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




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

PPETIGUI 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 "Screen Fields for Selection Screen of Configuration Mode" 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_PPETIGUI TYPE PPETIGUI.

The PPETIGUI table consists of various fields, each holding specific information or linking keys about Screen Fields for Selection Screen of Configuration Mode data available in SAP. These include PVS_DESC (Selection Criterion), CMPEXT (Long External Material Number), LOCEXT (External Description of Plant in iPPE), PPE_USE (Usage in iPPE).. 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 PPETIGUI 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
PPE_CONFIG_NOConfiguration Number PPE_CONFIG_NOINT13
PVS_DESCSelection Criterion PPETISELCRITERIONCHAR60
CMPEXTLong External Material Number PPE_MATERIAL_LONGCHAR40PPE_MATERIAL_LONG
LOCEXTExternal Description of Plant in iPPE PPE_LOCID_EXTERNALCHAR20CHAR20
PPE_USEUsage in iPPE PPE_USECHAR3CPPE_HDR_USEPPE_USEPPE_USE
PPE_FILTER_NAMEFilter Name in the iPPE Workbench PPE_FILTER_NAMECHAR40PPE_FILTER_NAMEPPEFILT01
PPE_FOCUSiPPE Focus Master Record PPE_FOCUSCHAR40PPE_FOCUSPPE_FOCID00
CUOBJConfiguration (Internal Object Number) PPE_CUOBJNUMC18PPE_CUOBJ
TECHSParameter Variant/Standard Variant PPE_TECHSCHAR12PPE_TECHS
PPE_MULT_LEV_CONFAccess Configuration Valid on First Level Only PPE_MULT_LEV_CONFCHAR1PPE_MULT_LEV_CONF
PPE_MULT_LEV_ECMParameter effectivity is only valid to the first level PPE_MULT_LEV_ECMCHAR1XFELD
FOCUS_ICONIcon for Focus Objects PPE_FOC_ICON_UICHAR46PPE_ICON_UI
VEREXTCharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table PPETIGUI

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