BUFFER_SETUP SAP Method Intermediate coding for non default buffer setup









Below is documentation, parameters and attributes of ABAP Method BUFFER_SETUP within SAP class /BOBF/IF_TOOL_PREPARE_TEST. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /BOBF/IF_TOOL_PREPARE_TEST into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method BUFFER_SETUP can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method BUFFER_SETUP

.

NameTypeData TypeDescriptionDefault Value
IO_BUFFERImportingTYPE REF TO
/BOBF/IF_FRW_BUFFER
Interface to the Data Layer
IO_CHANGEImportingTYPE REF TO
/BOBF/IF_FRW_CHANGE
Interface of Change Object
IT_MODIFICATIONImportingTYPE
/BOBF/T_FRW_MODIFICATION
Changes
IV_STATEImportingTYPE
/BOBF/CONF_STATE
State



Exceptions of Method BUFFER_SETUP

/BOBF/CX_FRW - BOPF Exception Class

Example ABAP coding


DATA: lv_IO_BUFFER TYPE /BOBF/IF_FRW_BUFFER,
lv_IO_CHANGE TYPE /BOBF/IF_FRW_CHANGE,
lv_IT_MODIFICATION TYPE /BOBF/T_FRW_MODIFICATION,
lv_IV_STATE TYPE /BOBF/CONF_STATE,
lv_other TYPE c.

CALL METHOD /BOBF/IF_TOOL_PREPARE_TEST=>BUFFER_SETUP(
EXPORTING
IO_BUFFER = lv_IO_BUFFER
IO_CHANGE = lv_IO_CHANGE
IT_MODIFICATION = lv_IT_MODIFICATION
IV_STATE = lv_IV_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!