SAP ABAP Class CL_DPR_CHECKLIST_RESOLVER (Development Projects: Resolution of a Checklist Template)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-STR (Application Component) Structure
⤷
DEVELOPMENT_PROJECTS_CHECKLIST (Package) Project Management - Checklists
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_VISITOR | Development Projects: Abstract Visitor | 20020417 |
Properties
| Class | CL_DPR_CHECKLIST_RESOLVER | |
| Short Description | Development Projects: Resolution of a Checklist Template | |
| Super Class | CL_DPR_VISITOR | Development Projects: Abstract Visitor |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | DPR_CHECKLIST | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_CHECKLIST | Project Management - Checklists |
| Created | 20020417 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_CHECKLIST_RESOLVER has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DPR_CHECKLIST_REFERENCE | 20020417 | Development Projects: Checklist Reference |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_O | Checklist | 20020417 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_REFERENCE | Checklist Reference to resolve | 20091112 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_T | Checklist Template | 20020417 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_PHASE_O | Phase Under Which the Checklist Template Hangs | 20020417 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_PROJECT_O | Project Below Which Checklist Template Is Inserted | 20050225 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_ENTITY_LINKS | Table Type for Links Between Roles and Entities | 20030318 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_PROCESSED_DOCUMENT_PARENTS | Table of Processed Entries | 20030520 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TY_PROCESSED_ENTITIES | Table of Processed Entries | 20020418 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TY_RELATIONS_PREDECESSORS | Table of Relation Predecessor | 20020721 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_RELATIONS_SUCCESSORS | Table of Relation Successor | 20020721 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | DPR_TV_MASTER_LANGUAGE | Project Language of Operational Project | 20050307 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | DPR_TV_MASTER_LANGUAGE | Project Language of Template | 20050307 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | DPR_TV_RESOLVED_BY | Name of Person Who Resolved the Checklist Reference | 20020417 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | Time Stamp for Resolution | 20020417 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Resolve Tasks (Depending on Project Type) | 20070910 | ||
| 16 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Merge with Project Roles When Resolving | 20040913 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Brings Together Object Links of Same Project Roles | 20070105 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020417 | |
| 3 | Instance method | Public | Constructor | Constructor | 20020417 | |
| 4 | Instance method | Private | Method | Copies Authorization Content | 20030115 | |
| 5 | Static method | Private | Method | Create New Instance | 20020417 | |
| 6 | Instance method | Private | Method | Create Entity Links at End of Traversing | 20030318 | |
| 7 |