PINPEG1 SAP (P2E: Structure for a Tree Data in Application Screen) Structure details

Dictionary Type: Structure
Description: P2E: Structure for a Tree Data in Application Screen




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




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

PINPEG1 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 "P2E: Structure for a Tree Data in Application Screen" 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_PINPEG1 TYPE PINPEG1.

The PINPEG1 table consists of various fields, each holding specific information or linking keys about P2E: Structure for a Tree Data in Application Screen data available in SAP. These include PARENT_KEY (30 Characters), ROW_KEY (30 Characters), EXPANDED (Boolean Variable (X=True, -=False, Space=Unknown)), IS_LEAF (Boolean Variable (X=True, -=False, Space=Unknown)).. 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 (Deep)


SAP PINPEG1 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
PARENT_KEY30 Characters CHAR30CHAR30CHAR30
ROW_KEY30 Characters CHAR30CHAR30CHAR30
EXPANDEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_LEAFBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
TEXTFPM: Text for the Explanation Control FPM_TEXTSTRG0WDY_CONF_TRANSL_TEXT
CHILDREN_LOADEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IMAGE_SRCImage Source FPMGB_IMAGE_SRCSTRG0
MAIN_ROOTP2E: Text PIN_PE_TEXTCHAR30PIN_PE_TEXT
LGDESP2E: Character Field Length PIN_PE_CH200CHAR200CHAR200
HTEXTP2E: Text (10) Field PIN_PE_CF_TEXT10CHAR10PIN_PE_CF_TEXT10
POGUIPolicy Guid PIN_PE_POLICY_GUIDCHAR22SYSUUID_22
STPIDPolicy Step ID PIN_PE_STEPIDCHAR8PIN_PE_STEPID
STDESP2E: String PIN_PE_STRINGSTRG0PIN_PE_STRING
ATRTYPolicy Attribute Type PIN_PE_ATTRIB_TYPECHAR2PIN_PE_ATTRIB_TYPE
ATSEQSequence Number PIN_PE_SEQNUMNUMC3PIN_PE_SEQNUM
ATRIDValidation Attribute PIN_PE_ATTRIB_IDCHAR6Assigned to domainPIN_PE_ATTRIB_ID
EDTINMandate Check PIN_PE_TFINDICATORCHAR1PIN_PE_TFINDICATOR
DELNAData Element Name PIN_PE_DATAELEMENT_NAMECHAR30CHAR30
LINATValidation Attribute PIN_PE_ATTRIB_IDCHAR6Assigned to domainPIN_PE_ATTRIB_ID
LINSESequence Number PIN_PE_SEQNUMNUMC3PIN_PE_SEQNUM
MASSNAction Type MASSNCHAR2Assigned to domainMASSN
MASSGReason for Action MASSGCHAR2Assigned to domainMASSG
INDICMandate Check PIN_PE_TFINDICATORCHAR1PIN_PE_TFINDICATOR
ACTYPPolicy Closure Action Type PIN_PE_CLSRTYPECHAR2PIN_PE_CLSRTYPE
STPTYP2E: Policy Step Type PIN_PE_POL_STEPCHAR1PIN_PE_POL_STEP
ATRSHName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
LIDELLink Data Element PIN_PE_LINKDE_NAMECHAR30CHAR30
LILBLField Label PIN_PE_FLD_LABELCHAR40PIN_PE_FLD_LABEL
CLNF4Object Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
MENF4Method name SEOMTDNAMECHAR61CHAR61MTDNAME

Key field Non-key field



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

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

How to access SAP table PINPEG1

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