SAP ABAP Class /IWBEP/CL_SBUI_ON_CPV_ANNO (SB: ON Composite View for Annotations)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_ODATA_UI (Package) Gateway Service Builder - UI Plugin
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_VIEW_COMPOSITE | SB: UI view composite | 20130320 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_DISPLAY_OPTIONS | SB: UI display options | 20130414 |
Properties
| Class | /IWBEP/CL_SBUI_ON_CPV_ANNO | |
| Short Description | SB: ON Composite View for Annotations | |
| Super Class | /IWBEP/CL_SBUI_VIEW_COMPOSITE | SB: UI view composite |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /IWBEP/SBUIOD | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /IWBEP/SB_ODATA_UI | Gateway Service Builder - UI Plugin |
| Created | 20130320 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBUI_DISPLAY_OPTIONS | SB: UI display options | 20130414 |
Friends
Class /IWBEP/CL_SBUI_ON_CPV_ANNO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_T_SCHEMA_REGISTRY | schema registry | 20130417 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | /IWBEP/IF_SBDM_NODE=>TY_T_NODE_TYPE | target types for annotations | 20130417 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_FILTER_DYNAMIC | schema access (node category filter) | 20130322 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_FRAMESET | annotation viewer stage | 20130506 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/IF_SBUI_SETUP_SERVICE=>TY_T_NAVIGATION_TARGET | edit tool assignment | 20130424 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_T_VIEW | active viewer instances | 20130417 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_T_VIEWER_INSTANCE | viewer instances | 20130417 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | viewer update running | 20130418 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | utility: create annotation viewer | 20130417 |
Events
Class /IWBEP/CL_SBUI_ON_CPV_ANNO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SCHEMA_REGISTRY | Private | See coding | schema registry | 20130421 | BEGIN OF ty_s_schema_registry ,
model TYPE /iwbep/s_sbdm_model ,
namespace TYPE /iwbep/sbdm_namespace ,
terms TYPE ty_t_term ,
END OF ty_s_schema_registry
|
|
| 2 | TY_S_TERM | Private | See coding | term data | 20130421 | BEGIN OF ty_s_term ,
target TYPE /iwbep/s_sbdm_node_type ,
index TYPE i,
meta TYPE /iwbep/cl_sbui_on_alv_anno=>ty_s_term_meta ,
END OF ty_s_term
|
|
| 3 | TY_S_VIEWER_INSTANCE | Private | See coding | viewer usage | 20130417 | BEGIN OF ty_s_viewer_instance ,
model TYPE /iwbep/s_sbdm_model ,
target TYPE /iwbep/s_sbdm_node_type ,
instance TYPE REF TO /iwbep/if_sbui_view ,
END OF ty_s_viewer_instance
|
|
| 4 | TY_T_SCHEMA_REGISTRY | Private | See coding | schema registry | 20130421 | ty_t_schema_registry TYPE SORTED TABLE OF ty_s_schema_registry WITH UNIQUE KEY model
|
|
| 5 | TY_T_TERM | Private | See coding | term table | 20130421 | ty_t_term TYPE SORTED TABLE OF ty_s_term WITH UNIQUE KEY target index
|
|
| 6 | TY_T_VIEWER_INSTANCE | Private | See coding | viewer usages | 20130417 | ty_t_viewer_instance TYPE SORTED TABLE OF ty_s_viewer_instance WITH UNIQUE KEY model target
|
Method Signatures
Method CREATE_ANNOTATION_VIEWER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | model to derive term table | 20130417 | |||
| 2 | IS_TARGET | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | annotation target type | 20130417 | |||
| 3 | IV_CATEGORY | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBUI_FILTER=>TY_CATEGORY | annotation node category | 20130701 | |||
| 4 | RO_VIEWER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_VIEW | annotation viewer | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130417 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |