PPE_PS_DYNP SAP (Screen Structure for iPPE Connection to Project System) Structure details

Dictionary Type: Structure
Description: Screen Structure for iPPE Connection to Project System




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




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

PPE_PS_DYNP 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 Structure for iPPE Connection to Project System" 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_PPE_PS_DYNP TYPE PPE_PS_DYNP.

The PPE_PS_DYNP table consists of various fields, each holding specific information or linking keys about Screen Structure for iPPE Connection to Project System data available in SAP. These include OTYPE (iPPE Object Type), AENNR (Change Number in iPPE), APPLOBJ_TYPE (Application Object Type for iPPE), PROJID_KEY (Identification for External 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: Cannot Be Enhanced


SAP PPE_PS_DYNP 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
GUIDInternal Identification for PVS Objects PVS_GUIDRAW16SYSUUID
OTYPEiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
AENNRChange Number in iPPE PVS_AENNRCHAR12ALPHAPPE_AENNR
APPLOBJ_TYPEApplication Object Type for iPPE PVS_APPLOBJ_TYPECHAR4PVS_APPLOBJ_TYPE
PROJID_KEYIdentification for External Objects PVS_EX_OBJ_IDCHAR40
PRSTYPEType of Project Node PRSTYPECHAR1PVS_PRSTYPE
PROJIDProject definition (internal) PS_INTNRNUMC8Assigned to domainKONPDPS_PSPNR
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
PRO_TEXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
WBSIDWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
WBS_TEXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
NET_INTRouting number of operations in the order CO_AUFPLNUMC10AUFPL
ACT_INTGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
NET_EXTOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACT_EXTOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
NET_TEXTDescription AUFTEXTCHAR40TEXT40
ACT_TEXTOperation short text LTXA1CHAR40TEXT40
RFPNTReference Point for Relationship Between iPPE and PS CN_RPIPCHAR20Assigned to domainCN_RFPNT
RFPNT_TEXTDescription CN_TXTCHAR40TEXT40
MARKCheckbox XFELDCHAR1XFELD
PNODID_FLGDerive Assignment via Nodes PPE_PS_PNODID_FLGCHAR1XFELD
RFPNT_FLGDerive Assignment via Reference Point PPE_PS_RFPNT_FLGCHAR1XFELD
CREADATDate of Application PVS_ANDATDATS8DATUM
CREABYUser who created record PVS_ANNAMCHAR12USNAM
CHNGDATDate of Last Change PVS_AEDATDATS8DATUM
CHNGBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table PPE_PS_DYNP

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