ID_2_KEY SAP Method of class /SCMTMS/CL_BATCH_HELPER_80









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

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


Parameters of Method ID_2_KEY

.

NameTypeData TypeDescriptionDefault Value
IV_FUBR_IDImportingTYPE
/SCMTMS/FUBR_ID
ID of Freight Unit Building Rule
IV_OPT_PROFILE_IDImportingTYPE
/SCMTMS/VSR_OPT_PROFILE_ID
ID of Optimizer Settings
IV_PLNG_PROFILE_IDImportingTYPE
/SCMTMS/VSR_PLANNING_PROF_ID
IV_SEL_PROFILE_IDImportingTYPE
/SCMTMS/VSR_SEL_PROFILE_ID
ES_FUBR_KEYExportingTYPE
/BOBF/S_FRW_KEY
ES_OPT_PROFILE_KEYExportingTYPE
/BOBF/S_FRW_KEY
ES_PLNG_PROFILE_KEYExportingTYPE
/BOBF/S_FRW_KEY
ES_SEL_PROFILE_KEYExportingTYPE
/BOBF/S_FRW_KEY



Exceptions of Method ID_2_KEY

This method does not have any exceptions

Example ABAP coding


DATA: lv_ES_FUBR_KEY TYPE /BOBF/S_FRW_KEY,
lv_ES_OPT_PROFILE_KEY TYPE /BOBF/S_FRW_KEY,
lv_ES_PLNG_PROFILE_KEY TYPE /BOBF/S_FRW_KEY,
lv_ES_SEL_PROFILE_KEY TYPE /BOBF/S_FRW_KEY,
lv_IV_FUBR_ID TYPE /SCMTMS/FUBR_ID,
lv_IV_OPT_PROFILE_ID TYPE /SCMTMS/VSR_OPT_PROFILE_ID,
lv_IV_PLNG_PROFILE_ID TYPE /SCMTMS/VSR_PLANNING_PROF_ID,
lv_IV_SEL_PROFILE_ID TYPE /SCMTMS/VSR_SEL_PROFILE_ID,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_BATCH_HELPER_80=>ID_2_KEY(
EXPORTING
IV_FUBR_ID = lv_IV_FUBR_ID
IV_OPT_PROFILE_ID = lv_IV_OPT_PROFILE_ID
IV_PLNG_PROFILE_ID = lv_IV_PLNG_PROFILE_ID
IV_SEL_PROFILE_ID = lv_IV_SEL_PROFILE_ID
IMPORTING
ES_FUBR_KEY = lv_ES_FUBR_KEY
ES_OPT_PROFILE_KEY = lv_ES_OPT_PROFILE_KEY
ES_PLNG_PROFILE_KEY = lv_ES_PLNG_PROFILE_KEY
ES_SEL_PROFILE_KEY = lv_ES_SEL_PROFILE_KEY ).

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!