GET_BOPF SAP Method Get BOPF References for Given BO









Below is documentation, parameters and attributes of ABAP Method GET_BOPF within SAP class /SCMTMS/CL_TCM_BOPF_BASE. 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 /SCMTMS/CL_TCM_BOPF_BASE 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 GET_BOPF can also be found below:

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


Parameters of Method GET_BOPF

.

NameTypeData TypeDescriptionDefault Value
IV_BO_KEYImportingTYPE
/BOBF/OBM_BO_KEY
Business Object
EO_BOPF_BUFExportingTYPE REF TO
/BOBF/IF_FRW_BUFFER
Interface to the Data Layer
EO_BOPF_CONFExportingTYPE REF TO
/BOBF/IF_FRW_CONFIGURATION
Interface for Configuration
ES_BOPF_CONFExportingTYPE
/BOBF/S_CONFRO_OBJ
Configuration: Version-Dependent Root Node



Exceptions of Method GET_BOPF

This method does not have any exceptions

Example ABAP coding


DATA: lv_EO_BOPF_BUF TYPE /BOBF/IF_FRW_BUFFER,
lv_EO_BOPF_CONF TYPE /BOBF/IF_FRW_CONFIGURATION,
lv_ES_BOPF_CONF TYPE /BOBF/S_CONFRO_OBJ,
lv_IV_BO_KEY TYPE /BOBF/OBM_BO_KEY,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_TCM_BOPF_BASE=>GET_BOPF(
EXPORTING
IV_BO_KEY = lv_IV_BO_KEY
IMPORTING
EO_BOPF_BUF = lv_EO_BOPF_BUF
EO_BOPF_CONF = lv_EO_BOPF_CONF
ES_BOPF_CONF = lv_ES_BOPF_CONF ).

Links to Related Class(s)

/SCMTMS/...
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!