SAP ABAP Class CL_DPR_EVE_ITERATOR_PROJECT (Evaluations: Iterator for Project)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-EVA (Application Component) Evaluations
⤷
DEVELOPMENT_PROJECTS_EVE (Package) Evaluations / Dashboard / Alerts

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_EVE_HIERARCHY_MANAGER | Hierarchy Manager for Evaluations | 20021028 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EVE_ITERATOR | Interface Iterator Class | 20020529 |
Properties
Class | CL_DPR_EVE_ITERATOR_PROJECT | |
Short Description | Evaluations: Iterator for Project | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_EVE | Evaluations / Dashboard / Alerts |
Created | 20020529 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DPR_EVE_HIERARCHY_MANAGER | Hierarchy Manager for Evaluations | 20021028 | ||
2 | IF_EVE_ITERATOR | Interface Iterator Class | 20020529 |
Friends
Class CL_DPR_EVE_ITERATOR_PROJECT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_DPR_ITERATOR | Development Projects: Interface of All Iterators | 20020529 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DPR_PROJECT | Development Projects: Abstract Project | 20020529 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_OBJECT_REF | Objects | 20020529 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TT_COMMONS | Object Links | 20020611 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Load Project from Storage | 20020529 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | DPR_TV_GUID | Project Definition GUID | 20020529 | ||
7 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | DPR_EVE_OBL_PREREAD | BAdI-Interface Preread | 20020611 | ||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_BUF_OBJECT_LINKS | Puffer Objektverknüpfungen | 20081027 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BOOLE_D | Puffer aktivieren (z.B. Objektverknüpfungen) | 20081027 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Filter for Iterator Based on Relevant Object Catgories | 20030331 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020611 |
3 | ![]() |
Instance method | Public | Constructor | Constructor | 20020529 |
4 | ![]() |
Instance method | Protected | Method | Evaluation Reference to Object | 20020529 |
5 | ![]() |
Instance method | Public | Method | Delivers the Buffered, Relevant Object Links | 20070104 |
6 | ![]() |
Instance method | Protected | Method | Preread Relevant Object Types | 20030331 |
7 | ![]() |
Static method | Public | Method | Puffer für Objekte aktivieren/deaktivieren | 20081027 |
Events
Class CL_DPR_EVE_ITERATOR_PROJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_BUF_OBJECT_LINKS | Private | See coding | 20081027 | BEGIN OF TS_BUF_OBJECT_LINKS,
guid TYPE dpr_tv_guid,
object_links type dpr_tt_object_links,
END OF TS_BUF_OBJECT_LINKS
|
||
2 | TT_BUF_OBJECT_LINKS | Private | See coding | 20081027 | TT_BUF_OBJECT_LINKS type STANDARD TABLE OF TS_BUF_OBJECT_LINKS
|
Method Signatures
Method BUILD_ITERATOR_FILTERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_FILTER_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FILTER_ATTR | Development Projects: Schnittstelle Attributfilter | 20030331 | ||
2 | ![]() |
ER_FILTER_HIER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FILTER_HIER | Development Projects: Schnittstelle hierarchischer Filter | 20030331 | ||
3 | ![]() |
IT_RELEVANT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | EVE_TT_OBJECT_TYPE_LIST | Relevante Objekttypen für Auswertungen | 20030331 |
Method BUILD_ITERATOR_FILTERS on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_EVE_ITERATOR_PROJECT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RELEVANT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | EVE_TT_OBJECT_TYPE_LIST | Relevante Objekttypen für Auswertungen | 20030331 | ||
2 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID der Projektdefinition | 20020529 |
Method CONSTRUCTOR on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
Method GET_EVE_REFERENCE_FOR_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DPR_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ITERATOR_ELEMENT | Development Projects: Schnittstelle aller iterierb. Elemente | 20020529 | ||
2 | ![]() |
RR_EVE_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_EVE_ITERATOR_OBJECT | Interface Lesezugriff auf Applikationsobjekte | 20020529 |
Method GET_EVE_REFERENCE_FOR_OBJECT on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
Method GET_RELEVANT_OBJECT_LINKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RELEVANT_OBJECT_LINKS | Value transfer | Type reference (TYPE) | DPR_TT_COMMONS | Relevante Objekttypen für Auswertungen | 20070104 |
Method GET_RELEVANT_OBJECT_LINKS on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
Method PREREAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RELEVANT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | EVE_TT_OBJECT_TYPE_LIST | Relevante Objekttypen für Auswertungen | 20030331 |
Method PREREAD on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
Method TRIGGER_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENABLE | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081027 |
Method TRIGGER_BUFFER on class CL_DPR_EVE_ITERATOR_PROJECT has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |