SAP ABAP Class CL_DPR_S_CUT_COPY_BEHAVIOR (Project Management: Behavior for Cut/Paste)
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_S_CUT_COPY_BEHAVIOR | |
| Short Description | Project Management: Behavior for Cut/Paste | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_SHARED | Project Management - Shared Objects |
| Created | 20041126 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DPR_S_CUT_COPY_BEHAVIOR has no forward declaration.
Interfaces
Class CL_DPR_S_CUT_COPY_BEHAVIOR has no interface implemented.
Friends
Class CL_DPR_S_CUT_COPY_BEHAVIOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_BEHAVIOR | 20041126 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_BEHAVIOR_REF | 20041126 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Category in Project Planning | 20041126 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 3 | Copy and Move | 20041126 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 1 | Copy | 20041126 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 2 | Move | 20041126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Paste After Cut/Copy ok? | 20041126 | |
| 2 | Instance method | Private | Method | Paste After Cut/Copy ok? | 20041126 | |
| 3 | Instance method | Public | Method | Add New Type to Behavior | 20041126 | |
| 4 | Instance method | Public | Constructor | Constructor | 20041126 | |
| 5 | Static method | Public | Method | Cut/Copy Allowed? | 20041126 | |
| 6 | Instance method | Private | Method | Cut/Copy Allowed? | 20041126 | |
| 7 | Static method | Public | Method | Returns Instance for Flavor | 20041126 |
Events
Class CL_DPR_S_CUT_COPY_BEHAVIOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BEHAVIOR | Private | See coding | 20041126 | BEGIN OF ts_behavior,
flavor TYPE cgpl_object_type,
drag_src TYPE boole_d,
drop_trg TYPE boole_d,
effect TYPE i,
END OF ts_behavior
|
||
| 2 | TS_BEHAVIOR_REF | Private | See coding | 20041126 | BEGIN OF ts_behavior_ref,
flavor TYPE cgpl_object_type,
ref TYPE REF TO cl_dpr_s_cut_copy_behavior,
END OF ts_behavior_ref
|
||
| 3 | TT_BEHAVIOR | Private | See coding | 20041126 | tt_behavior TYPE HASHED TABLE OF ts_behavior
WITH UNIQUE KEY flavor
|
||
| 4 | TT_BEHAVIOR_REF | Private | See coding | 20041126 | tt_behavior_ref TYPE HASHED TABLE OF ts_behavior_ref
WITH UNIQUE KEY flavor
|
Method Signatures
Method ACCEPT_OBJECT 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_COMMON | Development Projects: Schnittstelle aller Anwendungsobjekte | 20041126 | |||
| 2 | IR_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Development Projects: Schnittstelle aller Anwendungsobjekte | 20041126 | |||
| 3 | IV_EFFECT | Call by reference | Type reference (TYPE) | I | 20041126 | ||||
| 4 | RR_ACCEPT_OBJECT | Value transfer | Type reference (TYPE) | BOOLE_D | Einsetzen OK | 20041126 |
Method ACCEPT_OBJECT on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
Method ACCEPT_OBJECT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EFFECT | Call by reference | Type reference (TYPE) | I | 20041126 | ||||
| 2 | IV_FLAVOR | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20041126 | |||
| 3 | RR_ACCEPT_OBJECT | Value transfer | Type reference (TYPE) | BOOLE_D | Einsetzen OK | 20041126 |
Method ACCEPT_OBJECT_INT on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DRAG_SRC | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041126 | |||
| 2 | IV_DROP_TRG | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041126 | |||
| 3 | IV_EFFECT | Call by reference | Type reference (TYPE) | I | 20041126 | ||||
| 4 | IV_FLAVOR | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20041126 |
Method ADD on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FLAVOR | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20041126 |
Method CONSTRUCTOR on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
Method CUT_COPY_OBJECT 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_COMMON | Development Projects: Schnittstelle aller Anwendungsobjekte | 20041126 | |||
| 2 | IV_EFFECT | Call by reference | Type reference (TYPE) | I | 20041126 | ||||
| 3 | RR_OK | Value transfer | Type reference (TYPE) | BOOLE_D | Cut/Copy OK | 20041126 |
Method CUT_COPY_OBJECT on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
Method CUT_COPY_OBJECT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EFFECT | Call by reference | Type reference (TYPE) | I | 20041126 | ||||
| 2 | IV_FLAVOR | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20041126 | |||
| 3 | RR_OK | Value transfer | Type reference (TYPE) | BOOLE_D | Cut/Copy OK | 20041126 |
Method CUT_COPY_OBJECT_INT on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FLAVOR | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20041126 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_S_CUT_COPY_BEHAVIOR | cProjects: Behaviour für Ausschneiden/Einfügen | 20041126 |
Method GET_INSTANCE on class CL_DPR_S_CUT_COPY_BEHAVIOR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |