SAP ABAP Interface IF_DPR_ASSIGNMENT (Development Projects: Interface for All Assignments)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_DIS_ASSIGNMENT | Development Projects: Distribution Attributes | 20050307 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_TSK_ASSIGNMENT | Development Projects: Abstract Task - Attributes | 20011214 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_SKL_ASSIGNMENT | Development Projects: Qualification Attributes | 20020525 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_PRO_ASSIGNMENT | Development Projects: Abstract Project - Attributes | 20011214 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_PHA_ASSIGNMENT | Development Projects: Abstract Phase - Attributes | 20011214 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_PCH_ASSIGNMENT | Collaboration Projects: Project Charter Attributes | 20060710 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_PAR_ASSIGNMENT | Development Projects: Project Participant Attributes | 20011214 |
| 8 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_OBL_ASSIGNMENT | Development Projects: Object Link Attributes | 20011214 |
| 9 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_IAP_ASSIGNMENT | Development Projects: Abstract Ind. Approval - Attributes | 20011214 |
| 10 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_ENL_ASSIGNMENT | Development Projects: Role Entity Attributes Link | 20020326 |
| ... | Click here to see Used By full list (22 items) | |||
Properties
| Interface | IF_DPR_ASSIGNMENT | |
| Short Description | Development Projects: Interface for All Assignments |
General Data
| Package | DEVELOPMENT_PROJECTS_SHARED | Project Management - Shared Objects |
| Created | 20011211 | SAP |
| Last changed | 20141109 | |
| Unicode checks active |
Forward declarations
Interface IF_DPR_ASSIGNMENT has no forward declaration.
Interfaces
Interface IF_DPR_ASSIGNMENT has no interface.
Friends
Interface IF_DPR_ASSIGNMENT has no friend.
Attributes
Interface IF_DPR_ASSIGNMENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Access Method to GUID of Assignment (Reading) | 20011211 | |
| 2 | Instance method | Public | Method | Access Method to Object Type of Assignment (Reading) | 20020205 | |
| 3 | Instance method | Public | Method | Initialization After Saving (Commit Work) | 20011217 | |
| 4 | Instance method | Public | Method | Was assignment already deleted? | 20020716 | |
| 5 | Instance method | Public | Method | Is assignment already destroyed? | 20011211 | |
| 6 | Instance method | Public | Method | Is assignment the natvie object? | 20020319 | |
| 7 | Instance method | Public | Method | Is assignment already persistent? | 20020718 | |
| 8 | Instance method | Public | Method | Postprocess Copy | 20020624 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | COPIED | Instance Event (0) |
Public (2) |
Assignment was copied | 20020624 |
Types
Interface IF_DPR_ASSIGNMENT has no local type.
Method Signatures
Method GET_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | DPR_TV_GUID | GUID des Assignments | 20011211 |
Method GET_GUID on Interface IF_DPR_ASSIGNMENT has no exception.
Method GET_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp des Assignments | 20020205 |
Method GET_OBJECT_TYPE on Interface IF_DPR_ASSIGNMENT has no exception.
Method INITIALIZE Signature
Method INITIALIZE on Interface IF_DPR_ASSIGNMENT has no parameter.
Method INITIALIZE on Interface IF_DPR_ASSIGNMENT has no exception.
Method IS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_DELETED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Objekt gelöscht ('X' = True, ' ' = False) | 20020716 |
Method IS_DELETED on Interface IF_DPR_ASSIGNMENT has no exception.
Method IS_FREED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_FREED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Objekt zerstört ('X' = True, ' ' = False) | 20011211 |
Method IS_FREED on Interface IF_DPR_ASSIGNMENT has no exception.
Method IS_NATIVE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_NATIVE_OBJECT | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Assignment ist Native-Objekt (True = 'X') | 20020319 |
Method IS_NATIVE_OBJECT on Interface IF_DPR_ASSIGNMENT has no exception.
Method IS_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_PERSISTENT | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Objekt persistent ('X' = True, ' ' = False) | 20020718 |
Method IS_PERSISTENT on Interface IF_DPR_ASSIGNMENT has no exception.
Method PROCEED_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ASSIGNMENT_COPY | Call by reference | Object reference (TYPE REF TO) | CL_DPR_ASSIGNMENT_COPY | Unterstützung des Kopierens von Assignments | 20020624 | |||
| 2 | IS_COPY_LINK | Call by reference | Type reference (TYPE) | DPR_TS_COPY_LINK | Verbindung zwischen neuem und altem Objekt | 20020624 |
Method PROCEED_COPY on Interface IF_DPR_ASSIGNMENT has no exception.
Event Signatures
Event COPIED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_DPR_ASSIGNMENT | Objekt von dem kopiert wurde | 20020624 | ||
| 2 | TARGET | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_DPR_ASSIGNMENT | Object auf das kopiert wurde | 20020624 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |