SAP IF_VBI_SERVICE_PROVIDER OO Class - Scene Service Provider
IF_VBI_SERVICE_PROVIDER 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 IF_VBI_SERVICE_PROVIDER 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 IF_VBI_SERVICE_PROVIDER 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_SCENE | Clear current scene | Public |
| CALL METHOD if_vbi_service_provider=>CLEAR_SCENE...more details | ||
| HANDLE_SCENE_EVENT | Handles Events on the Scene | Public |
| CALL METHOD if_vbi_service_provider=>HANDLE_SCENE_EVENT...more details | ||
| REMOVE_SCENE_OBJECTS | Remove Objects from current scene | Public |
| CALL METHOD if_vbi_service_provider=>REMOVE_SCENE_OBJECTS...more details | ||
| RESET_OBJECT_SELECTION | Reset map object selection | Public |
| CALL METHOD if_vbi_service_provider=>RESET_OBJECT_SELECTION...more details | ||
| SET_DISPLAY_PROFILE | Apply display profile to filter visisble scene content | Public |
| CALL METHOD if_vbi_service_provider=>SET_DISPLAY_PROFILE...more details | ||
| UPDATE_SCENE_OBJECTS | Update scene objects (object wise) | Public |
| CALL METHOD if_vbi_service_provider=>UPDATE_SCENE_OBJECTS...more details | ||
|
| ||
| UPDATE_SCENE_OBJECTS2 | Update scene objects (field wise) | Public |
| CALL METHOD if_vbi_service_provider=>UPDATE_SCENE_OBJECTS2...more details | ||
IF_VBI_SERVICE_PROVIDER 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 |
| CONTROL_ADAPTER | Instance Attribute | LIKE IF_VBI_CONTROL_ADAPTER | Public | ||
| SCENE_MANAGER | Instance Attribute | Scene Manager Read Interface | LIKE IF_VBI_SCENE_MANAGER | Public |
IF_VBI_SERVICE_PROVIDER types
AREAS_TAB - Table of AreasAREA_ENTRY - Area structure
AREA_EXTENSION - Extension fields for Areas
CHANGED_AREAS_TAB - Table of changed Areas
CHANGED_AREA_ENTRY - Area structure with changed fields addition
CHANGED_LINKS_TAB - Table of changed Links
CHANGED_LINK_ENTRY - Link structure with changed fields addition
CHANGED_SPOTS_TAB - Table of changed Spots
CHANGED_SPOT_ENTRY - Spot structure with changed fields addition
DISPLAY_PROFILE_ENTRY - Display Profile entry structure
DISPLAY_PROFILE_TAB - Display Profile table
FIELD_NAME_TAB -
LINKS_TAB - Table of Links
LINK_ENTRY - Link structure
LINK_EXTENSION - Extension fields for Links
LINK_POINT - Link point structure
OBJECT_BASE - Structure of common fields and GUID key
OBJECT_BASE_DATA - Structure of common fields for all objects
SPOTS_TAB - Table of spots
SPOT_ENTRY - Spot structure
SPOT_EXTENSION - Extension fields for spots
Links to Related Class(s)
IF_VBI_S...Full list of available SAP object classes
Search for further information about these or an SAP related objects