SAP ABAP Class CL_DPR_ASSIGNMENT_COPY (Support for Copying Assignment)
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

⤷

⤷

Properties
Class | CL_DPR_ASSIGNMENT_COPY | |
Short Description | Support for Copying Assignment | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_SHARED | Project Management - Shared Objects |
Created | 20020624 | 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) |
Interfaces
Class CL_DPR_ASSIGNMENT_COPY has no interface implemented.
Friends
Class CL_DPR_ASSIGNMENT_COPY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | DPR_TT_COPY_LINK | Connector Table Between New and Old Objects | 20020624 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CGPL_OBJTYPES_T | Project Planning - Table Type via CGPL_OBJTYPES_S | 20031128 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | Table of References | 20040224 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks Whether Assignment Is to Be Copied | 20031128 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020624 |
3 | ![]() |
Instance method | Public | Constructor | Constructor | 20020624 |
4 | ![]() |
Instance method | Public | Method | Destructor | 20020624 |
5 | ![]() |
Instance method | Public | Method | Delivers Old - New Assignment of Assignments | 20020704 |
6 | ![]() |
Static method | Public | Method | Access Method for Singleton | 20031128 |
7 | ![]() |
Instance method | Private | Event handling method | Handler for Copied | 20020624 |
8 | ![]() |
Instance method | Public | Method | Prepare Copying | 20020624 |
9 | ![]() |
Instance method | Public | Method | Postprocess Copy | 20020624 |
10 | ![]() |
Instance method | Private | Method | Activate/Deactivate Event Handler Method | 20040224 |
Events
Class CL_DPR_ASSIGNMENT_COPY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_INSTANCE | Private | See coding | 20040224 | |
Method Signatures
Method CHECK_COPY_OBJECT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20031128 | ||
2 | ![]() |
RV_COPY | Value transfer | Type reference (TYPE) | BOOLE_D | Kopieren erforderlich ('X') | 20031128 |
Method CHECK_COPY_OBJECT_TYPE on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_ASSIGNMENT_COPY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_ASSIGNMENT_COPY has no parameter.
Method CONSTRUCTOR on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method FREE Signature
Method FREE on class CL_DPR_ASSIGNMENT_COPY has no parameter.
Method FREE on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method GET_COPY_LINK_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COPY_LINK | Call by reference | Type reference (TYPE) | DPR_TT_COPY_LINK | Verbindungstabelle zwischen neuen und alten Objekten | 20020704 |
Method GET_COPY_LINK_TABLE on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CREATE_INSTANCE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_FALSE | Singleton anlegen (='X') | 20031201 | |
2 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_ASSIGNMENT_COPY | Unterstützung des Kopierens von Assignments | 20031128 |
Method GET_INSTANCE on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method ON_COPIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SOURCE | Value transfer | Attribute reference (LIKE) | 20020624 | ||||
2 | ![]() |
TARGET | Value transfer | Attribute reference (LIKE) | 20020624 |
Method ON_COPIED on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method PREPARE_COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INCL_OBJTYPES | Call by reference | Type reference (TYPE) | CGPL_OBJTYPES_T | Projektplanung - Tabellentyp über CGPL_OBJTYPES_S | 20031128 |
Method PREPARE_COPY on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method PROCEED_COPY Signature
Method PROCEED_COPY on class CL_DPR_ASSIGNMENT_COPY has no parameter.
Method PROCEED_COPY on class CL_DPR_ASSIGNMENT_COPY has no exception.
Method SET_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20040224 |
Method SET_HANDLER on class CL_DPR_ASSIGNMENT_COPY has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |