SAP ABAP Class CL_COM_PRD_LH_OBJECT_STATE (Product - Link Handler: Abstract State Object)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
AP-MD-PRO (Application Component) Central Part of Product Master
⤷
COM_PRD_LINK_HANDLER_SHARED (Package) Product: Generic Link-Handler - Shared Objects
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_COM_PRD_LH_OBJ_STATE_CHANGD | Product - Link-Handler: Object Status 'Changed' | 20021118 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_COM_PRD_LH_OBJ_STATE_CREATD | Product - Link-Handler: Object Status 'Newly Created' | 20021118 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_COM_PRD_LH_OBJ_STATE_DELETD | Product - Link-Handler: Object Status 'Deleted' | 20021118 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_COM_PRD_LH_OBJ_STATE_FREED | Product - Link-Handler: Object Status 'Invalid' | 20021118 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_COM_PRD_LH_OBJ_STATE_LOADED | Product - Link-Handler: Object Status 'Loaded or Saved' | 20021118 |
Properties
| Class | CL_COM_PRD_LH_OBJECT_STATE | |
| Short Description | Product - Link Handler: 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 | COM_PRD_LINK_HANDLER_SHARED | Product: Generic Link-Handler - Shared Objects |
| Created | 20021118 | SAP |
| Last change | 20021118 | SAP |
| 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) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_COM_PRD_LH_OBJECT_STATE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_COM_PRD_LH_OBJECT_STATES | 20021118 | Product: Link Handler: Administration of State Objects | |
| 2 | IF_COM_PRD_LH_COMMON | 20021118 | Product - Link Handler: Link Handler Objects Interface |
Attributes
Class CL_COM_PRD_LH_OBJECT_STATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Destructor | 20021118 | |
| 2 | Instance method | Protected | Method | Access Method for Technical Object State (Read) | 20021118 | |
| 3 | Instance method | Protected | Method | Access Method for Subsequent State Object at Change | 20021118 | |
| 4 | Instance method | Protected | Method | Access Method for Subsequent State Object at Delete | 20021118 | |
| 5 | Instance method | Protected | Method | Access Method for Subsequent State Object at Destroy | 20021118 | |
| 6 | Instance method | Protected | Method | Access Method for Subsequent State Object at Save | 20021118 | |
| 7 | Instance method | Protected | Method | Has Application Object Been Changed? | 20021118 | |
| 8 | Instance method | Protected | Method | Has Object Been Deleted? | 20021118 | |
| 9 | Instance method | Protected | Method | Is Object Loaded? | 20021118 | |
| 10 | Instance method | Protected | Method | Is Object Persistent? | 20021118 | |
| 11 | Instance method | Protected | Method | Is Object Valid? | 20021118 |
Events
Class CL_COM_PRD_LH_OBJECT_STATE has no event.
Types
Class CL_COM_PRD_LH_OBJECT_STATE has no local type.
Method Signatures
Method FREE Signature
Method FREE on class CL_COM_PRD_LH_OBJECT_STATE has no parameter.
Method FREE on class CL_COM_PRD_LH_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) | COM_PRD_TV_LH_OBJECT_STATE | Zustand eines Anwendungsobjekts (technisch) | 20021118 |
Method GET_STATE on class CL_COM_PRD_LH_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_COM_PRD_LH_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20021118 |
Method GET_SUCCESSOR_AT_CHANGE on class CL_COM_PRD_LH_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_COM_PRD_LH_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20021118 |
Method GET_SUCCESSOR_AT_DELETE on class CL_COM_PRD_LH_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_COM_PRD_LH_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20021118 |
Method GET_SUCCESSOR_AT_FREE on class CL_COM_PRD_LH_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_COM_PRD_LH_OBJECT_STATE | Nachfolger-Zustandsobjekt | 20021118 |
Method GET_SUCCESSOR_AT_SAVE on class CL_COM_PRD_LH_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) | COMT_BOOLEAN | Bool'scher Wert: Existenz von Änderungen (True = 'X') | 20021118 |
Method HAS_CHANGES on class CL_COM_PRD_LH_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) | COMT_BOOLEAN | Bool'scher Wert: Ist gelöscht? (True = 'X', False = SPACE) | 20021118 |
Method IS_DELETED on class CL_COM_PRD_LH_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) | COMT_BOOLEAN | Bool'scher Wert: Ist geladen? (True = 'X', False = SPACE) | 20021118 |
Method IS_LOADED on class CL_COM_PRD_LH_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) | COMT_BOOLEAN | Bool'scher Wert: Ist persistent? (True = 'X', False = SPACE) | 20021118 |
Method IS_PERSISTENT on class CL_COM_PRD_LH_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) | COMT_BOOLEAN | Bool'scher Wert: Ist gültig? (True = 'X', False = SPACE) | 20021118 |
Method IS_VALID on class CL_COM_PRD_LH_OBJECT_STATE has no exception.
History
| Last changed by/on | SAP | 20021118 |
| SAP Release Created in | 2.00 |