SAP /BOBF/CL_FRW_DURABLE_MESSAGE OO Class - .
/BOBF/CL_FRW_DURABLE_MESSAGE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOBF/CL_FRW_DURABLE_MESSAGE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BOBF/CL_FRW_DURABLE_MESSAGE is /BOBF/CL_FRW_MESSAGEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_RAP_RESPONSEMethod list of /BOBF/CL_FRW_DURABLE_MESSAGE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ACTIONS_SUPPORTS_STATE_MSG | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>ACTIONS_SUPPORTS_STATE_MSG...more details | ||
| ACTION_SUPPORTS_STATE_MSG | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>ACTION_SUPPORTS_STATE_MSG...more details | ||
| ADD_REPORTED | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>ADD_REPORTED...more details | ||
| ASSERT_FE_ENTITY_NAME_NOT_INIT | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>ASSERT_FE_ENTITY_NAME_NOT_INIT...more details | ||
| ASSERT_ROOT_NAME_NOT_INITIAL | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>ASSERT_ROOT_NAME_NOT_INITIAL...more details | ||
| ASSERT_TYPES_CORRECT | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>ASSERT_TYPES_CORRECT...more details | ||
|
| ||
| BO_SUPPORTS_DURABLE_MESSAGES | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>BO_SUPPORTS_DURABLE_MESSAGES...more details | ||
| CHECK_AND_ADD_DEFAULT_INVALCTX | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>CHECK_AND_ADD_DEFAULT_INVALCTX...more details | ||
| CHECK_MESSAGES | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>CHECK_MESSAGES...more details | ||
| CONDENSE_INVALIDATIONS | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>CONDENSE_INVALIDATIONS...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>CONSTRUCTOR...more details | ||
| CREATE_RESPONSE | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>CREATE_RESPONSE...more details | ||
| DERIVE_DEFAULT_CONTEXT_NAME | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>DERIVE_DEFAULT_CONTEXT_NAME...more details | ||
| FILTER_OUT_CREATED_INSTANCES | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>FILTER_OUT_CREATED_INSTANCES...more details | ||
| GET_MESSAGE_LOG | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>GET_MESSAGE_LOG...more details | ||
| GET_REPORTED | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>GET_REPORTED...more details | ||
| GET_ROOT_KEYS_WITH_ERROR_STATE | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>GET_ROOT_KEYS_WITH_ERROR_STATE...more details | ||
| IS_STATIC_ACTION | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>IS_STATIC_ACTION...more details | ||
| MERGE | Private | |
| CALL METHOD /bobf/cl_frw_durable_message=>MERGE...more details | ||
| ON_TRANSACTION_FINISHED | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>ON_TRANSACTION_FINISHED...more details | ||
| OPTIMIZE_BEFORE_WRITE | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>OPTIMIZE_BEFORE_WRITE...more details | ||
| OPTIMIZE_FOR_PREPARATION | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>OPTIMIZE_FOR_PREPARATION...more details | ||
| SET_DELETED_KEYS | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>SET_DELETED_KEYS...more details | ||
| SET_DELETED_KEYS_WITH_CHILDREN | Public | |
| CALL METHOD /bobf/cl_frw_durable_message=>SET_DELETED_KEYS_WITH_CHILDREN...more details | ||
/BOBF/CL_FRW_DURABLE_MESSAGE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_MSG_LOG_FOR_DEFAULT_CONTEXT | Constant | 1 | LIKE I | Private | |
| GT_SKIPPED_INVALIDATIONS | Static Attribute | LIKE TT_KEYS_FOR_INVALIDATION | Private | ||
| LC_MSG_LOG_FOR_DEFAULT_CONTEXT | Constant | 1 | LIKE I | Private | |
| MO_ENTITY_CONVERTER | Instance Attribute | LIKE /BOBF/IF_CDS_ENTITY_CONVERTER | Private | ||
| MO_LEADING_MESSAGE_OBJECT | Instance Attribute | LIKE /BOBF/CL_FRW_MESSAGE | Private | ||
| MR_LEADING_LOG_ENTRY | Instance Attribute | LIKE TY_MESSAGE_LOG | Private | ||
| MT_MESSAGE_LOG | Instance Attribute | LIKE TT_MESSAGE_LOG | Private | ||
| MT_REPORTED | Instance Attribute | LIKE ABP_BEHV_RESPONSE_TAB | Private |
/BOBF/CL_FRW_DURABLE_MESSAGE types
TT_KEYS_FOR_INVALIDATION -TT_MESSAGE_BY_KEY -
TT_MESSAGE_LOG -
TY_INVALIDATION_CONTEXT -
TY_INVALIDATION_CONTEXT_NAME -
TY_KEYS_FOR_INVALIDATION -
TY_MESSAGE_BY_KEY -
TY_MESSAGE_LOG -
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects