TEST_GEOCODING SAP Method Test SCP Geocoding
Below is documentation, parameters and attributes of ABAP Method TEST_GEOCODING 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 directlyThe following technical details of method TEST_GEOCODING can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method TEST_GEOCODING
.| Name | Type | Data Type | Description | Default Value |
| IV_VENDOR | Importing | TYPE STRING | ||
| IV_VENDOR_PARAMETER1 | Importing | TYPE STRING | ||
| IV_VENDOR_PARAMETER2 | Importing | TYPE STRING | ||
| ES_STATUS | Exporting | TYPE TY_S_STATUS | ||
| ES_STATUS | Exporting | TYPE TY_S_STATUS | Service Status |
Exceptions of Method TEST_GEOCODING
This method does not have any exceptionsExample 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_GEOCODING(
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