SAP /BOBF/CL_FRW_INT_ACCESS OO Class - Internal Data Access Object
/BOBF/CL_FRW_INT_ACCESS 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_INT_ACCESS 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_CHECKInterface 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_MODIFYInterface 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_QUERYInterface 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_READInterface 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_READ_OP_CODEMethod list of /BOBF/CL_FRW_INT_ACCESS 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 |
| CHANGE_USAGE_RESTRICTION | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>CHANGE_USAGE_RESTRICTION...more details | ||
| CHECK_ACTION_ALLOWED | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>CHECK_ACTION_ALLOWED...more details | ||
| CHECK_DELETE_ALLOWED | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>CHECK_DELETE_ALLOWED...more details | ||
| CLEAR_MODIFICATIONS | Protected | |
| CALL METHOD /bobf/cl_frw_int_access=>CLEAR_MODIFICATIONS...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /bobf/cl_frw_int_access=>CONSTRUCTOR...more details | ||
| COPY_MODIFICATIONS_FROM | Protected | |
| CALL METHOD /bobf/cl_frw_int_access=>COPY_MODIFICATIONS_FROM...more details | ||
|
| ||
| CREATE | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>CREATE...more details | ||
| CURRENT_INSTANCE | Public | |
| CALL METHOD /bobf/cl_frw_int_access=>CURRENT_INSTANCE...more details | ||
| DELETE | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>DELETE...more details | ||
| DELETE_MODIFICATION | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>DELETE_MODIFICATION...more details | ||
| DO_ACTION | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>DO_ACTION...more details | ||
| END_MODIFY | Finishes a block of modifications | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>END_MODIFY...more details | ||
| END_MODIFY_WITH_CHECK | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>END_MODIFY_WITH_CHECK...more details | ||
| FINALIZE_ASYNC_EXECUTION | Public | |
| CALL METHOD /bobf/cl_frw_int_access=>FINALIZE_ASYNC_EXECUTION...more details | ||
| FLUSH_CHANGES | Flushes changes - only to be used by assert | Private |
| CALL METHOD /bobf/cl_frw_int_access=>FLUSH_CHANGES...more details | ||
| GET_MODIFICATION_CTX | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>GET_MODIFICATION_CTX...more details | ||
| GET_ROOT_KEY | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>GET_ROOT_KEY...more details | ||
| INIT_FOR_ASYNC_EXECUTION | Public | |
| CALL METHOD /bobf/cl_frw_int_access=>INIT_FOR_ASYNC_EXECUTION...more details | ||
| INVALIDATE | Invalidates access object | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>INVALIDATE...more details | ||
| NEW_INSTANCE | Creates an internal access objects (needed for addons) | Public |
| CALL METHOD /bobf/cl_frw_int_access=>NEW_INSTANCE...more details | ||
| NOTIFY_CHANGE_INTERNAL | Mark node instances as changed without modification | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>NOTIFY_CHANGE_INTERNAL...more details | ||
| RAISE_FAILED_CHANGE | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>RAISE_FAILED_CHANGE...more details | ||
| RETRIEVE | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>RETRIEVE...more details | ||
| RETRIEVE_BY_ASSOCIATION | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>RETRIEVE_BY_ASSOCIATION...more details | ||
| SET_CONTEXT | Set Context | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>SET_CONTEXT...more details | ||
| SET_CURRENT_STATE | Set Current State | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>SET_CURRENT_STATE...more details | ||
| SET_EDIT_MODE | Set Required Processing Mode | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>SET_EDIT_MODE...more details | ||
| SET_KEYS_FOR_CREATE_MODIFICTNS | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>SET_KEYS_FOR_CREATE_MODIFICTNS...more details | ||
| SET_LAST_STATE | Set Last State | Protected |
| CALL METHOD /bobf/cl_frw_int_access=>SET_LAST_STATE...more details | ||
| SORT_MODIFICATIONS | Sort the modifications to be in a reasonable order | Private |
| CALL METHOD /bobf/cl_frw_int_access=>SORT_MODIFICATIONS...more details | ||
| UPDATE | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>UPDATE...more details | ||
| UPDATE_MODIFICATION_CTX | Private | |
| CALL METHOD /bobf/cl_frw_int_access=>UPDATE_MODIFICATION_CTX...more details | ||
/BOBF/CL_FRW_INT_ACCESS 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 |
| MO_BOPF | Instance Attribute | Framework Main Class | LIKE /BOBF/CL_FRW | Protected | |
| MO_BUFFER | Instance Attribute | Interface to Data Layer | LIKE /BOBF/IF_FRW_BUFFER | Protected | |
| MO_CHANGE | Instance Attribute | Interface for Change Class | LIKE /BOBF/IF_FRW_CHANGE | Protected | |
| MO_CONF | Instance Attribute | Interface for Configuration | LIKE /BOBF/IF_FRW_CONFIGURATION | Protected | |
| MO_LOCAL_CHANGE | Instance Attribute | Interface for Change Class | LIKE /BOBF/IF_FRW_CHANGE | Protected | |
| MO_LOCAL_MESSAGE | Instance Attribute | Interface for Message Class | LIKE /BOBF/IF_FRW_MESSAGE | Protected | |
| MR_ADDON_REFERENCE | Instance Attribute | Internal Data Access Object | LIKE /BOBF/CL_FRW_INT_ACCESS | Protected | |
| MS_ACTION | Instance Attribute | Context Information for Actions | LIKE /BOBF/S_FRW_CTX_ACT | Private | |
| MS_ASSOCIATION | Instance Attribute | Context Information for Associations | LIKE /BOBF/S_FRW_CTX_ASSOC | Protected | |
| MS_DETERMINATION | Instance Attribute | Context Information for Determinations | LIKE /BOBF/S_FRW_CTX_DET | Private | |
| MS_MODIFICATION_CTX | Instance Attribute | LIKE TY_MODIFICATION_CTX_VALIDITY | Private | ||
| MS_QUERY | Instance Attribute | Query | LIKE /BOBF/S_FRW_CTX_QUERY | Private | |
| MS_VALIDATION | Instance Attribute | Context Information for Validations | LIKE /BOBF/S_FRW_CTX_VAL | Private | |
| MT_MODIFICATION | Instance Attribute | Changes | LIKE /BOBF/T_FRW_MODIFICATION | Protected | |
| MT_MODIFICATION_BOPF | Instance Attribute | Changes | LIKE /BOBF/T_FRW_MODIFICATION | Protected | |
| MT_MODIFICATION_CTX | Instance Attribute | LIKE | Private | ||
| MV_CURRENT_STATE | Instance Attribute | State to operate on instead of real current state | LIKE /BOBF/CONF_STATE | Protected | |
| MV_EDIT_MODE | Instance Attribute | Required Processing Mode | LIKE /BOBF/CONF_EDIT_MODE | Protected | |
| MV_INTERNAL_CALL | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_INVALIDATE_CACHE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_IS_RAP_DRAFT | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_LAST_STATE | Instance Attribute | Last State | LIKE /BOBF/CONF_STATE | Protected | |
| MV_PROCESSING_END_MODIFY | Instance Attribute | Currently flushing all changes | LIKE BOOLE_D | Private | |
| MV_PROCESS_IMMEDIATELY_ALLOWED | Instance Attribute | LIKE | Private | ||
| MV_READ_BUFFER_ONLY | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MV_VALID_IF_CHECK | Instance Attribute | Check interface valid | LIKE BOOLE_D | Protected | |
| MV_VALID_IF_MODIFY | Instance Attribute | Modify interface valid | LIKE BOOLE_D | Protected | |
| MV_VALID_IF_QUERY | Instance Attribute | Query interface valid | LIKE BOOLE_D | Protected | |
| MV_VALID_IF_READ | Instance Attribute | Read interface valid | LIKE BOOLE_D | Protected | |
| MV_WITHIN_LOADING | Instance Attribute | Running within after loading | LIKE BOOLE_D | Protected | |
| MV_WITHIN_RETRIEVE | Instance Attribute | Running within before retrieve | LIKE BOOLE_D | Protected |
/BOBF/CL_FRW_INT_ACCESS types
TT_MODIFICATION_CTX -TY_MODIFICATION_CTX -
TY_MODIFICATION_CTX_VALIDITY -
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