SAP /SCMB/CL_MAP_SP_VB21 OO Class - SCMB Geo-Map: VB 2.1 Service Provider generic
/SCMB/CL_MAP_SP_VB21 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_VB21 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_PROCInterface 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_SP_VB21Inheritance
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_VB21 is CL_VBI_SERVICE_PROVIDERMethod list of /SCMB/CL_MAP_SP_VB21 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_OBJECTS_TO_SCENE | Add Map Objects to the current scene | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>ADD_OBJECTS_TO_SCENE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_map_sp_vb21=>CONSTRUCTOR...more details | ||
| CREATE_DISPLAY_PROFILE | REDEFINE: Create display profile | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>CREATE_DISPLAY_PROFILE...more details | ||
| DISPLAY_MESSAGES | Display Messages | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>DISPLAY_MESSAGES...more details | ||
| GET_MAP_SETTINGS | Get Map settings | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>GET_MAP_SETTINGS...more details | ||
| GET_OBJECT | Get object of current scene | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>GET_OBJECT...more details | ||
|
| ||
| GET_OBJECT_CONTEXT_MENU | Object Function: Get Map Object context menu | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>GET_OBJECT_CONTEXT_MENU...more details | ||
| GET_OBJECT_DETAILS | Object Function: Get Map Objects details | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>GET_OBJECT_DETAILS...more details | ||
| GET_OBJECT_MTR | REDEFINE: Get Means of Transport of Map Object | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>GET_OBJECT_MTR...more details | ||
| GET_OBJECT_PROPERTIES | Object Function: Get Map Objects properties | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>GET_OBJECT_PROPERTIES...more details | ||
| REMOVE_MAP_OBJECT_DATA | REDEFINE: Remove Map Object data | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>REMOVE_MAP_OBJECT_DATA...more details | ||
| UPDATE_LINK_GEOROUTE | Update Georoute of single link | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>UPDATE_LINK_GEOROUTE...more details | ||
| UPDATE_LINK_GEOROUTES | Update Georoutes (for all links) | Protected |
| CALL METHOD /scmb/cl_map_sp_vb21=>UPDATE_LINK_GEOROUTES...more details | ||
/SCMB/CL_MAP_SP_VB21 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 |
| 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 | Output Adapter Interface | LIKE /SCMB/IF_MAP_AD_VB21 | Protected | |
| MO_MAP_CUSTOMIZING | Static Attribute | SCMB Geo-Map: Customizing access | LIKE /SCMB/IF_MAP_CUSTOMIZING | Protected | |
| MO_MAP_OBJECT_CREATOR | Instance Attribute | SCMB Geo-Map: VB 2.1 Map Object Creator Network | LIKE /SCMB/IF_MAP_MOC_VB21 | Protected | |
| MO_MAP_OBJECT_DETAILS_PROVIDER | Instance Attribute | SCMB Geo-Map: Object Details Provider | LIKE /SCMB/IF_MAP_MDP_VB21 | Protected | |
| MO_SCENE_MANAGER | Instance Attribute | SCMB Geo-Map: VB 2.1 Scene Manager | LIKE /SCMB/CL_MAP_SCENE_MGR_VB21 | Protected | |
| MS_EVENT_POSITION_LAST | Instance Attribute | Geo-Map: Map Object Position | LIKE VBI_S_OBJ_GEOPOS | Protected | |
| MS_FUNCTION_CONFIG | Instance Attribute | LIKE TY_S_FUNCTION_CONFIG | Protected | ||
| MS_MAP_SETTINGS | Instance Attribute | Map: Settings | LIKE /SCMB/S_MAP_SETTINGS | Protected | |
| MT_GEOROUTES | Instance Attribute | LIKE TY_T_GEOROUTES | Protected | ||
| MV_APPLICATION_ID | Instance Attribute | Visual Business Application Identifier | LIKE /SCMB/IF_MAP_CORE_DEF=>TY_MAP_APPLICATION | Protected | |
| MV_BE_QUIET | Instance Attribute | Raise no messages | LIKE BOOLE_D | Protected | |
| MV_PROCESSING_METHOD | Instance Attribute | Geo-Map: Functional method | LIKE CHAR0064 | Protected | |
| MV_SELECTED_OBJECT | Instance Attribute | Model Object GUID | LIKE VBI_OBJECT_GUID | Protected |
/SCMB/CL_MAP_SP_VB21 types
TY_S_FUNCTION_CONFIG -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