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 NameDescriptionVisability
ADD_MESSAGEAdd MessagePrivate
CALL METHOD /scmb/cl_gis_check=>ADD_MESSAGE...more details

ADD_MESSAGE_ERRORAdd Message ErrorPrivate
CALL METHOD /scmb/cl_gis_check=>ADD_MESSAGE_ERROR...more details

ADD_MESSAGE_WARNINGAdd Message WarningPrivate
CALL METHOD /scmb/cl_gis_check=>ADD_MESSAGE_WARNING...more details

CHECK_DDD_SETTINGSCheck Distance Determination settingsProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_DDD_SETTINGS...more details

CHECK_DISTANCE_DETERMINATIONCheck Distance DeterminationPublic
CALL METHOD /scmb/cl_gis_check=>CHECK_DISTANCE_DETERMINATION...more details

CHECK_GEOCODERCheck Geo CoderProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODER...more details

CHECK_GEOCODINGCheck Geo CodingPublic
CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING...more details

CHECK_GEOCODING_SAP0_DIRECTCheck Standard SAP0 GeoCodingPublic
CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING_SAP0_DIRECT...more details

CHECK_GEOCODING_SETTINGSCheck Geo Coding settingsProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING_SETTINGS...more details

CHECK_GEOCODING_STANDARDCheck Standard GeoCodingProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_GEOCODING_STANDARD...more details

CHECK_GIS_INFRASTRUCTURECheck standard GIS infrastructurePublic
CALL METHOD /scmb/cl_gis_check=>CHECK_GIS_INFRASTRUCTURE...more details

CHECK_RFC_DESTINATIONCheck RFC destinationProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_RFC_DESTINATION...more details

CHECK_RFC_IGSCheck RFC IGS destinationProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_RFC_IGS...more details

CHECK_RFC_IGS_SETUPCheck IGS infrastructureProtected
CALL METHOD /scmb/cl_gis_check=>CHECK_RFC_IGS_SETUP...more details

CREATE_GEOCODING_TEST_DATACreate GeoCoding test data set for IGSProtected
CALL METHOD /scmb/cl_gis_check=>CREATE_GEOCODING_TEST_DATA...more details

EXECUTE_DISTANCE_DET_IGSExecute IGS distance determinationProtected
CALL METHOD /scmb/cl_gis_check=>EXECUTE_DISTANCE_DET_IGS...more details

EXECUTE_DISTANCE_DET_RCExecute Reuse Component distance determinationProtected
CALL METHOD /scmb/cl_gis_check=>EXECUTE_DISTANCE_DET_RC...more details

EXECUTE_GEOCODINGGet Coordinates from standard function moduleProtected
CALL METHOD /scmb/cl_gis_check=>EXECUTE_GEOCODING...more details

EXECUTE_GEOCODING_IGSGet Coordinates from IGSProtected
CALL METHOD /scmb/cl_gis_check=>EXECUTE_GEOCODING_IGS...more details

EXECUTE_IGS_CHECKCheck IGS infrastructureProtected
CALL METHOD /scmb/cl_gis_check=>EXECUTE_IGS_CHECK...more details

GET_RFC_DESTINATIONSGet RFC destinationsProtected
CALL METHOD /scmb/cl_gis_check=>GET_RFC_DESTINATIONS...more details

NOTIFYInform in case of errorPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_IGS_GATEWAY_HOSTConstantStandard IGS gateway host'pgwdf134'LIKE
STRING
Protected
MC_IGS_GATEWAY_SERVICEInstance AttributeStandard IGS gateway service'sapgw47'LIKE
STRING
Protected
MC_IGS_PROGRAM_ID_EUInstance AttributeStandard IGS gateway host'IGS_GEO_XSERVER_EU'LIKE
STRING
Protected
MC_IGS_PROGRAM_ID_USInstance AttributeStandard IGS gateway host'IGS_GEO_XSERVER_US'LIKE
STRING
Private
MT_ADDRESS_SETStatic AttributeLIKE
TY_T_IGS_AD
Private
MT_RFC_DESTINATIONSStatic AttributeTable Type for RFCDES StructreLIKE
RFC_T_DES
Protected
MV_GEOSOURCE_SAP0Static AttributeGeo location data source ID/Geocoder ID'SAP0'LIKE
GEOSRCID
Protected
MV_MESSAGEStatic AttributeCharacter 100LIKE
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



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!