KEY_2_ID SAP Method of class /SCMTMS/CL_BATCH_HELPER_80









Below is documentation, parameters and attributes of ABAP Method KEY_2_ID 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 KEY_2_ID can also be found below:

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


Parameters of Method KEY_2_ID

.

NameTypeData TypeDescriptionDefault Value
IS_FUBR_KEYImportingTYPE
/BOBF/S_FRW_KEY
IS_OPT_PROFILE_KEYImportingTYPE
/BOBF/S_FRW_KEY
IS_PLNG_PROFILE_KEYImportingTYPE
/BOBF/S_FRW_KEY
IS_SEL_PROFILE_KEYImportingTYPE
/BOBF/S_FRW_KEY
EV_FUBR_IDExportingTYPE
/SCMTMS/FUBR_ID
EV_OPT_PROFILE_IDExportingTYPE
/SCMTMS/VSR_OPT_PROFILE_ID
EV_PLNG_PROFILE_IDExportingTYPE
/SCMTMS/VSR_PLANNING_PROF_ID
EV_SEL_PROFILE_IDExportingTYPE
/SCMTMS/VSR_SEL_PROFILE_ID



Exceptions of Method KEY_2_ID

/SCMTMS/CX_BATCH -

Example ABAP coding


DATA: lv_EV_FUBR_ID TYPE /SCMTMS/FUBR_ID,
lv_EV_OPT_PROFILE_ID TYPE /SCMTMS/VSR_OPT_PROFILE_ID,
lv_EV_PLNG_PROFILE_ID TYPE /SCMTMS/VSR_PLANNING_PROF_ID,
lv_EV_SEL_PROFILE_ID TYPE /SCMTMS/VSR_SEL_PROFILE_ID,
lv_IS_FUBR_KEY TYPE /BOBF/S_FRW_KEY,
lv_IS_OPT_PROFILE_KEY TYPE /BOBF/S_FRW_KEY,
lv_IS_PLNG_PROFILE_KEY TYPE /BOBF/S_FRW_KEY,
lv_IS_SEL_PROFILE_KEY TYPE /BOBF/S_FRW_KEY,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_BATCH_HELPER_80=>KEY_2_ID(
EXPORTING
IS_FUBR_KEY = lv_IS_FUBR_KEY
IS_OPT_PROFILE_KEY = lv_IS_OPT_PROFILE_KEY
IS_PLNG_PROFILE_KEY = lv_IS_PLNG_PROFILE_KEY
IS_SEL_PROFILE_KEY = lv_IS_SEL_PROFILE_KEY
IMPORTING
EV_FUBR_ID = lv_EV_FUBR_ID
EV_OPT_PROFILE_ID = lv_EV_OPT_PROFILE_ID
EV_PLNG_PROFILE_ID = lv_EV_PLNG_PROFILE_ID
EV_SEL_PROFILE_ID = lv_EV_SEL_PROFILE_ID ).

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!