TEST_DISTANCE_DETERMINATION SAP Method Test SCP Distance Determination









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

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


Parameters of Method TEST_DISTANCE_DETERMINATION

.

NameTypeData TypeDescriptionDefault Value
IV_VENDORImportingTYPE
STRING
IV_VENDOR_PARAMETER1ImportingTYPE
STRING
IV_VENDOR_PARAMETER2ImportingTYPE
STRING
ES_STATUSExportingTYPE
TY_S_STATUS
ES_STATUSExportingTYPE
TY_S_STATUS
Service Status



Exceptions of Method TEST_DISTANCE_DETERMINATION

This method does not have any exceptions

Example ABAP coding


DATA: lv_ES_STATUS TYPE TY_S_STATUS,
lv_IV_VENDOR TYPE STRING,
lv_IV_VENDOR_PARAMETER1 TYPE STRING,
lv_IV_VENDOR_PARAMETER2 TYPE STRING,
lv_ES_STATUS TYPE TY_S_STATUS,
lv_other TYPE c.

CALL METHOD /SCMB/CL_GIS_CONNECTOR_SCP=>TEST_DISTANCE_DETERMINATION(
EXPORTING
IV_VENDOR = lv_IV_VENDOR
IV_VENDOR_PARAMETER1 = lv_IV_VENDOR_PARAMETER1
IV_VENDOR_PARAMETER2 = lv_IV_VENDOR_PARAMETER2
IMPORTING
ES_STATUS = lv_ES_STATUS
ES_STATUS = lv_ES_STATUS ).

Links to Related Class(s)

/SCMB/CL...
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!