PPE03 SAP (HR Editor: PE03 Screen Fields) Structure details

Dictionary Type: Structure
Description: HR Editor: PE03 Screen Fields




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




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

PPE03 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 "HR Editor: PE03 Screen Fields" 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_PPE03 TYPE PPE03.

The PPE03 table consists of various fields, each holding specific information or linking keys about HR Editor: PE03 Screen Fields data available in SAP. These include NAME1 (Name of different feature), ONLYD (Only display differences when comparing), STDMK (Use standard feature), FLD01 (Indicator for copy of decision tree).. 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: Cannot Be Enhanced


SAP PPE03 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
NAMENName of feature MERK1CHAR5CHAR5MRK
NAME1Name of different feature MERK2CHAR5CHAR5MRK
ONLYDOnly display differences when comparing ONLYDCHAR1XFELD
STDMKUse standard feature PSTDMCHAR1XFELD
FLD01Indicator for copy of decision tree FLD01CHAR1XFELD
FLD02Indicator: Copy of responsibility FLD02CHAR1XFELD
FLD03Indicator: Copy of structure/field name FLD03CHAR1XFELD
FLD04Indicator: Copy of documentation FLD04CHAR1XFELD
STRUCStructure name for decision fields STRUC_DCHAR5CHAR5
KUARTIndicator for transfer type KUARTCHAR1CHAR1
UNTERIndicator: Subfeature UNTERCHAR1XFELD
STATUStatus STAT5CHAR1CHAR1
GENREIndicator for generated report GENRECHAR8CHAR8
GENZUIndicator for direct assignment GENZUCHAR1CHAR1
EDATEDate of origin ENTDADATS8DATUM
UNAMELast changed by PUNAMCHAR12UNAME
UDATEChanged on PUDATDATS8DATUM
UTIMETime of last change PUTIMTIMS6UZEIT
UVERSVersion VERSMNUMC6NUM6
KUTXTTransfer Text KUTXTCHAR25TEXT25
RUSERPerson responsible for feature decision tree RUSER_DCHAR12UNAME
SNAMEPerson responsible for valid field names VERFECHAR12UNAME
KAEMEIndicator: Feature can be changed by person responsible only KAEMECHAR1XFELD
KAEFEIndicator: Field name changed by person responsible KAEFECHAR1XFELD
KREUZCheck KREUZCHAR1XFELD
FIELDField name PMFLDCHAR9CHAR9
FTEXTText P_TXT60CHAR60P_TXT60
PAGEATotal entries PAGEGNUMC3NUM3
PAGECNumber of first entry on current page PAGEANUMC3NUM3
ARTIDIndicator: Type of feature ARTIDCHAR1CHAR1
NAME2Name of feature MERK1CHAR5CHAR5MRK
NAME3Name of feature MERK1CHAR5CHAR5MRK
ERTXTError text for generation ERRTXCHAR67CHAR67
ANZN1Number of generated features ANZN1NUMC3NUM3
ANZN2Number of features that cannot be generated ANZN2NUMC3NUM3
ANZN3Number of features that cannot be locked ANZN3NUMC3NUM3
ANZN4Number of features already generated ANZN4NUMC3NUM3
PFK10Documentation for feature PFK10CHAR1CHAR1
PFK11Country/component text PFK11CHAR1CHAR1
PFK13Generating features PFT13CHAR1CHAR1
PFK14Deletion of features PFK14CHAR1CHAR1
PFK15Attributes PFK15CHAR1CHAR1
PFK16Copying features PFK16CHAR1CHAR1
PFK17Person responsible PFK17CHAR1CHAR1
PFK18General documentation PFK18CHAR1CHAR1
PFK19Feature attributes PFK19CHAR1CHAR1
PFK20List of features PFK20CHAR1CHAR1
PFK24Editor/decision tree PFK24CHAR1CHAR1
MODETMode (display/edit) MODETCHAR14CHAR14
UPDATUpdate flag UPDFLCHAR1XFELD
UPGENIndicator: Generation UPGENCHAR1CHAR1
VARGUVariable key for T549B VARG1CHAR18CHAR18
SEQNOSequence Number of Record for Same Key SEQC1NUMC1NUM1
FUNCOFunction part of T549B FUNCQCHAR54CHAR54

Key field Non-key field



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

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

How to access SAP table PPE03

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