SAP /SCMB/CL_MAP_SP_SCMB_GENERIC OO Class - SCMB Geo-Map: Map Service Provider SCMB generic









/SCMB/CL_MAP_SP_SCMB_GENERIC 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_MAP_SP_SCMB_GENERIC including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_MAP_DP_PROC

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMB/CL_MAP_SP_SCMB_GENERIC is CL_VBC_GEOMAP_SP_GENERIC

Method list of /SCMB/CL_MAP_SP_SCMB_GENERIC 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_MAP_OBJECTS_TO_SCENE_ATTAdd Map Objects to the current sceneProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>ADD_MAP_OBJECTS_TO_SCENE_ATT...more details

ADD_MO_DESCAdd Map Object DescriptionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>ADD_MO_DESC...more details

CHECK_POSITIONCheck Map Object PositionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>CHECK_POSITION...more details

CLEAR_GEOROUTEShow real route between spotsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>CLEAR_GEOROUTE...more details

CLEAR_SEARCH_ADDRESSClear search address resultsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>CLEAR_SEARCH_ADDRESS...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_map_sp_scmb_generic=>CONSTRUCTOR...more details

CONVERT_COORDINATESConvert CoordinatesProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>CONVERT_COORDINATES...more details

CREATE_MAP_OBJECT_DETAILSREDEFINE: Create Map Objects detailsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>CREATE_MAP_OBJECT_DETAILS...more details

DEFINE_ROLE_PRIORITY_DETAILSREDEFINE: Define role priority for CM creationProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>DEFINE_ROLE_PRIORITY_DETAILS...more details

DISPLAY_MESSAGESDisplay MessagesProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>DISPLAY_MESSAGES...more details

FILL_LINK_ADDRESS_DESCRIPTIONFill Link address descriptionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>FILL_LINK_ADDRESS_DESCRIPTION...more details

FILL_LINK_DIST_DUR_DESCRIPTIONFill Link distance and duration descriptionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>FILL_LINK_DIST_DUR_DESCRIPTION...more details

FILL_LINK_POSITIONFill Link positionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>FILL_LINK_POSITION...more details

FORMAT_ADDRESS_DESCRIPTIONFormat address descriptionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>FORMAT_ADDRESS_DESCRIPTION...more details

GET_DP_SCMB_GENERICOBSOLETEPrivate
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_DP_SCMB_GENERIC...more details

GET_MAP_OBJECT_CONTEXT_MENUObject Function: Get Map Object context menuProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_CONTEXT_MENU...more details

GET_MAP_OBJECT_DETAILSObject Function: Get Map Objects detailsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_DETAILS...more details

GET_MAP_OBJECT_IDGet Map Object IDProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_ID...more details

GET_MAP_OBJECT_MTRGet Means of Transport of Map ObjectProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_MTR...more details

GET_MAP_OBJECT_ROLE_FOR_DETAILGet relevant role for object detailsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_ROLE_FOR_DETAIL...more details

GET_MAP_SETTINGSGet Map settingsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_SETTINGS...more details

GET_MO_ADDRESS_DESCRIPTIONGet Map Object address descriptionProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MO_ADDRESS_DESCRIPTION...more details

GET_MO_POSITIONGet Map Object positionsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MO_POSITION...more details

IS_MAP_ACTIVEGeo-Map activation checkPublic
CALL METHOD /scmb/cl_map_sp_scmb_generic=>IS_MAP_ACTIVE...more details

SEARCH_ADDRESSOBSOLETEPrivate
CALL METHOD /scmb/cl_map_sp_scmb_generic=>SEARCH_ADDRESS...more details

SEARCH_ADDRESS_PROCOBSOLETEPrivate
CALL METHOD /scmb/cl_map_sp_scmb_generic=>SEARCH_ADDRESS_PROC...more details

SHOW_GEOROUTEObject function: Show real route between spotsProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>SHOW_GEOROUTE...more details

SHOW_GEOROUTE_PROCOBSOLETEPrivate
CALL METHOD /scmb/cl_map_sp_scmb_generic=>SHOW_GEOROUTE_PROC...more details

UPDATE_GEOROUTESUpdate GeoroutesProtected
CALL METHOD /scmb/cl_map_sp_scmb_generic=>UPDATE_GEOROUTES...more details



/SCMB/CL_MAP_SP_SCMB_GENERIC 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
BE_QUIET_SCMBInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Protected
MO_CONTEXT_MENU_PROVIDERInstance AttributeSCMB Geo-Map: Context Menu ProviderLIKE
/SCMB/IF_MAP_CMP
Protected
MO_DIALOG_PROVIDER_SCMB_GENInstance AttributeSCMB Geo-Map: Dialog Provider Interface SCMB genericLIKE
/SCMB/IF_MAP_DP
Protected
MO_MAP_ADAPTERInstance AttributeSCMB Geo-Map: VB 2.0 AdapterLIKE
IF_VBC_GEOMAP2_AD_GENERIC
Protected
MO_MAP_CUSTOMIZINGStatic AttributeLIKE
/SCMB/IF_MAP_CUSTOMIZING
Protected
MO_MAP_OBJECT_DETAILS_PROVIDERInstance AttributeSCMB Geo-Map: Object Details ProviderLIKE
/SCMB/IF_MAP_MDP
Protected
MS_MAP_SETTINGSInstance AttributeMap: SettingsLIKE
/SCMB/S_MAP_SETTINGS
Protected
MT_GEOROUTESInstance AttributeGeoroute bufferLIKE
TY_T_GEOROUTES
Private
MV_STD_USE_FLYTO_FOR_FINDInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')ABAP_TRUELIKE
BOOLE_D
Protected




/SCMB/CL_MAP_SP_SCMB_GENERIC types

TY_S_GEOROUTE -
TY_T_GEOROUTES -

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!