GET_LOCATION_DETAILS SAP Method Get Location Details









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

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


Parameters of Method GET_LOCATION_DETAILS

.

NameTypeData TypeDescriptionDefault Value
IS_CFIR_ITM_DATAImportingTYPE
/SCMTMS/S_CFIR_ITEM_NODE_K
Item Node
IS_CHRG_ITMImportingTYPE
/SCMTMS/S_TCC_CHRGITEM_K
Charge Item
IS_CTXImportingTYPE
/BOBF/S_FRW_CTX_ACT
Context Information for Actions
IS_TOR_ROOT_KEYImportingTYPE
/BOBF/S_FRW_KEY
Key Table
IS_TRQ_DATAImportingTYPE
/SCMTMS/S_TRQ_ROOT_K
Transportation Request Root
IT_CHRG_ITMImportingTYPE
/SCMTMS/T_TCC_CHRGITEM_K
Charge Item
IT_LOC_KEYImportingTYPE
/BOBF/T_FRW_KEY
Key
IT_TOR_ROOT_KEYImportingTYPE
/BOBF/T_FRW_KEY
Key Table
IV_DES_LOC_KEYImportingTYPE
/SCMTMS/LOCUUID
Location GUID (004) with Conversion Exit
IV_SRC_LOC_KEYImportingTYPE
/SCMTMS/LOCUUID
Location Keys
ES_LOC_DATAExportingTYPE
TS_LOC_DATA
ES_TOR_LOC_DATAExportingTYPE
TS_LOC_DATA
ES_TRQ_LOC_DATAExportingTYPE
TS_LOC_DATA
ET_LOC_DATAExportingTYPE
TT_LOC_DATA



Exceptions of Method GET_LOCATION_DETAILS

This method does not have any exceptions

Example ABAP coding


DATA: lv_ES_LOC_DATA TYPE TS_LOC_DATA,
lv_ES_TOR_LOC_DATA TYPE TS_LOC_DATA,
lv_ES_TRQ_LOC_DATA TYPE TS_LOC_DATA,
lv_ET_LOC_DATA TYPE TT_LOC_DATA,
lv_IS_CFIR_ITM_DATA TYPE /SCMTMS/S_CFIR_ITEM_NODE_K,
lv_IS_CHRG_ITM TYPE /SCMTMS/S_TCC_CHRGITEM_K,
lv_IS_CTX TYPE /BOBF/S_FRW_CTX_ACT,
lv_IS_TOR_ROOT_KEY TYPE /BOBF/S_FRW_KEY,
lv_IS_TRQ_DATA TYPE /SCMTMS/S_TRQ_ROOT_K,
lv_IT_CHRG_ITM TYPE /SCMTMS/T_TCC_CHRGITEM_K,
lv_IT_LOC_KEY TYPE /BOBF/T_FRW_KEY,
lv_IT_TOR_ROOT_KEY TYPE /BOBF/T_FRW_KEY,
lv_IV_DES_LOC_KEY TYPE /SCMTMS/LOCUUID,
lv_IV_SRC_LOC_KEY TYPE /SCMTMS/LOCUUID,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_CFIR_HELPER=>GET_LOCATION_DETAILS(
EXPORTING
IS_CFIR_ITM_DATA = lv_IS_CFIR_ITM_DATA
IS_CHRG_ITM = lv_IS_CHRG_ITM
IS_CTX = lv_IS_CTX
IS_TOR_ROOT_KEY = lv_IS_TOR_ROOT_KEY
IS_TRQ_DATA = lv_IS_TRQ_DATA
IT_CHRG_ITM = lv_IT_CHRG_ITM
IT_LOC_KEY = lv_IT_LOC_KEY
IT_TOR_ROOT_KEY = lv_IT_TOR_ROOT_KEY
IV_DES_LOC_KEY = lv_IV_DES_LOC_KEY
IV_SRC_LOC_KEY = lv_IV_SRC_LOC_KEY
IMPORTING
ES_LOC_DATA = lv_ES_LOC_DATA
ES_TOR_LOC_DATA = lv_ES_TOR_LOC_DATA
ES_TRQ_LOC_DATA = lv_ES_TRQ_LOC_DATA
ET_LOC_DATA = lv_ET_LOC_DATA ).

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!