SAP ABAP Class CL_DPR_CHECKLIST_COPIER (DevPro: Copy Checklist Incl. Dependent Objects)
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 | 20050420 |
Properties
| Class | CL_DPR_CHECKLIST_COPIER | |
| Short Description | DevPro: Copy Checklist Incl. Dependent Objects | |
| Super Class | CL_DPR_VISITOR | Development Projects: Abstract Visitor |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_CHECKLIST | Project Management - Checklists |
| Created | 20050420 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DPR_CHECKLIST_COPIER has no forward declaration.
Interfaces
Class CL_DPR_CHECKLIST_COPIER has no interface implemented.
Friends
Class CL_DPR_CHECKLIST_COPIER has no friend class.
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 | Copied Checklist | 20050420 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_CHECKLISTS | Target Collection | 20050420 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Checklist to Be Copied | 20050420 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CGPL_OBJTYPES_T | Task Objects to Be Copied | 20050420 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_PROCESSED_ENTITIES | Table of Processed Entries | 20050420 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050420 | |
| 2 | Instance method | Public | Constructor | Constructor | 20050420 | |
| 3 | Instance method | Private | Method | Copies Authorization Content | 20050420 | |
| 4 | Static method | Public | Method | Copy Checklist | 20050420 | |
| 5 | Static method | Private | Method | Create New Instance | 20050420 | |
| 6 | Instance method | Private | Method | Access Method to Copied Checklist (Reading) | 20050420 | |
| 7 | Instance method | Private | Method | Access Method to Superior Element (Reading) | 20050420 | |
| 8 | Instance method | Private | Method | Access Method to Target Collection of Task | 20050420 | |
| 9 | Instance method | Private | Method | Access Method to Resolution Parameters (Writing) | 20050420 |
Events
Class CL_DPR_CHECKLIST_COPIER has no event.
Types
Class CL_DPR_CHECKLIST_COPIER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_CHECKLIST_COPIER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_CHECKLIST_COPIER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_CHECKLIST_COPIER has no parameter.
Method CONSTRUCTOR on class CL_DPR_CHECKLIST_COPIER has no exception.
Method COPY_AUTHORIZATION_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_DPR_AUTHORIZATION_ELEMENT | Quelle | 20050420 | |||
| 2 | IR_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_DPR_AUTHORIZATION_ELEMENT | Ziel | 20050420 |
Method COPY_AUTHORIZATION_CONTENT on class CL_DPR_CHECKLIST_COPIER has no exception.
Method COPY_CHECKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLISTS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLISTS | Zielkollektion | 20050420 | |||
| 2 | IR_CHECKLIST_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | zu kopierendes Objekt | 20050420 | |||
| 3 | IT_INCL_OBJTYPE | Call by reference | Type reference (TYPE) | CGPL_OBJTYPES_T | Projektplanung - Tabellentyp über CGPL_OBJTYPES_S | 20050420 | |||
| 4 | RR_CHECKLIST | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Kopie | 20050420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Development Projects: Fehler beim Anlegen Anwendungsobjekt | 20050420 |
Method CREATE_COPIER_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLISTS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLISTS | Zielkollektion | 20050420 | |||
| 2 | IR_CHECKLIST_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Zu kopierendes Objekt | 20050420 | |||
| 3 | IT_INCL_OBJTYPE | Call by reference | Type reference (TYPE) | CGPL_OBJTYPES_T | Projektplanung - Tabellentyp über CGPL_OBJTYPES_S | 20050420 | |||
| 4 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_COPIER | Referenz auf die Visitor-Instanz | 20050420 |
Method CREATE_COPIER_INSTANCE on class CL_DPR_CHECKLIST_COPIER has no exception.
Method GET_COPIED_CHECKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CHECKLIST | Value transfer | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | kopierte Checkliste | 20050420 |
Method GET_COPIED_CHECKLIST on class CL_DPR_CHECKLIST_COPIER has no exception.
Method GET_PARENT_FOR_INSERTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_PARENT_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_O | Development Projects: Checkliste | 20050420 | |||
| 2 | ER_PARENT_CHECKLIST_ITEM | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST_ITEM_O | Development Projects: Checklistenpunkt | 20050420 | |||
| 3 | ER_PARENT_PARTICIPANT | Call by reference | Object reference (TYPE REF TO) | CL_DPR_PARTICIPANT | Development Projects: Projektbeteiligte(r) | 20050420 | |||
| 4 | ER_PARENT_TASK | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK_O | Development Projects: Aufgabe | 20050420 | |||
| 5 | EV_REPLACED | Call by reference | Type reference (TYPE) | BOOLE_D | Rolle der Checklistevorlage durch Projektrolle ersetzt | 20050420 | |||
| 6 | IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ENTITY | Development Projects: Schnittstelle aller Entities | 20050420 |
Method GET_PARENT_FOR_INSERTION on class CL_DPR_CHECKLIST_COPIER has no exception.
Method GET_TARGET_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_TASKS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASKS | Development Projects: Collection für Tasks | 20050420 | |||
| 2 | IR_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_DPR_ENTITY | Development Projects: Schnittstelle aller Entities | 20050420 |
Method GET_TARGET_COLLECTION on class CL_DPR_CHECKLIST_COPIER has no exception.
Method SET_COPY_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHECKLISTS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLISTS | Zielkollektion | 20050420 | |||
| 2 | IR_CHECKLIST_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_CHECKLIST | Zu kopierendesObjekt | 20050420 | |||
| 3 | IT_INCL_OBJTYPE | Call by reference | Type reference (TYPE) | CGPL_OBJTYPES_T | Projektplanung - Tabellentyp über CGPL_OBJTYPES_S | 20050420 |
Method SET_COPY_PARAMETERS on class CL_DPR_CHECKLIST_COPIER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |