SAP ABAP Class CL_DPR_TASK_COPIER (DevPro: Copy Task Including Subtasks)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_SHARED (Package) Project Management - Shared Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_VISITOR | Development Projects: Abstract Visitor | 20050309 |
Properties
| Class | CL_DPR_TASK_COPIER | |
| Short Description | DevPro: Copy Task Including Subtasks | |
| 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_SHARED | Project Management - Shared Objects |
| Created | 20050309 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DPR_TASK_COPIER has no forward declaration.
Interfaces
Class CL_DPR_TASK_COPIER has no interface implemented.
Friends
Class CL_DPR_TASK_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_TASK | Copied Task | 20050411 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_TASKS | Target Collection | 20050309 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_TASK | Task to be copied | 20050309 | |||
| 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 | 20050309 | |
| 2 | Instance method | Public | Constructor | Constructor | 20050309 | |
| 3 | Instance method | Private | Method | Copies Authorization Content | 20050315 | |
| 4 | Static method | Public | Method | Copy Task | 20050309 | |
| 5 | Static method | Private | Method | Create New Instance | 20050309 | |
| 6 | Instance method | Private | Method | Access Method to Copied Task (Reading) | 20050309 | |
| 7 | Instance method | Private | Method | Access Method to Target Collection of Task | 20050420 | |
| 8 | Instance method | Private | Method | Access Method to Resolution Parameters (Writing) | 20050309 |
Events
Class CL_DPR_TASK_COPIER has no event.
Types
Class CL_DPR_TASK_COPIER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_TASK_COPIER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_TASK_COPIER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_TASK_COPIER has no parameter.
Method CONSTRUCTOR on class CL_DPR_TASK_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 | 20050315 | |||
| 2 | IR_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_DPR_AUTHORIZATION_ELEMENT | Ziel | 20050315 |
Method COPY_AUTHORIZATION_CONTENT on class CL_DPR_TASK_COPIER has no exception.
Method COPY_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASKS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASKS | Zielkollektion | 20050309 | |||
| 2 | IR_TASK_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | zu kopierendes Objekt | 20050309 | |||
| 3 | IT_INCL_OBJTYPE | Call by reference | Type reference (TYPE) | CGPL_OBJTYPES_T | Projektplanung - Tabellentyp über CGPL_OBJTYPES_S | 20050420 | |||
| 4 | RR_TASK | Value transfer | Object reference (TYPE REF TO) | CL_DPR_TASK | Kopie | 20050309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Development Projects: Fehler beim Anlegen Anwendungsobjekt | 20050309 |
Method CREATE_COPIER_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASKS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASKS | Zielkollektion | 20050309 | |||
| 2 | IR_TASK_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | Zu kopierendes Objekt | 20050309 | |||
| 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_TASK_COPIER | Referenz auf die Visitor-Instanz | 20050309 |
Method CREATE_COPIER_INSTANCE on class CL_DPR_TASK_COPIER has no exception.
Method GET_COPIED_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_TASK | Value transfer | Object reference (TYPE REF TO) | CL_DPR_TASK | kopierte Aufgabe | 20050309 |
Method GET_COPIED_TASK on class CL_DPR_TASK_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_TASK_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_TASKS_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASKS | Zielkollektion | 20050309 | |||
| 2 | IR_TASK_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_DPR_TASK | Zu kopierendesObjekt | 20050309 | |||
| 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_TASK_COPIER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |