SAP /SCMB/CL_GIS_CHECK OO Class - Check GIS setup
/SCMB/CL_GIS_CHECK is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SCMB/CL_GIS_CHECK including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SCMB/CL_GIS_CHECK SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_MESSAGE | Add Message | Private |
| CALL METHOD /scmb/cl_gis_check=>ADD_MESSAGE...more details | ||
| ADD_MESSAGE_ERROR | Add Message Error | Private |
| CALL METHOD /scmb/cl_gis_check=>ADD_MESSAGE_ERROR...more details | ||
| ADD_MESSAGE_WARNING | Add Message Warning | Private |
| CALL METHOD /scmb/cl_gis_check=>ADD_MESSAGE_WARNING...more details | ||
| CHECK_DDD_SETTINGS | Check Distance Determination settings | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_DDD_SETTINGS...more details | ||
| CHECK_DISTANCE_DETERMINATION | Check Distance Determination | Public |
| CALL METHOD /scmb/cl_gis_check=>CHECK_DISTANCE_DETERMINATION...more details | ||
| CHECK_GEOCODER | Check Geo Coder | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODER...more details | ||
|
| ||
| CHECK_GEOCODING | Check Geo Coding | Public |
| CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING...more details | ||
| CHECK_GEOCODING_SAP0_DIRECT | Check Standard SAP0 GeoCoding | Public |
| CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING_SAP0_DIRECT...more details | ||
| CHECK_GEOCODING_SETTINGS | Check Geo Coding settings | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING_SETTINGS...more details | ||
| CHECK_GEOCODING_STANDARD | Check Standard GeoCoding | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING_STANDARD...more details | ||
| CHECK_GIS_INFRASTRUCTURE | Check standard GIS infrastructure | Public |
| CALL METHOD /scmb/cl_gis_check=>CHECK_GIS_INFRASTRUCTURE...more details | ||
| CHECK_RFC_DESTINATION | Check RFC destination | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_RFC_DESTINATION...more details | ||
| CHECK_RFC_IGS | Check RFC IGS destination | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_RFC_IGS...more details | ||
| CHECK_RFC_IGS_SETUP | Check IGS infrastructure | Protected |
| CALL METHOD /scmb/cl_gis_check=>CHECK_RFC_IGS_SETUP...more details | ||
| CREATE_GEOCODING_TEST_DATA | Create GeoCoding test data set for IGS | Protected |
| CALL METHOD /scmb/cl_gis_check=>CREATE_GEOCODING_TEST_DATA...more details | ||
| EXECUTE_DISTANCE_DET_IGS | Execute IGS distance determination | Protected |
| CALL METHOD /scmb/cl_gis_check=>EXECUTE_DISTANCE_DET_IGS...more details | ||
| EXECUTE_DISTANCE_DET_RC | Execute Reuse Component distance determination | Protected |
| CALL METHOD /scmb/cl_gis_check=>EXECUTE_DISTANCE_DET_RC...more details | ||
| EXECUTE_GEOCODING | Get Coordinates from standard function module | Protected |
| CALL METHOD /scmb/cl_gis_check=>EXECUTE_GEOCODING...more details | ||
| EXECUTE_GEOCODING_IGS | Get Coordinates from IGS | Protected |
| CALL METHOD /scmb/cl_gis_check=>EXECUTE_GEOCODING_IGS...more details | ||
| EXECUTE_IGS_CHECK | Check IGS infrastructure | Protected |
| CALL METHOD /scmb/cl_gis_check=>EXECUTE_IGS_CHECK...more details | ||
| GET_RFC_DESTINATIONS | Get RFC destinations | Protected |
| CALL METHOD /scmb/cl_gis_check=>GET_RFC_DESTINATIONS...more details | ||
| NOTIFY | Inform in case of error | Private |
| CALL METHOD /scmb/cl_gis_check=>NOTIFY...more details | ||
/SCMB/CL_GIS_CHECK attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_IGS_GATEWAY_HOST | Constant | Standard IGS gateway host | 'pgwdf134' | LIKE STRING | Protected |
| MC_IGS_GATEWAY_SERVICE | Instance Attribute | Standard IGS gateway service | 'sapgw47' | LIKE STRING | Protected |
| MC_IGS_PROGRAM_ID_EU | Instance Attribute | Standard IGS gateway host | 'IGS_GEO_XSERVER_EU' | LIKE STRING | Protected |
| MC_IGS_PROGRAM_ID_US | Instance Attribute | Standard IGS gateway host | 'IGS_GEO_XSERVER_US' | LIKE STRING | Private |
| MT_ADDRESS_SET | Static Attribute | LIKE TY_T_IGS_AD | Private | ||
| MT_RFC_DESTINATIONS | Static Attribute | Table Type for RFCDES Structre | LIKE RFC_T_DES | Protected | |
| MV_GEOSOURCE_SAP0 | Static Attribute | Geo location data source ID/Geocoder ID | 'SAP0' | LIKE GEOSRCID | Protected |
| MV_MESSAGE | Static Attribute | Character 100 | LIKE CHAR100 | Private |
/SCMB/CL_GIS_CHECK types
TY_T_IGS_AD -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