SAP ABAP Class CL_DPR_OBJECT_STATE (Development Projects: Abstract State Object)
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 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_OBJECT_STATE_CHANGED | Development Projects: State Object 'Changed' | 20020109 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_OBJECT_STATE_CREATED | Development Projects: State Object 'Created' | 20020109 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_OBJECT_STATE_DELETED | Development Projects: State Object 'Deleted' | 20020109 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_OBJECT_STATE_FREED | Development Projects: State Object 'Invalid' | 20020109 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_DPR_OBJECT_STATE_LOADED | Development Projects: State Object 'Loaded and Saved' | 20020109 |
Properties
| Class | CL_DPR_OBJECT_STATE | |
| Short Description | Development Projects: Abstract State Object | |
| Super Class | ||
| 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 | 20020109 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_OBJECT_STATE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DPR_OBJECT_STATES | 20020109 | Development Projects: Administration of State Objects | |
| 2 | IF_DPR_ASSIGNMENT | 20020205 | Development Projects: Interface for All Assignments | |
| 3 | IF_DPR_COMMON | 20020109 | Development Projects: Interface for All Application Objects |
Attributes
Class CL_DPR_OBJECT_STATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Destructor | 20020110 | |
| 2 | Instance method | Protected | Method | Access Method to Technical Object Status (Reading) | 20020109 | |
| 3 | Instance method | Protected | Method | Access Method to Successor State Object When Changing | 20020122 | |
| 4 | Instance method | Protected | Method | Access Method to Successor State Object When Deleting | 20020122 | |
| 5 | Instance method | Protected | Method | Access Method to Successor State Object When Destroying | 20020122 | |
| 6 | Instance method | Protected | Method | Access Method to Successor State Object When Saving | 20020122 | |
| 7 | Instance method | Protected | Method | Are there changes to the application object? | 20020123 | |
| 8 | Instance method | Protected | Method | Was application object deleted? | 20020417 | |
| 9 | Instance method | Protected | Method | Is the application object loaded? | 20020514 | |
| 10 | Instance method | Protected | Method | Is application object persistent? | 20020109 | |
| 11 | Instance method | Protected | Method | Is application object valid? | 20020109 |
Events
Class CL_DPR_OBJECT_STATE has no event.
Types
Class CL_DPR_OBJECT_STATE has no local type.
Method Signatures
Method FREE Signature
Method FREE on class CL_DPR_OBJECT_STATE has no parameter.
Method FREE on class CL_DPR_OBJECT_STATE has no exception.
Method GET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATE | Value transfer | Type reference (TYPE) | DPR_TV_OBJECT_STATE | Zustand eines Anwendungsobjekts (technisch) | 20020109 |
Method GET_STATE on class CL_DPR_OBJECT_STATE has no exception.
Method GET_SUCCESSOR_AT_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SUCCESSOR | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20020122 |
Method GET_SUCCESSOR_AT_CHANGE on class CL_DPR_OBJECT_STATE has no exception.
Method GET_SUCCESSOR_AT_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SUCCESSOR | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20020122 |
Method GET_SUCCESSOR_AT_DELETE on class CL_DPR_OBJECT_STATE has no exception.
Method GET_SUCCESSOR_AT_FREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SUCCESSOR | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20020122 |
Method GET_SUCCESSOR_AT_FREE on class CL_DPR_OBJECT_STATE has no exception.
Method GET_SUCCESSOR_AT_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SUCCESSOR | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20020122 |
Method GET_SUCCESSOR_AT_SAVE on class CL_DPR_OBJECT_STATE has no exception.
Method HAS_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HAS_CHANGES | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Existenz von Änderungen (True = 'X') | 20020123 |
Method HAS_CHANGES on class CL_DPR_OBJECT_STATE 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: Ist gelöscht? (True = 'X', False = SPACE) | 20020417 |
Method IS_DELETED on class CL_DPR_OBJECT_STATE has no exception.
Method IS_LOADED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_LOADED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Ist geladen? (True = 'X', False = SPACE) | 20020514 |
Method IS_LOADED on class CL_DPR_OBJECT_STATE 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: Ist persistent? (True = 'X', False = SPACE) | 20020109 |
Method IS_PERSISTENT on class CL_DPR_OBJECT_STATE has no exception.
Method IS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Ist gültig? (True = 'X', False = SPACE) | 20020109 |
Method IS_VALID on class CL_DPR_OBJECT_STATE has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |