SAP ABAP Class CL_DPR_ITERATOR (Development Projects: Abstract Iterator)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_TRAVERSAL (Package) Project Management - Traversal
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_ITERATOR | Development Projects: Interface of All Iterators | 20020314 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_ITERATOR_ENTITY | Development Projects: Abstract Entity Iterator | 20020315 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_ITERATOR_NULL | Development Projects: Degenerated NULL Iterator | 20020315 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_ITERATOR_POST_ORDER | Development Projects: Post Order Iterator (Depth First) | 20020314 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_ITERATOR_PRE_ORDER | Development Projects: Pre Order Iterator (Depth First) | 20020314 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_ITERATOR_PRE_ORDER_BF | Development Projects: Pre-Order Iterator (Breadth First) | 20020318 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_ITERATOR_SELF | Development Projects: Degenerated SELF Iterator | 20020315 |
Properties
| Class | CL_DPR_ITERATOR | |
| Short Description | Development Projects: Abstract Iterator | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_TRAVERSAL | Project Management - Traversal |
| Created | 20020314 | 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_ITERATOR | Development Projects: Interface of All Iterators | 20020314 |
Friends
Class CL_DPR_ITERATOR 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_FILTER_ATTR | Development Projects: Attribute Filter Interface | 20030220 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_DPR_FILTER_HIER | Development Projects: Hierarchical Filter Interface | 20030220 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_DPR_ITERATOR_ELEMENT | Development Projects: Interface for All Iteratable Elements | 20020314 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020314 | |
| 2 | Instance method | Public | Constructor | Constructor | 20020314 | |
| 3 | Static method | Public | Method | Create Iterator | 20020314 | |
| 4 | Instance method | Public | Method | 20020320 | ||
| 5 | Instance method | Public | Method | 20020320 | ||
| 6 | Instance method | Public | Method | 20020320 | ||
| 7 | Instance method | Public | Method | 20020320 | ||
| 8 | Instance method | Public | Method | 20020320 |
Events
Class CL_DPR_ITERATOR has no event.
Types
Class CL_DPR_ITERATOR has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_ITERATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_ITERATOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_FILTER_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FILTER_ATTR | Development Projects: Schnittstelle Attributfilter | 20030220 | |||
| 2 | IR_FILTER_HIER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FILTER_HIER | Development Projects: Schnittstelle hierarchischer Filter | 20030220 | |||
| 3 | IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ITERATOR_ELEMENT | Development Projects: Schnittstelle aller iterierb. Elemente | 20020314 |
Method CONSTRUCTOR on class CL_DPR_ITERATOR has no exception.
Method CREATE_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_INSTANCE | Call by reference | Type reference (TYPE) | ANY | Iterator | 20020314 | |||
| 2 | IR_FILTER_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FILTER_ATTR | Development Projects: Schnittstelle Attributfilter | 20030220 | |||
| 3 | IR_FILTER_HIER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_FILTER_HIER | Development Projects: Schnittstelle hierarchischer Filter | 20030220 | |||
| 4 | IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ITERATOR_ELEMENT | Development Projects: Schnittstelle aller iterierb. Elemente | 20020314 |
Method CREATE_ITERATOR on class CL_DPR_ITERATOR has no exception.
Method FIRST Signature
Method FIRST on class CL_DPR_ITERATOR has no parameter.
Method FIRST on class CL_DPR_ITERATOR has no exception.
Method FREE Signature
Method FREE on class CL_DPR_ITERATOR has no parameter.
Method FREE on class CL_DPR_ITERATOR has no exception.
Method GET_CURRENT Signature
Method GET_CURRENT on class CL_DPR_ITERATOR has no parameter.
Method GET_CURRENT on class CL_DPR_ITERATOR has no exception.
Method IS_DONE Signature
Method IS_DONE on class CL_DPR_ITERATOR has no parameter.
Method IS_DONE on class CL_DPR_ITERATOR has no exception.
Method NEXT Signature
Method NEXT on class CL_DPR_ITERATOR has no parameter.
Method NEXT on class CL_DPR_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |