SAP /BOBF/IF_FRW_BUFFER OO Class - Interface to the Data Layer









/BOBF/IF_FRW_BUFFER 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/IF_FRW_BUFFER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /BOBF/IF_FRW_BUFFER 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
CHECK_STATE_EXISTSCheck whether a state existsPublic
CALL METHOD /bobf/if_frw_buffer=>CHECK_STATE_EXISTS...more details

COMPARECompare state with external dataPublic
CALL METHOD /bobf/if_frw_buffer=>COMPARE...more details

COMPARE_STATESCompare two statesPublic
CALL METHOD /bobf/if_frw_buffer=>COMPARE_STATES...more details

CONVERT_ALTERN_KEYConverts an alternative key to the technical keyPublic
CALL METHOD /bobf/if_frw_buffer=>CONVERT_ALTERN_KEY...more details

DELETE_STATEDelete a statePublic
CALL METHOD /bobf/if_frw_buffer=>DELETE_STATE...more details

DO_CLEANUPDelete specific data from the bufferPublic
CALL METHOD /bobf/if_frw_buffer=>DO_CLEANUP...more details

DO_SAVESavePublic
CALL METHOD /bobf/if_frw_buffer=>DO_SAVE...more details

GET_BUFFER_FOR_NODEReturns node-specific buffer instance if possiblePublic
CALL METHOD /bobf/if_frw_buffer=>GET_BUFFER_FOR_NODE...more details

GET_INSTANCEReturns a Buffer InstancePublic
CALL METHOD /bobf/if_frw_buffer=>GET_INSTANCE...more details

GET_KEYSGet keys of all instances of a node known by bufferPublic
CALL METHOD /bobf/if_frw_buffer=>GET_KEYS...more details

GET_ROOT_KEYReturn root nodePublic
CALL METHOD /bobf/if_frw_buffer=>GET_ROOT_KEY...more details

GET_ROOT_KEYSReturns all root nodesPublic
CALL METHOD /bobf/if_frw_buffer=>GET_ROOT_KEYS...more details

LOADLoad data into buffer (pre-fetch)Public
CALL METHOD /bobf/if_frw_buffer=>LOAD...more details

MODIFYModifyPublic
CALL METHOD /bobf/if_frw_buffer=>MODIFY...more details

QUERYQueryPublic
CALL METHOD /bobf/if_frw_buffer=>QUERY...more details

RETRIEVERead data from the bufferPublic
CALL METHOD /bobf/if_frw_buffer=>RETRIEVE...more details

RETRIEVE_ALTERN_KEYReads an alternative key with the technical keyPublic
CALL METHOD /bobf/if_frw_buffer=>RETRIEVE_ALTERN_KEY...more details

RETRIEVE_BY_ASSOCIATIONReturn the keys of target node instances of an associationPublic
CALL METHOD /bobf/if_frw_buffer=>RETRIEVE_BY_ASSOCIATION...more details

TRANSFER_STATECopy a statePublic
CALL METHOD /bobf/if_frw_buffer=>TRANSFER_STATE...more details




Events of Class /BOBF/IF_FRW_BUFFER

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... END_LOAD - marks the end of a load cycle
END_SAVE - marks the end of a save cycle



/BOBF/IF_FRW_BUFFER types

TT_STATE -

Links to Related Class(s)

/BOBF/IF...
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!