SAP CL_VBC_GEOMAP_SP_GENERIC OO Class - Geo-Map: Service Provider generic map









CL_VBC_GEOMAP_SP_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 CL_VBC_GEOMAP_SP_GENERIC 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 CL_VBC_GEOMAP_SP_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_MESSAGEAdd a new map messagePublic
CALL METHOD cl_vbc_geomap_sp_generic=>ADD_MAP_MESSAGE...more details

ADD_MAP_OBJECTS_TO_SCENEAdd Map Objects to the current sceneProtected
CALL METHOD cl_vbc_geomap_sp_generic=>ADD_MAP_OBJECTS_TO_SCENE...more details

CLEAR_CURRENT_SCENEClear current sceneProtected
CALL METHOD cl_vbc_geomap_sp_generic=>CLEAR_CURRENT_SCENE...more details

COLLECT_MAP_OBJECTSCollect Map Objects from multiple objectsProtected
CALL METHOD cl_vbc_geomap_sp_generic=>COLLECT_MAP_OBJECTS...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_vbc_geomap_sp_generic=>CONSTRUCTOR...more details

CREATE_DISPLAY_PROFILEREDEFINE: Create display profileProtected
CALL METHOD cl_vbc_geomap_sp_generic=>CREATE_DISPLAY_PROFILE...more details

DISPLAY_CURRENT_SCENEDisplay current sceneProtected
CALL METHOD cl_vbc_geomap_sp_generic=>DISPLAY_CURRENT_SCENE...more details

GET_MAP_OBJECTGet Map Object from Scene managerPublic
CALL METHOD cl_vbc_geomap_sp_generic=>GET_MAP_OBJECT...more details

GET_MAP_OBJECTS_BY_ROLEGet Map Objects by rolePublic
CALL METHOD cl_vbc_geomap_sp_generic=>GET_MAP_OBJECTS_BY_ROLE...more details

GET_SUB_MAP_OBJECTSGet subordinate Map Objects for a Map ObjectPublic
CALL METHOD cl_vbc_geomap_sp_generic=>GET_SUB_MAP_OBJECTS...more details

HANDLE_MAP_EVENTHandle Map EventPublic
CALL METHOD cl_vbc_geomap_sp_generic=>HANDLE_MAP_EVENT...more details

OPEN_DIALOG_SHOW_DISP_PROFILEOpen dialog to display profileProtected
CALL METHOD cl_vbc_geomap_sp_generic=>OPEN_DIALOG_SHOW_DISP_PROFILE...more details

OPEN_DIALOG_SHOW_LEGENDOpen dialog to display legendProtected
CALL METHOD cl_vbc_geomap_sp_generic=>OPEN_DIALOG_SHOW_LEGEND...more details

REMOVE_MAP_OBJECTS_FROM_SCENERemove Map Objects from current sceneProtected
CALL METHOD cl_vbc_geomap_sp_generic=>REMOVE_MAP_OBJECTS_FROM_SCENE...more details

REMOVE_MAP_OBJECT_DATAREDEFINE: Remove Map Object dataProtected
CALL METHOD cl_vbc_geomap_sp_generic=>REMOVE_MAP_OBJECT_DATA...more details

RESET_OBJECT_SELECTIONReset map object selectionProtected
CALL METHOD cl_vbc_geomap_sp_generic=>RESET_OBJECT_SELECTION...more details

SELECT_MAP_OBJECTSSelect map objects from multi selectionProtected
CALL METHOD cl_vbc_geomap_sp_generic=>SELECT_MAP_OBJECTS...more details

SELECT_MAP_OBJECTS_PROCESSINGProcess map object selectionPublic
CALL METHOD cl_vbc_geomap_sp_generic=>SELECT_MAP_OBJECTS_PROCESSING...more details

SET_DISPLAY_PROFILEApply display profilePublic
CALL METHOD cl_vbc_geomap_sp_generic=>SET_DISPLAY_PROFILE...more details

SHOW_MAP_OBJECT_DETAILSShow Map Object DetailsProtected
CALL METHOD cl_vbc_geomap_sp_generic=>SHOW_MAP_OBJECT_DETAILS...more details

SHOW_MAP_OBJECT_DETAILS_PROCREDEFINE: Process Show Map Object DetailsPublic
CALL METHOD cl_vbc_geomap_sp_generic=>SHOW_MAP_OBJECT_DETAILS_PROC...more details

UPDATE_DIALOG_PROVIDER_INSTUpdate Dialog Provider instanceProtected
CALL METHOD cl_vbc_geomap_sp_generic=>UPDATE_DIALOG_PROVIDER_INST...more details

UPDATE_SCENE_OBJECTSShow complete scenePublic
CALL METHOD cl_vbc_geomap_sp_generic=>UPDATE_SCENE_OBJECTS...more details



CL_VBC_GEOMAP_SP_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_QUIETInstance AttributeLIKE
ABAP_BOOL
Protected
MO_DIALOG_PROVIDERInstance AttributeGeo-Map: Dialog Provider Interface generic mapLIKE
IF_VBC_GEOMAP_DP_GENERIC
Protected
MO_MAP_ADAPTERInstance AttributeGeo-Map: Adapter Interface generic mapLIKE
IF_VBC_GEOMAP_AD_GENERIC
Private
MO_SCENE_MANAGERInstance AttributeGeo-Map: Scene ManagerLIKE
CL_VBC_GEOMAP_SCENE_MANAGER
Protected
MT_DISPLAY_PROFILEInstance AttributeGeo-Map: Display ProfileLIKE
VBC_T_GEOMAP_DISPLAY_PROFILE
Protected
MT_MO_SELECTIONInstance AttributeGeo-Map: Map Object GUIDsLIKE
VBC_T_GEOMAP_OBJECT_GUIDS
Private
MV_APPLICATIONInstance AttributeGeo-Map: ApplicationLIKE
VBC_GEOMAP_APPLICATION
Protected
MV_MESSAGEStatic AttributeLIKE
STRING
Public
MV_SEL_PROC_METHODInstance AttributeGeo-Map: Functional methodLIKE
VBC_GEOMAP_METHOD
Protected


Links to Related Class(s)

CL_VBC_G...
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!