SAP ABAP Class CL_DPR_OBJECT_STATES (Development Projects: Administration of State Objects)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_APPL_BOOTSTRAP_MEMBER | Development Projects: Classes to Be Initialized at Start | 20020408 |
Properties
| Class | CL_DPR_OBJECT_STATES | |
| Short Description | Development Projects: Administration of State Objects | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DPR_APPL_BOOTSTRAP_MEMBER | Development Projects: Classes to Be Initialized at Start | 20020408 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DPR_APPL_OBJECT_MANAGER | 20020110 | Development Projects: Administration of Application Objects | |
| 2 | CL_DPR_OBJECT_STATE | 20020122 | Development Projects: Abstract State Object | |
| 3 | IF_DPR_ASSIGNMENT | 20020205 | Development Projects: Interface for All Assignments | |
| 4 | IF_DPR_COMMON | 20020109 | Development Projects: Interface for All Application Objects |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE_CHANGED | State Object 'Application Object Changed' | 20020109 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE_CREATED | State Object 'Application Object Created' | 20020109 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE_DELETED_P | State Object 'Application Object Deleted' (Persistent) | 20020109 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE_DELETED_T | State Object 'Application Object Deleted' (Transient) | 20020109 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE_FREED | State Object 'Application Object Invalid' | 20020109 | |||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE_LOADED | State Object 'Application Object Loaded and Saved' | 20020109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020109 | |
| 2 | Static method | Private | Method | Destructor | 20020110 | |
| 3 | Static method | Private | Method | Access Method to State Object 'Created' (Reading) | 20020109 | |
| 4 | Static method | Private | Method | Access Method to State Object 'Changed' (Reading) | 20020109 | |
| 5 | Static method | Private | Method | Access Method to State Object 'Deleted' (Reading) | 20020109 | |
| 6 | Static method | Private | Method | Access Method to State Object 'Invalid' (Reading) | 20020109 | |
| 7 | Static method | Private | Method | Access Method to State Object 'Loaded and Saved' | 20020109 | |
| 8 | Static method | Private | Method | Method for Explicitly Loading Classes | 20020110 |
Events
Class CL_DPR_OBJECT_STATES has no event.
Types
Class CL_DPR_OBJECT_STATES has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_OBJECT_STATES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_OBJECT_STATES has no exception.
Method FREE Signature
Method FREE on class CL_DPR_OBJECT_STATES has no parameter.
Method FREE on class CL_DPR_OBJECT_STATES has no exception.
Method GET_STATE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Development Projects: Abstraktes Zustandsobjekt | 20020109 |
Method GET_STATE_CHANGED on class CL_DPR_OBJECT_STATES has no exception.
Method GET_STATE_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Development Projects: Abstraktes Zustandsobjekt | 20020109 |
Method GET_STATE_CREATED on class CL_DPR_OBJECT_STATES has no exception.
Method GET_STATE_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NEW_OBJECT | Call by reference | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Neu angelegtes Objekt ('X' = True) | 20020205 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Development Projects: Abstraktes Zustandsobjekt | 20020109 |
Method GET_STATE_DELETED on class CL_DPR_OBJECT_STATES has no exception.
Method GET_STATE_FREED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Development Projects: Abstraktes Zustandsobjekt | 20020109 |
Method GET_STATE_FREED on class CL_DPR_OBJECT_STATES has no exception.
Method GET_STATE_LOADED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_OBJECT_STATE | Development Projects: Abstraktes Zustandsobjekt | 20020109 |
Method GET_STATE_LOADED on class CL_DPR_OBJECT_STATES has no exception.
Method LOAD Signature
Method LOAD on class CL_DPR_OBJECT_STATES has no parameter.
Method LOAD on class CL_DPR_OBJECT_STATES has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |