GET_BO_IN_SELPROF SAP Method Get the BO object used in selection profile additional









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

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


Parameters of Method GET_BO_IN_SELPROF

.

NameTypeData TypeDescriptionDefault Value
IV_SELPROFImportingTYPE
/SCMTMS/VSR_SEL_PROFILE_ID
Selection Profile
ET_SEL_PROF_PARAMSExportingTYPE
/BOBF/T_FRW_QUERY_SELPARAM
Query Selection Parameters
EV_BO_NAMEExportingTYPE
/SCMTMS/SEL_PROF_BO
Business Object for Selection



Exceptions of Method GET_BO_IN_SELPROF

/SCMTMS/CX_BATCH - No Input for selection provided

Example ABAP coding


DATA: lv_ET_SEL_PROF_PARAMS TYPE /BOBF/T_FRW_QUERY_SELPARAM,
lv_EV_BO_NAME TYPE /SCMTMS/SEL_PROF_BO,
lv_IV_SELPROF TYPE /SCMTMS/VSR_SEL_PROFILE_ID,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_BATCH_HELPER_80=>GET_BO_IN_SELPROF(
EXPORTING
IV_SELPROF = lv_IV_SELPROF
IMPORTING
ET_SEL_PROF_PARAMS = lv_ET_SEL_PROF_PARAMS
EV_BO_NAME = lv_EV_BO_NAME ).

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!