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_CHECK

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_MODIFY

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_QUERY

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_READ

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_READ_OP_CODE

Method 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 NameDescriptionVisability
CHANGE_USAGE_RESTRICTIONPrivate
CALL METHOD /bobf/cl_frw_int_access=>CHANGE_USAGE_RESTRICTION...more details

CHECK_ACTION_ALLOWEDPrivate
CALL METHOD /bobf/cl_frw_int_access=>CHECK_ACTION_ALLOWED...more details

CHECK_DELETE_ALLOWEDPrivate
CALL METHOD /bobf/cl_frw_int_access=>CHECK_DELETE_ALLOWED...more details

CLEAR_MODIFICATIONSProtected
CALL METHOD /bobf/cl_frw_int_access=>CLEAR_MODIFICATIONS...more details

CONSTRUCTORPublic
CALL METHOD /bobf/cl_frw_int_access=>CONSTRUCTOR...more details

COPY_MODIFICATIONS_FROMProtected
CALL METHOD /bobf/cl_frw_int_access=>COPY_MODIFICATIONS_FROM...more details

CREATEPrivate
CALL METHOD /bobf/cl_frw_int_access=>CREATE...more details

CURRENT_INSTANCEPublic
CALL METHOD /bobf/cl_frw_int_access=>CURRENT_INSTANCE...more details

DELETEPrivate
CALL METHOD /bobf/cl_frw_int_access=>DELETE...more details

DELETE_MODIFICATIONPrivate
CALL METHOD /bobf/cl_frw_int_access=>DELETE_MODIFICATION...more details

DO_ACTIONPrivate
CALL METHOD /bobf/cl_frw_int_access=>DO_ACTION...more details

END_MODIFYFinishes a block of modificationsProtected
CALL METHOD /bobf/cl_frw_int_access=>END_MODIFY...more details

END_MODIFY_WITH_CHECKPrivate
CALL METHOD /bobf/cl_frw_int_access=>END_MODIFY_WITH_CHECK...more details

FINALIZE_ASYNC_EXECUTIONPublic
CALL METHOD /bobf/cl_frw_int_access=>FINALIZE_ASYNC_EXECUTION...more details

FLUSH_CHANGESFlushes changes - only to be used by assertPrivate
CALL METHOD /bobf/cl_frw_int_access=>FLUSH_CHANGES...more details

GET_MODIFICATION_CTXPrivate
CALL METHOD /bobf/cl_frw_int_access=>GET_MODIFICATION_CTX...more details

GET_ROOT_KEYPrivate
CALL METHOD /bobf/cl_frw_int_access=>GET_ROOT_KEY...more details

INIT_FOR_ASYNC_EXECUTIONPublic
CALL METHOD /bobf/cl_frw_int_access=>INIT_FOR_ASYNC_EXECUTION...more details

INVALIDATEInvalidates access objectProtected
CALL METHOD /bobf/cl_frw_int_access=>INVALIDATE...more details

NEW_INSTANCECreates an internal access objects (needed for addons)Public
CALL METHOD /bobf/cl_frw_int_access=>NEW_INSTANCE...more details

NOTIFY_CHANGE_INTERNALMark node instances as changed without modificationProtected
CALL METHOD /bobf/cl_frw_int_access=>NOTIFY_CHANGE_INTERNAL...more details

RAISE_FAILED_CHANGEPrivate
CALL METHOD /bobf/cl_frw_int_access=>RAISE_FAILED_CHANGE...more details

RETRIEVEPrivate
CALL METHOD /bobf/cl_frw_int_access=>RETRIEVE...more details

RETRIEVE_BY_ASSOCIATIONPrivate
CALL METHOD /bobf/cl_frw_int_access=>RETRIEVE_BY_ASSOCIATION...more details

SET_CONTEXTSet ContextProtected
CALL METHOD /bobf/cl_frw_int_access=>SET_CONTEXT...more details

SET_CURRENT_STATESet Current StateProtected
CALL METHOD /bobf/cl_frw_int_access=>SET_CURRENT_STATE...more details

SET_EDIT_MODESet Required Processing ModeProtected
CALL METHOD /bobf/cl_frw_int_access=>SET_EDIT_MODE...more details

SET_KEYS_FOR_CREATE_MODIFICTNSPrivate
CALL METHOD /bobf/cl_frw_int_access=>SET_KEYS_FOR_CREATE_MODIFICTNS...more details

SET_LAST_STATESet Last StateProtected
CALL METHOD /bobf/cl_frw_int_access=>SET_LAST_STATE...more details

SORT_MODIFICATIONSSort the modifications to be in a reasonable orderPrivate
CALL METHOD /bobf/cl_frw_int_access=>SORT_MODIFICATIONS...more details

UPDATEPrivate
CALL METHOD /bobf/cl_frw_int_access=>UPDATE...more details

UPDATE_MODIFICATION_CTXPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_BOPFInstance AttributeFramework Main ClassLIKE
/BOBF/CL_FRW
Protected
MO_BUFFERInstance AttributeInterface to Data LayerLIKE
/BOBF/IF_FRW_BUFFER
Protected
MO_CHANGEInstance AttributeInterface for Change ClassLIKE
/BOBF/IF_FRW_CHANGE
Protected
MO_CONFInstance AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
MO_LOCAL_CHANGEInstance AttributeInterface for Change ClassLIKE
/BOBF/IF_FRW_CHANGE
Protected
MO_LOCAL_MESSAGEInstance AttributeInterface for Message ClassLIKE
/BOBF/IF_FRW_MESSAGE
Protected
MR_ADDON_REFERENCEInstance AttributeInternal Data Access ObjectLIKE
/BOBF/CL_FRW_INT_ACCESS
Protected
MS_ACTIONInstance AttributeContext Information for ActionsLIKE
/BOBF/S_FRW_CTX_ACT
Private
MS_ASSOCIATIONInstance AttributeContext Information for AssociationsLIKE
/BOBF/S_FRW_CTX_ASSOC
Protected
MS_DETERMINATIONInstance AttributeContext Information for DeterminationsLIKE
/BOBF/S_FRW_CTX_DET
Private
MS_MODIFICATION_CTXInstance AttributeLIKE
TY_MODIFICATION_CTX_VALIDITY
Private
MS_QUERYInstance AttributeQueryLIKE
/BOBF/S_FRW_CTX_QUERY
Private
MS_VALIDATIONInstance AttributeContext Information for ValidationsLIKE
/BOBF/S_FRW_CTX_VAL
Private
MT_MODIFICATIONInstance AttributeChangesLIKE
/BOBF/T_FRW_MODIFICATION
Protected
MT_MODIFICATION_BOPFInstance AttributeChangesLIKE
/BOBF/T_FRW_MODIFICATION
Protected
MT_MODIFICATION_CTXInstance AttributeLIKE
Private
MV_CURRENT_STATEInstance AttributeState to operate on instead of real current stateLIKE
/BOBF/CONF_STATE
Protected
MV_EDIT_MODEInstance AttributeRequired Processing ModeLIKE
/BOBF/CONF_EDIT_MODE
Protected
MV_INTERNAL_CALLInstance AttributeLIKE
ABAP_BOOL
Private
MV_INVALIDATE_CACHEInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Protected
MV_IS_RAP_DRAFTInstance AttributeLIKE
ABAP_BOOL
Private
MV_LAST_STATEInstance AttributeLast StateLIKE
/BOBF/CONF_STATE
Protected
MV_PROCESSING_END_MODIFYInstance AttributeCurrently flushing all changesLIKE
BOOLE_D
Private
MV_PROCESS_IMMEDIATELY_ALLOWEDInstance AttributeLIKE
Private
MV_READ_BUFFER_ONLYInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Private
MV_VALID_IF_CHECKInstance AttributeCheck interface validLIKE
BOOLE_D
Protected
MV_VALID_IF_MODIFYInstance AttributeModify interface validLIKE
BOOLE_D
Protected
MV_VALID_IF_QUERYInstance AttributeQuery interface validLIKE
BOOLE_D
Protected
MV_VALID_IF_READInstance AttributeRead interface validLIKE
BOOLE_D
Protected
MV_WITHIN_LOADINGInstance AttributeRunning within after loadingLIKE
BOOLE_D
Protected
MV_WITHIN_RETRIEVEInstance AttributeRunning within before retrieveLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!