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_PROCInheritance
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_GENERICMethod 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 Name | Description | Visability |
| ADD_MAP_OBJECTS_TO_SCENE_ATT | Add Map Objects to the current scene | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>ADD_MAP_OBJECTS_TO_SCENE_ATT...more details | ||
| ADD_MO_DESC | Add Map Object Description | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>ADD_MO_DESC...more details | ||
| CHECK_POSITION | Check Map Object Position | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>CHECK_POSITION...more details | ||
| CLEAR_GEOROUTE | Show real route between spots | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>CLEAR_GEOROUTE...more details | ||
| CLEAR_SEARCH_ADDRESS | Clear search address results | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>CLEAR_SEARCH_ADDRESS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>CONSTRUCTOR...more details | ||
|
| ||
| CONVERT_COORDINATES | Convert Coordinates | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>CONVERT_COORDINATES...more details | ||
| CREATE_MAP_OBJECT_DETAILS | REDEFINE: Create Map Objects details | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>CREATE_MAP_OBJECT_DETAILS...more details | ||
| DEFINE_ROLE_PRIORITY_DETAILS | REDEFINE: Define role priority for CM creation | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>DEFINE_ROLE_PRIORITY_DETAILS...more details | ||
| DISPLAY_MESSAGES | Display Messages | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>DISPLAY_MESSAGES...more details | ||
| FILL_LINK_ADDRESS_DESCRIPTION | Fill Link address description | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>FILL_LINK_ADDRESS_DESCRIPTION...more details | ||
| FILL_LINK_DIST_DUR_DESCRIPTION | Fill Link distance and duration description | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>FILL_LINK_DIST_DUR_DESCRIPTION...more details | ||
| FILL_LINK_POSITION | Fill Link position | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>FILL_LINK_POSITION...more details | ||
| FORMAT_ADDRESS_DESCRIPTION | Format address description | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>FORMAT_ADDRESS_DESCRIPTION...more details | ||
| GET_DP_SCMB_GENERIC | OBSOLETE | Private |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_DP_SCMB_GENERIC...more details | ||
| GET_MAP_OBJECT_CONTEXT_MENU | Object Function: Get Map Object context menu | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_CONTEXT_MENU...more details | ||
| GET_MAP_OBJECT_DETAILS | Object Function: Get Map Objects details | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_DETAILS...more details | ||
| GET_MAP_OBJECT_ID | Get Map Object ID | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_ID...more details | ||
| GET_MAP_OBJECT_MTR | Get Means of Transport of Map Object | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_MTR...more details | ||
| GET_MAP_OBJECT_ROLE_FOR_DETAIL | Get relevant role for object details | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_OBJECT_ROLE_FOR_DETAIL...more details | ||
| GET_MAP_SETTINGS | Get Map settings | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MAP_SETTINGS...more details | ||
| GET_MO_ADDRESS_DESCRIPTION | Get Map Object address description | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MO_ADDRESS_DESCRIPTION...more details | ||
| GET_MO_POSITION | Get Map Object positions | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>GET_MO_POSITION...more details | ||
| IS_MAP_ACTIVE | Geo-Map activation check | Public |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>IS_MAP_ACTIVE...more details | ||
| SEARCH_ADDRESS | OBSOLETE | Private |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>SEARCH_ADDRESS...more details | ||
| SEARCH_ADDRESS_PROC | OBSOLETE | Private |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>SEARCH_ADDRESS_PROC...more details | ||
| SHOW_GEOROUTE | Object function: Show real route between spots | Protected |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>SHOW_GEOROUTE...more details | ||
| SHOW_GEOROUTE_PROC | OBSOLETE | Private |
| CALL METHOD /scmb/cl_map_sp_scmb_generic=>SHOW_GEOROUTE_PROC...more details | ||
| UPDATE_GEOROUTES | Update Georoutes | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| BE_QUIET_SCMB | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MO_CONTEXT_MENU_PROVIDER | Instance Attribute | SCMB Geo-Map: Context Menu Provider | LIKE /SCMB/IF_MAP_CMP | Protected | |
| MO_DIALOG_PROVIDER_SCMB_GEN | Instance Attribute | SCMB Geo-Map: Dialog Provider Interface SCMB generic | LIKE /SCMB/IF_MAP_DP | Protected | |
| MO_MAP_ADAPTER | Instance Attribute | SCMB Geo-Map: VB 2.0 Adapter | LIKE IF_VBC_GEOMAP2_AD_GENERIC | Protected | |
| MO_MAP_CUSTOMIZING | Static Attribute | LIKE /SCMB/IF_MAP_CUSTOMIZING | Protected | ||
| MO_MAP_OBJECT_DETAILS_PROVIDER | Instance Attribute | SCMB Geo-Map: Object Details Provider | LIKE /SCMB/IF_MAP_MDP | Protected | |
| MS_MAP_SETTINGS | Instance Attribute | Map: Settings | LIKE /SCMB/S_MAP_SETTINGS | Protected | |
| MT_GEOROUTES | Instance Attribute | Georoute buffer | LIKE TY_T_GEOROUTES | Private | |
| MV_STD_USE_FLYTO_FOR_FIND | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ABAP_TRUE | LIKE 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