SAP /BOBF/CL_FRW OO Class - Framework Main Class
/BOBF/CL_FRW 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 including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_SERVICE_LAYERInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_TRA_CLONEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_AUTH_HANDLER_INSTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_HANDLEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_SERVICE_LAYER_RAIInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_RCTX_DEPENDENT_INSTMethod list of /BOBF/CL_FRW 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 |
| ADD_MESSAGES | Add new messages from message buffer | Private |
| CALL METHOD /bobf/cl_frw=>ADD_MESSAGES...more details | ||
| ADD_NOTIFS_FOR_RESOLVE_ASSOC | Private | |
| CALL METHOD /bobf/cl_frw=>ADD_NOTIFS_FOR_RESOLVE_ASSOC...more details | ||
| ADD_OPCODE_TRIGGER_TO_CHANGE | Private | |
| CALL METHOD /bobf/cl_frw=>ADD_OPCODE_TRIGGER_TO_CHANGE...more details | ||
| ADD_TRIGGER_CONDITION | Creates Check-Trigger for selected consistency groups | Private |
| CALL METHOD /bobf/cl_frw=>ADD_TRIGGER_CONDITION...more details | ||
| ADJUST_BUF_STATES_WO_DETVAL | Private | |
| CALL METHOD /bobf/cl_frw=>ADJUST_BUF_STATES_WO_DETVAL...more details | ||
| AFTER_LOADING | Perfoms all steps after loading | Protected |
| CALL METHOD /bobf/cl_frw=>AFTER_LOADING...more details | ||
|
| ||
| APPLY_TRANSACTION_SETTINGS | Private | |
| CALL METHOD /bobf/cl_frw=>APPLY_TRANSACTION_SETTINGS...more details | ||
| CAN_ACCELERATE_CHECK | Private | |
| CALL METHOD /bobf/cl_frw=>CAN_ACCELERATE_CHECK...more details | ||
| CHCK_AND_DTRMN | Private | |
| CALL METHOD /bobf/cl_frw=>CHCK_AND_DTRMN...more details | ||
| CHECK_ACTION | Action-Dependent Checks | Private |
| CALL METHOD /bobf/cl_frw=>CHECK_ACTION...more details | ||
| CHECK_ACTION_NODE_CATEGORY | Check node category of instances vs. node category of action | Private |
| CALL METHOD /bobf/cl_frw=>CHECK_ACTION_NODE_CATEGORY...more details | ||
| CHECK_AND_DETERMINE | Perform Consistency Check and dependent determinations | Protected |
| CALL METHOD /bobf/cl_frw=>CHECK_AND_DETERMINE...more details | ||
| CHECK_FATAL_ERROR | Check for fatal errors | Private |
| CALL METHOD /bobf/cl_frw=>CHECK_FATAL_ERROR...more details | ||
| CHECK_FIELDS_ARE_TRIGGERS | Private | |
| CALL METHOD /bobf/cl_frw=>CHECK_FIELDS_ARE_TRIGGERS...more details | ||
| CHECK_INCONSISTENT_COMPOSITION | Private | |
| CALL METHOD /bobf/cl_frw=>CHECK_INCONSISTENT_COMPOSITION...more details | ||
| CHECK_MODIFICATION_PROPERTIES | Check for property violations in external modifications | Private |
| CALL METHOD /bobf/cl_frw=>CHECK_MODIFICATION_PROPERTIES...more details | ||
| CHECK_PROPERTIES_BEFORE_MODIFY | Private | |
| CALL METHOD /bobf/cl_frw=>CHECK_PROPERTIES_BEFORE_MODIFY...more details | ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_frw=>CLASS_CONSTRUCTOR...more details | ||
| CLEANUP_MODIFICATIONS | Deletes entry of the modification table | Private |
| CALL METHOD /bobf/cl_frw=>CLEANUP_MODIFICATIONS...more details | ||
| CLEANUP_MODS_FROM_UNCHANGED | Private | |
| CALL METHOD /bobf/cl_frw=>CLEANUP_MODS_FROM_UNCHANGED...more details | ||
| CLEAR_CHANGE_SAVE | Private | |
| CALL METHOD /bobf/cl_frw=>CLEAR_CHANGE_SAVE...more details | ||
| COLLECT_MESSAGES | Private | |
| CALL METHOD /bobf/cl_frw=>COLLECT_MESSAGES...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /bobf/cl_frw=>CONSTRUCTOR...more details | ||
| CONVERT_ALTERN_KEY | Converts an alternative Key to the technical Key (internal) | Private |
| CALL METHOD /bobf/cl_frw=>CONVERT_ALTERN_KEY...more details | ||
| CONVERT_ASC_SRC_TO_CONT_CHANGE | Private | |
| CALL METHOD /bobf/cl_frw=>CONVERT_ASC_SRC_TO_CONT_CHANGE...more details | ||
| CREATE | Creates an instance with assoc implementation | Private |
| CALL METHOD /bobf/cl_frw=>CREATE...more details | ||
| CREATE_CHANGE_SAVE | Private | |
| CALL METHOD /bobf/cl_frw=>CREATE_CHANGE_SAVE...more details | ||
| CREATE_DURABLE_MSG_CONTAINER | Private | |
| CALL METHOD /bobf/cl_frw=>CREATE_DURABLE_MSG_CONTAINER...more details | ||
| CREATE_ENDLESS_LOOP_MESSAGE | Private | |
| CALL METHOD /bobf/cl_frw=>CREATE_ENDLESS_LOOP_MESSAGE...more details | ||
| CREATE_STATES | Create all necessary states | Private |
| CALL METHOD /bobf/cl_frw=>CREATE_STATES...more details | ||
| DERIVE_CONSISTENCY_STATUS | Derives the consistency status out of the validation result | Private |
| CALL METHOD /bobf/cl_frw=>DERIVE_CONSISTENCY_STATUS...more details | ||
| DETERMINE_TRIGGERED_VAL_KEYS | Protected | |
| CALL METHOD /bobf/cl_frw=>DETERMINE_TRIGGERED_VAL_KEYS...more details | ||
| DO_ACTION | Execute Actions | Private |
| CALL METHOD /bobf/cl_frw=>DO_ACTION...more details | ||
| DO_DELETE_ACTION | Private | |
| CALL METHOD /bobf/cl_frw=>DO_DELETE_ACTION...more details | ||
| DO_DETERMINATIONS | Determine Dependent Data | Private |
| CALL METHOD /bobf/cl_frw=>DO_DETERMINATIONS...more details | ||
| DO_DETERMINATIONS_CHECKDET | Private | |
| CALL METHOD /bobf/cl_frw=>DO_DETERMINATIONS_CHECKDET...more details | ||
| DO_DETERMINATIONS_RETRIEVE | Determine Dependent Data within retrieve_by_association | Private |
| CALL METHOD /bobf/cl_frw=>DO_DETERMINATIONS_RETRIEVE...more details | ||
| DO_DETVAL | Determination and Validation cycle | Private |
| CALL METHOD /bobf/cl_frw=>DO_DETVAL...more details | ||
| DO_DET_FILL_CHANGE_FAIL | Fill failed changes from determinations run | Private |
| CALL METHOD /bobf/cl_frw=>DO_DET_FILL_CHANGE_FAIL...more details | ||
| DO_LOADING | Load Nodes | Private |
| CALL METHOD /bobf/cl_frw=>DO_LOADING...more details | ||
| DO_LOCK_ACTION | Performs one lock action | Private |
| CALL METHOD /bobf/cl_frw=>DO_LOCK_ACTION...more details | ||
| DO_MODIFY | Change Nodes | Private |
| CALL METHOD /bobf/cl_frw=>DO_MODIFY...more details | ||
| DO_VALIDATE | Action-Independent Check of Data | Private |
| CALL METHOD /bobf/cl_frw=>DO_VALIDATE...more details | ||
| ENQUEUE_CONTEXT_FOR_INT_CREATE | Private | |
| CALL METHOD /bobf/cl_frw=>ENQUEUE_CONTEXT_FOR_INT_CREATE...more details | ||
| EVALUATE_FAILED_VALIDATE_KEYS | Private | |
| CALL METHOD /bobf/cl_frw=>EVALUATE_FAILED_VALIDATE_KEYS...more details | ||
| EXECUTE_ACTION | Private | |
| CALL METHOD /bobf/cl_frw=>EXECUTE_ACTION...more details | ||
| FILTER_CONSISTENCY_GROUPS | Filters all entries out that contain the existing status val | Private |
| CALL METHOD /bobf/cl_frw=>FILTER_CONSISTENCY_GROUPS...more details | ||
| FILTER_OUT_UNNECESSARY_ACTKEYS | Private | |
| CALL METHOD /bobf/cl_frw=>FILTER_OUT_UNNECESSARY_ACTKEYS...more details | ||
| FILTER_OUT_UNNECESSARY_DETKEYS | Private | |
| CALL METHOD /bobf/cl_frw=>FILTER_OUT_UNNECESSARY_DETKEYS...more details | ||
| GET_CHANGE_SAVE | Private | |
| CALL METHOD /bobf/cl_frw=>GET_CHANGE_SAVE...more details | ||
| GET_CLEANUP_MODE | Public | |
| CALL METHOD /bobf/cl_frw=>GET_CLEANUP_MODE...more details | ||
| GET_CONTENT_DESCRIPTION | Returns name of Act, Assoc, Det, Val, Query | Private |
| CALL METHOD /bobf/cl_frw=>GET_CONTENT_DESCRIPTION...more details | ||
| GET_DELEGATION | Returns a reference to the delegation class | Protected |
| CALL METHOD /bobf/cl_frw=>GET_DELEGATION...more details | ||
| GET_DIRECT_ACCESS | Public | |
| CALL METHOD /bobf/cl_frw=>GET_DIRECT_ACCESS...more details | ||
| GET_ENQUEUE_SCOPE | Public | |
| CALL METHOD /bobf/cl_frw=>GET_ENQUEUE_SCOPE...more details | ||
| GET_LOADABLE_NODE | Return Next Loadable Node | Private |
| CALL METHOD /bobf/cl_frw=>GET_LOADABLE_NODE...more details | ||
| GET_LOADABLE_SUBNODE | OBSOLET - to be replaced with GET_SUBNODES | Private |
| CALL METHOD /bobf/cl_frw=>GET_LOADABLE_SUBNODE...more details | ||
| GET_LOCKABLE_NODE | Return Next Lockable Node | Private |
| CALL METHOD /bobf/cl_frw=>GET_LOCKABLE_NODE...more details | ||
| GET_NODE_CAT | Returns the Node Categories of Node Instances | Private |
| CALL METHOD /bobf/cl_frw=>GET_NODE_CAT...more details | ||
| GET_QUERY_CLASS | Private | |
| CALL METHOD /bobf/cl_frw=>GET_QUERY_CLASS...more details | ||
| GET_RELEVANT_GROUPS | Determines all consistency groups relevant for calculation | Private |
| CALL METHOD /bobf/cl_frw=>GET_RELEVANT_GROUPS...more details | ||
| GET_ROOT_KEY | Determines the root keys | Private |
| CALL METHOD /bobf/cl_frw=>GET_ROOT_KEY...more details | ||
| GET_ROOT_KEY_MODIFY | Determines the root keys during modify | Private |
| CALL METHOD /bobf/cl_frw=>GET_ROOT_KEY_MODIFY...more details | ||
| GET_STATE_FOR_READ | Private | |
| CALL METHOD /bobf/cl_frw=>GET_STATE_FOR_READ...more details | ||
| GET_SUBNODES | Returns the subtree regarding specific criteria | Private |
| CALL METHOD /bobf/cl_frw=>GET_SUBNODES...more details | ||
| GET_VALIDATION_TRIGGER | Private | |
| CALL METHOD /bobf/cl_frw=>GET_VALIDATION_TRIGGER...more details | ||
| IS_DRAFT | Private | |
| CALL METHOD /bobf/cl_frw=>IS_DRAFT...more details | ||
| LIB_ENQUEUE_CONTEXT_POP | Private | |
| CALL METHOD /bobf/cl_frw=>LIB_ENQUEUE_CONTEXT_POP...more details | ||
| LIB_ENQUEUE_CONTEXT_PUSH_KEYS | Private | |
| CALL METHOD /bobf/cl_frw=>LIB_ENQUEUE_CONTEXT_PUSH_KEYS...more details | ||
| LOCK | lock | Private |
| CALL METHOD /bobf/cl_frw=>LOCK...more details | ||
| MAP_TO_NODE | Convert Internal Tables | Private |
| CALL METHOD /bobf/cl_frw=>MAP_TO_NODE...more details | ||
| NEEDS_NOTIFY_KEYLOAD | Protected | |
| CALL METHOD /bobf/cl_frw=>NEEDS_NOTIFY_KEYLOAD...more details | ||
| NOTIFY_ASSOCIATION_CHANGES | Create association change information | Private |
| CALL METHOD /bobf/cl_frw=>NOTIFY_ASSOCIATION_CHANGES...more details | ||
| NOTIFY_ASSOCIATION_CHANGES_CU | Private | |
| CALL METHOD /bobf/cl_frw=>NOTIFY_ASSOCIATION_CHANGES_CU...more details | ||
| NOTIFY_ASSOCIATION_CHANGES_D | Private | |
| CALL METHOD /bobf/cl_frw=>NOTIFY_ASSOCIATION_CHANGES_D...more details | ||
| NOTIFY_ASSOCIATION_CHANGES_DO | Private | |
| CALL METHOD /bobf/cl_frw=>NOTIFY_ASSOCIATION_CHANGES_DO...more details | ||
| NOTIFY_NODES_READ_CACHE_ENABLE | Private | |
| CALL METHOD /bobf/cl_frw=>NOTIFY_NODES_READ_CACHE_ENABLE...more details | ||
| NOTIFY_PROPERTY_CHANGES | Create property change information | Private |
| CALL METHOD /bobf/cl_frw=>NOTIFY_PROPERTY_CHANGES...more details | ||
| PREPARE_NOTIFICATIONS_F_EXPORT | Private | |
| CALL METHOD /bobf/cl_frw=>PREPARE_NOTIFICATIONS_F_EXPORT...more details | ||
| RAISE_NOTIFY_CHANGES | Raise NOTIFY_CHANGES event | Protected |
| CALL METHOD /bobf/cl_frw=>RAISE_NOTIFY_CHANGES...more details | ||
| REMOVE_DURABLE_MESSAGES | Private | |
| CALL METHOD /bobf/cl_frw=>REMOVE_DURABLE_MESSAGES...more details | ||
| REMOVE_FAILED_KEYS_FROM_RBA | Private | |
| CALL METHOD /bobf/cl_frw=>REMOVE_FAILED_KEYS_FROM_RBA...more details | ||
| RESTRICT_PROPERTY | Restrict property data | Private |
| CALL METHOD /bobf/cl_frw=>RESTRICT_PROPERTY...more details | ||
| RETRIEVE | Read Data | Protected |
| CALL METHOD /bobf/cl_frw=>RETRIEVE...more details | ||
| RETRIEVE_BY_ASSOCIATION | Follow an Association (Internal) | Protected |
| CALL METHOD /bobf/cl_frw=>RETRIEVE_BY_ASSOCIATION...more details | ||
| RETRIEVE_SUBTREE_PROPERTY | Retrieve subtree property values | Private |
| CALL METHOD /bobf/cl_frw=>RETRIEVE_SUBTREE_PROPERTY...more details | ||
| SET_APPLICATION_ERROR | Report Application Error | Protected |
| CALL METHOD /bobf/cl_frw=>SET_APPLICATION_ERROR...more details | ||
| SET_CONFIGURATION_ERROR | Report Configuration Error | Private |
| CALL METHOD /bobf/cl_frw=>SET_CONFIGURATION_ERROR...more details | ||
| SET_CONSISTENCY_STATUS | Writes the new consistency status to the status adapter | Private |
| CALL METHOD /bobf/cl_frw=>SET_CONSISTENCY_STATUS...more details | ||
| SET_NODE_CATEGORY | Determine the node category | Private |
| CALL METHOD /bobf/cl_frw=>SET_NODE_CATEGORY...more details | ||
| TYPE_CHECK | Private | |
| CALL METHOD /bobf/cl_frw=>TYPE_CHECK...more details | ||
| UNLOCK_LOCKABLE_NODES | Private | |
| CALL METHOD /bobf/cl_frw=>UNLOCK_LOCKABLE_NODES...more details | ||
| VAL_TIME_TO_PROCESSING_MODE | Private | |
| CALL METHOD /bobf/cl_frw=>VAL_TIME_TO_PROCESSING_MODE...more details | ||
/BOBF/CL_FRW 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_SYNC_STATE | Constant | ' ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | LIKE STRING | Private | |
| GC_TRANSIENT_NODE_CTRL | Constant | LIKE | Private | ||
| GC_VAL_TIME_NO_VALUE | Constant | Name | 'NO_VALUE' | LIKE /BOBF/OBM_NAME | Private |
| GV_SYSTEM_CLIENT_ROLE | Static Attribute | LIKE CCCATEGORY | Private | ||
| MO_AMOUNT_DECIMAL_CONVERTER | Instance Attribute | LIKE /BOBF/CL_FRW_AMOUNT_DEC_CONV | Private | ||
| MO_APPLICATION_CONTAINER | Instance Attribute | LIKE /BOBF/CL_FRW_APPL_CONTAINER | Private | ||
| MO_ASSOC_PROC | Instance Attribute | LIKE /BOBF/IF_FRW_ASSOC_PROCESSOR | Private | ||
| MO_AUTHORITY_HANDLER | Instance Attribute | Authority factory | LIKE /BOBF/CL_FRW_AUTHORITY_HANDLER | Public | |
| MO_BUFFER | Instance Attribute | Interface to Data Layer | LIKE /BOBF/IF_FRW_BUFFER | Private | |
| MO_CHANGE_FAIL_DET | Instance Attribute | Interface of Change Object | LIKE /BOBF/CL_FRW_CHANGE | Private | |
| MO_CHANGE_FAIL_VAL | Instance Attribute | Interface of Change Object | LIKE /BOBF/CL_FRW_CHANGE | Private | |
| MO_CHANGE_SAVE | Instance Attribute | Changes to be saved | LIKE /BOBF/IF_FRW_CHANGE | Private | |
| MO_CONF | Instance Attribute | Root Key of Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Private | |
| MO_DELEGATION | Instance Attribute | LIKE /BOBF/IF_FRW_DELEGATION | Private | ||
| MO_DELEGATION_READ | Instance Attribute | Interface to Read Data | LIKE /BOBF/IF_FRW_READ | Private | |
| MO_DIRECT_ACCESS | Instance Attribute | LIKE /BOBF/IF_FRW_DIRECT_ACCESS | Private | ||
| MO_DRA_ACT_DIFF | Instance Attribute | LIKE /BOBF/IF_FRW_DRAFT_ACTIVE_DIFF | Private | ||
| MO_INT_NUMBERING | Instance Attribute | LIKE /BOBF/IF_FRW_INT_NUMBERING | Private | ||
| MO_LIB_DRAFT_ACTIVE | Instance Attribute | LIKE /BOBF/CL_LIB_DRAFT_ACTIVE_UTIL | Private | ||
| MO_LOCK_MANAGER | Instance Attribute | LIKE /BOBF/CL_FRW_LOCK_MANAGER | Private | ||
| MO_NON_CACHE_REG | Instance Attribute | registry for non-caching entities | LIKE /BOBF/CL_TRA_NON_CACHE_REG | Private | |
| MO_PENDING_OPERATIONS | Instance Attribute | LIKE /BOBF/IF_PENDING_DRAFT_OPS | Private | ||
| MO_PROPERTIES | Instance Attribute | LIKE /BOBF/CL_FRW_PROPERTIES | Private | ||
| MO_SAM | Instance Attribute | Interface to Status & Action Management | LIKE /BOBF/IF_FRW_STATUS | Private | |
| MO_TRA_END_GUARD | Instance Attribute | LIKE /BOBF/IF_TRA_END_GUARD | Private | ||
| MT_ACCESS_STACK | Instance Attribute | LIKE TT_ACCESS_STACK | Private | ||
| MT_ACTION | Instance Attribute | LIKE TT_ACTION | Private | ||
| MT_ASSOCIATION | Instance Attribute | LIKE TT_ASSOCIATION | Private | ||
| MT_CHANGE_SAVE | Instance Attribute | Changes to be saved | LIKE /BOBF/T_FRW_CHANGE_SAVE | Private | |
| MT_DELEGATION | Instance Attribute | Delegation instances | LIKE /BOBF/T_FRW_DELEGATION | Private | |
| MT_DELEGATION2 | Instance Attribute | Delegation instances | LIKE /BOBF/T_FRW_DELEGATION2 | Private | |
| MT_DETERMINATION | Instance Attribute | LIKE TT_DETERMINATION | Private | ||
| MT_DRAFT_ADMIN_DATA_BUFFER | Instance Attribute | LIKE | Private | ||
| MT_NODE | Instance Attribute | LIKE TT_NODE | Private | ||
| MT_NODECAT | Instance Attribute | NODE_CAT Ergebnis | LIKE /BOBF/T_FRW_NODE_CAT | Private | |
| MT_NODECAT_KEY | Instance Attribute | NODE_CAT Keys | LIKE /BOBF/T_FRW_KEY | Private | |
| MT_NODE_PROPERTIES_REQUESTED | Instance Attribute | Key table | LIKE /BOBF/T_FRW_KEY2 | Private | |
| MT_QUERY | Instance Attribute | LIKE TT_QUERY | Private | ||
| MT_SYNC_POINT | Instance Attribute | LIKE TT_SYNC_POINT | Private | ||
| MT_VALIDATION | Instance Attribute | LIKE TT_VALIDATION | Private | ||
| MT_VALUE_SET_CODE | Instance Attribute | LIKE TT_VALUE_SET_CODE | Private | ||
| MT_VALUE_SET_ID | Instance Attribute | LIKE TT_VALUE_SET_ID | Private | ||
| MV_APPLICATION_ERROR | Instance Attribute | LIKE BOOLE_D | Private | ||
| MV_AUTH_SUPR_COMP_CHI_DEL_CHCK | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_BEFORE_MODIFICATION_EXISTS | Instance Attribute | LIKE BOOLE_D | Private | ||
| MV_CLEANUP_MODE | Instance Attribute | Transaction Behavior During Save (Transaction Mode) | LIKE /BOBF/CONF_CLEANUP_MODE | Private | |
| MV_CONFIGURATION_ERROR | Instance Attribute | LIKE BOOLE_D | Private | ||
| MV_DEFAULTS_EXISTS | Instance Attribute | Defaults are used within this session | LIKE BOOLE_D | Private | |
| MV_ENQUEUE_SCOPE | Instance Attribute | Lock Behavior | LIKE /BOBF/CONF_ENQUEUE_SCOPE | Private | |
| MV_LOADABLE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_MODIFYING_TRANSACTION | Instance Attribute | LIKE BOOLE_D | Private | ||
| MV_NODECAT_NODE_KEY | Instance Attribute | NODE_CAT Node | LIKE /BOBF/OBM_NODE_KEY | Private | |
| MV_NO_CONTENT_CHANGES | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_NO_DETERMINATIONS | Instance Attribute | do not execute det after modify (for agent status) | LIKE BOOLE_D | Private | |
| MV_SYNC_STATE_INDEX | Instance Attribute | LIKE I | Private |
/BOBF/CL_FRW types
S_GROUP -TT_ACCESS_STACK -
TT_GROUP -
TT_SYNC_POINT -
TY_DRA_CONSISTENCY_FAILED_NODE -
TY_SYNC_POINT -
TY_TRANSIENT_NODE_CTRL -
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