CPPER3E_PDCE_ACTIVITY SAP (Activity Details) Structure details

Dictionary Type: Structure
Description: Activity Details




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




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

CPPER3E_PDCE_ACTIVITY 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 "Activity Details" 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_CPPER3E_PDCE_ACTIVITY TYPE CPPER3E_PDCE_ACTIVITY.

The CPPER3E_PDCE_ACTIVITY table consists of various fields, each holding specific information or linking keys about Activity Details data available in SAP. These include BRANCH_POINT_FLG (General Flag), ACTID (Internal Number of iPPE Node), PNAME (iPPE Node Description), SEQ_GRP (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 CPPER3E_PDCE_ACTIVITY 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
SEQ_COUNTNatural Number INT4INT410INT4
BRANCH_POINT_FLGGeneral Flag FLAGCHAR1FLAG
ACTIDInternal Number of iPPE Node PVS_PNGUIDRAW16SYSUUID
PNAMEiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
SEQ_GRPInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
OPR_CNTNatural Number INT4INT410INT4
DATE_FROMDate DATUMDATS8DATUM
DATE_TODate DATUMDATS8DATUM
MANDATORYGeneral Flag FLAGCHAR1FLAG
SCRAPScrap factor PPE_SCRAPDEC5(4) PPE_DEC5_4
TYPEiPPE Activity Type PPE_ACTTYPECHAR1PPE_ACTTYPEPPE_ACTTYPE
EFFECT_FLGiPPE Effectivity of Order for Activity PPE_ACTEFFECTCHAR1PPE_ACTEFFECT
KNOBJNumber of Object with Assigned Dependencies PPE_KNOBJNUMC18PPE_KNOBJ
PREPAREGRPSetup Group PPE_PREPAREGRPCHAR40
PREPARELOCPlant for iPPE Export to PDCE CPPER3E_PDCE_SETUP_LOCIDCHAR22
STD_ACTiPPE Standard Activity PPE_STD_ACTCHAR1XFELD
NOSYNCFLGSynchronization Behavior of iPPE Activities on Multi-Res. PPE_NOSYNCFLGCHAR1PPE_NOSYNCFLG
RP_TYPEType of Reporting Point PVS_RPTYPECHAR4CRPTYPEPVS_RPTYPE
MATFLOWAggregate Scrap PPE_MATERIAL_FLOWCHAR1XFELD
COUPLE_TYPEType of Mode Linkage PPE_MODECOUPLECHAR1PPE_MODECOUPLE
SCHED_BY_SUCCSchedule Intervals According to Resource of Next Activity PPE_SCHED_BY_SUCCCHAR1XFELD
CONSTRAINT_TYPEUsage of Minimum and Maximum Interval PPE_CONSTRAINT_TYPENUMC1PPE_CONSTRAINT

Key field Non-key field



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

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

How to access SAP table CPPER3E_PDCE_ACTIVITY

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