SAP CL_VBC_GEOMAP_AD_GEN_V2 OO Class - Generic Geo-Map Adapter for VB 2.0
CL_VBC_GEOMAP_AD_GEN_V2 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_AD_GEN_V2 including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_VBC_GEOMAP_AD_GEN_V2 is CL_VBC_GEOMAP_AD_BASEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_VBC_GEOMAP2_AD_GENERICMethod list of CL_VBC_GEOMAP_AD_GEN_V2 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 |
| CHECK_WINDOW_SOURCE_VALID | Private | |
| CALL METHOD cl_vbc_geomap_ad_gen_v2=>CHECK_WINDOW_SOURCE_VALID...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_vbc_geomap_ad_gen_v2=>CONSTRUCTOR...more details | ||
| SET_ACF_METHOD_HANDLER | Public | |
| CALL METHOD cl_vbc_geomap_ad_gen_v2=>SET_ACF_METHOD_HANDLER...more details | ||
| SET_DEFAULT_MIME_PATH | Set the default MIME repository path | Public |
| CALL METHOD cl_vbc_geomap_ad_gen_v2=>SET_DEFAULT_MIME_PATH...more details | ||
CL_VBC_GEOMAP_AD_GEN_V2 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 |
| ACF_METHOD_HANDLER | Instance Attribute | Handler for Method Calls for GAC ActiveX View Element | LIKE IF_WD_ACFACTIVEX | Private | |
| DATA_XML | Instance Attribute | LIKE XSTRING | Protected | ||
| GRAPHICS_PATH2 | Instance Attribute | path to graphics in MIME repository | '/SAP/BC/WEBDYNPRO/SAP/VBC_WDC_GEOMAP_GEN2/' | LIKE STRING | Protected |
| LAST_OPENED_DETAIL_WINDOW | Instance Attribute | LIKE | Protected | ||
| RECEIVED_EVENT_CONTEXT | Instance Attribute | LIKE GTYPE_REQUEST_CONTEXT | Public |
CL_VBC_GEOMAP_AD_GEN_V2 types
GTYPE_DETAIL_WINDOW_REF -GTYPE_NAME_VALUE_PAIR -
GTYPE_NAME_VALUE_TAB -
GTYPE_REQUEST_CONTEXT -
LTY_NESTED_CTMENU_LINE -
LTY_NESTED_CTMENU_TAB -
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