SAP ABAP Class CL_VBI_SCENE_MANAGER (Generic Scene Manager)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
⤷
VBI_CORE_IMPL (Package) Visual Business Core Object Implementations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VBI_SCENE_MANAGER | Scene Manager Read Interface | 20130326 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_VBI_GEOMAP_SCENE_MANAGER | GeoMap Scene Manager | 20130326 |
Properties
| Class | CL_VBI_SCENE_MANAGER | |
| Short Description | Generic Scene Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VBI_CORE_IMPL | Visual Business Core Object Implementations |
| Created | 20130326 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VBI_SCENE_MANAGER | Scene Manager Read Interface | 20130326 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | IF_VBI_CONTROL_ADAPTER | 20130326 | Output Adapter Interface |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | 'D' | Single-Character Flag | 20130326 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'M' | Single-Character Flag | 20130326 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | 'N' | Single-Character Flag | 20130326 | ||
| 4 | Constant | Protected | Type reference (TYPE) | CHAR1 | 'A' | Object Kind Area | 20130327 | ||
| 5 | Constant | Protected | Type reference (TYPE) | CHAR1 | 'L' | Object Kind Link | 20130327 | ||
| 6 | Constant | Protected | Type reference (TYPE) | CHAR1 | 'S' | Object Kind Spot | 20130326 | ||
| 7 | Instance attribute | Protected | See coding | 20130326 | |||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | OBJECT_TAB | 20130326 | ||||
| 9 | Instance attribute | Protected | Attribute reference (LIKE) | 20130326 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Objects to the current Scene | 20130327 | |
| 2 | Instance method | Protected | Method | Compare two role tables for any match | 20130327 | |
| 3 | Instance method | Public | Method | Remove Objects from Scene by GUID or ROLE | 20130327 | |
| 4 | Instance method | Public | Method | Commit_changes (reset delta and changed flag) | 20130327 | |
| 5 | Static method | Public | Method | Creates a new object GUID | 20130326 | |
| 6 | Instance method | Public | Method | 20130910 | ||
| 7 | Instance method | Public | Method | Returns all objects covered by a multi object | 20130410 | |
| 8 | Instance method | Protected | Method | 20130419 | ||
| 9 | Instance method | Public | Method | Merges Object changes to the current Scene | 20140507 | |
| 10 | Instance method | Public | Method | Remove Objects from Scene by GUID or ROLE | 20130327 | |
| 11 | Instance method | Public | Method | Set Object Changeability | 20131218 | |
| 12 | Instance method | Public | Method | Set Object parameters, e.g. FLYTO, HIGHLIGHTED, ... | 20130402 | |
| 13 | Instance method | Protected | Method | 20140425 |
Events
Class CL_VBI_SCENE_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ENTRY_EXTENSION | Protected | See coding | 20130326 | begin of ENTRY_EXTENSION,
OBJ_KIND type CHAR1,
GROUPABLE type ABAP_BOOL,
VISIBLE type ABAP_BOOL,
DELTA_STATE type CHAR1,
MULTI_GUID type VBI_OBJECT_GUID,
SUB_OBJECTS type hashed table of VBI_OBJECT_GUID with unique key TABLE_LINE,
AT_CLIENT type ABAP_BOOL,
end of ENTRY_EXTENSION
|
||
| 2 | OBJECT_ENTRY | Protected | See coding | 20130326 | begin of OBJECT_ENTRY.
include type IF_VBI_SERVICE_PROVIDER=>OBJECT_BASE as BASE.
include type ENTRY_EXTENSION as INTERNAL.
include type IF_VBI_SERVICE_PROVIDER=>SPOT_EXTENSION as SPOT_EXT.
include type IF_VBI_SERVICE_PROVIDER=>LINK_EXTENSION as LINK_EXT.
include type IF_VBI_SERVICE_PROVIDER=>AREA_EXTENSION as AREA_EXT.
types: end of OBJECT_ENTRY
|
||
| 3 | OBJECT_TAB | Protected | See coding | 20130326 | OBJECT_TAB type hashed table of OBJECT_ENTRY with unique key GUID
|
Method Signatures
Method ADD_OBJECTS_TO_SCENE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AREAS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>AREAS_TAB | Table of Areas to add/update | 20130327 | |||
| 2 | IT_LINKS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>LINKS_TAB | Table of Links to add/update | 20130327 | |||
| 3 | IT_SPOTS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>SPOTS_TAB | Table of Spots to add/update | 20130327 |
Method ADD_OBJECTS_TO_SCENE on class CL_VBI_SCENE_MANAGER has no exception.
Method CHECK_ROLES_MATCH_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ROLES | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_ROLES | Roles Table for Scene Objects | 20130327 | |||
| 2 | IT_ROLES_FILTER | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_ROLES | Roles Table for Scene Objects | 20130327 | |||
| 3 | RV_MATCH_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130327 |
Method CHECK_ROLES_MATCH_FILTER on class CL_VBI_SCENE_MANAGER has no exception.
Method CLEAR_SCENE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_ROLES_2_KEEP | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_ROLES | Table of Object Roles to keep | 20130327 | |||
| 2 | IV_CLEAR_FIXED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear also fixed objects | 20130327 | ||
| 3 | IV_FORCE_UPDATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140526 |
Method CLEAR_SCENE on class CL_VBI_SCENE_MANAGER has no exception.
Method COMMIT_CHANGES Signature
Method COMMIT_CHANGES on class CL_VBI_SCENE_MANAGER has no parameter.
Method COMMIT_CHANGES on class CL_VBI_SCENE_MANAGER has no exception.
Method GET_NEW_OBJECT_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | VBI_OBJECT_GUID | Model Object GUID | 20130326 |
Method GET_NEW_OBJECT_GUID on class CL_VBI_SCENE_MANAGER has no exception.
Method GET_SELECTED_OBJECTS Signature
Method GET_SELECTED_OBJECTS on class CL_VBI_SCENE_MANAGER has no parameter.
Method GET_SELECTED_OBJECTS on class CL_VBI_SCENE_MANAGER has no exception.
Method GET_SUB_OBJECT_FOR_MULTI Signature
Method GET_SUB_OBJECT_FOR_MULTI on class CL_VBI_SCENE_MANAGER has no parameter.
Method GET_SUB_OBJECT_FOR_MULTI on class CL_VBI_SCENE_MANAGER has no exception.
Method IS_OBJECT_GROUPABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT_BASE_DATA | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>OBJECT_BASE | 20130419 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130419 |
Method IS_OBJECT_GROUPABLE on class CL_VBI_SCENE_MANAGER has no exception.
Method MERGE_CHANGED_OBJECTS_TO_SCENE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AREAS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>CHANGED_AREAS_TAB | Table of changed Areas to add/update | 20140507 | |||
| 2 | IT_LINKS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>CHANGED_LINKS_TAB | Table of changed Links to add/update | 20140507 | |||
| 3 | IT_SPOTS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>CHANGED_SPOTS_TAB | Table of changed Spots to add/update | 20140507 |
Method MERGE_CHANGED_OBJECTS_TO_SCENE on class CL_VBI_SCENE_MANAGER has no exception.
Method REMOVE_OBJECT_FROM_SCENE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REMOVED_OBJECTS | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_GUIDS | Table of Model Object GUIDs | 20130327 | |||
| 2 | IT_OBJECT_GUIDS | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_GUIDS | Table of Model Object GUIDs | 20130327 | |||
| 3 | IT_OBJECT_ROLES | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_ROLES | Roles Table for Scene Objects | 20130327 |
Method REMOVE_OBJECT_FROM_SCENE on class CL_VBI_SCENE_MANAGER has no exception.
Method SET_OBJECT_CHANGEABILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_GUIDS | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_GUIDS | Table of Model Object GUIDs | 20131218 | |||
| 2 | IT_OBJECT_ROLES | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_ROLES | Roles Table for Scene Objects | 20131218 | |||
| 3 | IV_CHANGEABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Object changeable | 20131218 | ||
| 4 | IV_EXCLUSIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | If TRUE, all not matching object get the opposite property | 20131218 |
Method SET_OBJECT_CHANGEABILITY on class CL_VBI_SCENE_MANAGER has no exception.
Method SET_OBJECT_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_GUIDS | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_GUIDS | Table of Model Object GUIDs | 20130402 | |||
| 2 | IT_OBJECT_ROLES | Call by reference | Type reference (TYPE) | VBI_T_OBJECT_ROLES | Roles Table for Scene Objects | 20130402 | |||
| 3 | IV_EXCLUSIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | If TRUE, all not matching object get the opposite property | 20130410 | ||
| 4 | IV_FIXED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | Object fixed? | 20130410 | ||
| 5 | IV_FLYTO | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | Object flyto? | 20130402 | ||
| 6 | IV_HIGHLIGHTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | Object highlighted? | 20130402 | ||
| 7 | IV_SELECTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | Object selected? | 20130402 | ||
| 8 | IV_SHOW_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | Object label visible? | 20140723 | ||
| 9 | IV_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | Object visible? | 20130402 |
Method SET_OBJECT_PARAMETERS on class CL_VBI_SCENE_MANAGER has no exception.
Method UPDATE_BY_FIELDLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SOURCE | Call by reference | Type reference (TYPE) | ANY | 20140425 | ||||
| 2 | IT_FIELDS | Call by reference | Type reference (TYPE) | IF_VBI_SERVICE_PROVIDER=>FIELD_NAME_TAB | 20140425 | ||||
| 3 | IV_TARGET_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT_ENTRY | 20140428 |
Method UPDATE_BY_FIELDLIST on class CL_VBI_SCENE_MANAGER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 100 |