SAP ABAP Class /BOBF/CL_LIB_V_OBJECT_CHANGED (Validation: Check if object has changed)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
⤷
/BOBF/LIBRARY (Package) Business Object Processing Framework Library

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_VALIDATION | Interface for a Validation | 20081213 |
Properties
Class | /BOBF/CL_LIB_V_OBJECT_CHANGED | |
Short Description | Validation: Check if object has changed | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/LIBRARY | Business Object Processing Framework Library |
Created | 20081213 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_FRW_VALIDATION | Interface for a Validation | 20081213 |
Friends
Class /BOBF/CL_LIB_V_OBJECT_CHANGED has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20081213 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface for Message Class | 20081213 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20081213 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_CONFRO_ACT_LIST | Configuration: Action | 20081213 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/S_FRW_CTX_VAL | Context Information for Validations | 20081213 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/T_FRW_KEY | List of Failed Source Node Keys | 20081213 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081213 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/CONF_CHANGE_MODE | Change category | 20081213 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Determination of Static Data Rrequired Indicator | 20081213 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/FRW_SCOPE | Scope | 20081213 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/FRW_CHANGE_SCOPE | Change Selection | 20081213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20081213 |
2 | ![]() |
Instance method | Protected | Method | Get Change Mode | 20081213 |
3 | ![]() |
Instance method | Private | Method | Get BOPF Configuration | 20081213 |
4 | ![]() |
Instance method | Protected | Method | Get Scope | 20081213 |
5 | ![]() |
Instance method | Protected | Method | Get Selection | 20081213 |
6 | ![]() |
Instance method | Private | Method | Get Static Data | 20081213 |
7 | ![]() |
Instance method | Private | Method | Initialize Attributes | 20081213 |
8 | ![]() |
Instance method | Private | Method | Returns Interface Data | 20081213 |
Events
Class /BOBF/CL_LIB_V_OBJECT_CHANGED has no event.
Types
Class /BOBF/CL_LIB_V_OBJECT_CHANGED has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no parameter.
Method CONSTRUCTOR on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no exception.
Method GET_CHANGE_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CHANGE_MODE | Call by reference | Type reference (TYPE) | /BOBF/CONF_CHANGE_MODE | Change category | 20081213 |
Method GET_CHANGE_MODE on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no exception.
Method GET_CONFIGURATION Signature
Method GET_CONFIGURATION on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081213 |
Method GET_SCOPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SCOPE | Call by reference | Type reference (TYPE) | /BOBF/FRW_SCOPE | Scope | 20081213 |
Method GET_SCOPE on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no exception.
Method GET_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SELECTION | Call by reference | Type reference (TYPE) | /BOBF/FRW_CHANGE_SCOPE | Change Selection | 20081213 |
Method GET_SELECTION on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no exception.
Method GET_STATIC_DATA Signature
Method GET_STATIC_DATA on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081213 |
Method INITIALIZE_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Reading Data | 20081213 | ||
2 | ![]() |
IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_VAL | Context Information for Validations | 20081213 | ||
3 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20081213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20081213 |
Method RETURN_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Message Object | 20081213 | ||
2 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Node Assignment to Error Flag | 20081213 |
Method RETURN_DATA on class /BOBF/CL_LIB_V_OBJECT_CHANGED has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |