SAP /SCMB/IF_MAP_SP_VB21 OO Class - SCMB Geo-Map: VB 2.1 Service Provider generic
/SCMB/IF_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/IF_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
Method list of /SCMB/IF_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 |
| CLEAR_ADDRESS_SEARCH_RESULTS | Clear map from address search results | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>CLEAR_ADDRESS_SEARCH_RESULTS...more details | ||
| CLEAR_GEOROUTES | Clear real street routes and display straight line | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>CLEAR_GEOROUTES...more details | ||
| CLEAR_SCENE | Clear scene | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>CLEAR_SCENE...more details | ||
| IS_MAP_ACTIVE | Check if map is active | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>IS_MAP_ACTIVE...more details | ||
| OPEN_OBJECT_TRANSACTION | Open Object specific transaction | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>OPEN_OBJECT_TRANSACTION...more details | ||
| SET_APPLICATION_ID | Set Application ID | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>SET_APPLICATION_ID...more details | ||
|
| ||
| SET_CONTEXT_MENU_PROVIDER | Set Context Menu Provider | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>SET_CONTEXT_MENU_PROVIDER...more details | ||
| SHOW_DISPLAY_PROFILE | Show Display Profile dialog | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>SHOW_DISPLAY_PROFILE...more details | ||
| SHOW_GEOROUTES | Show real street routes | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>SHOW_GEOROUTES...more details | ||
| SHOW_LEGEND | Show Legend dialog | Public |
| CALL METHOD /scmb/if_map_sp_vb21=>SHOW_LEGEND...more details | ||
/SCMB/IF_MAP_SP_VB21 types
TY_S_OBJECT -Links to Related Class(s)
/SCMB/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects