SAP ABAP Class /IWBEP/CL_SBUI_ON_CPV_EXPV (SB: ON Composite View for Expression Values)
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 | 20130506 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_DISPLAY_OPTIONS | SB: UI display options | 20130710 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_ON_EXPR_VIEWER | SB: ON expression viewer context | 20130614 |
Properties
| Class | /IWBEP/CL_SBUI_ON_CPV_EXPV | |
| Short Description | SB: ON Composite View for Expression Values | |
| 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 | 20130506 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | 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 | 20130710 | ||
| 2 | /IWBEP/IF_SBUI_ON_EXPR_VIEWER | SB: ON expression viewer context | 20130614 |
Friends
Class /IWBEP/CL_SBUI_ON_CPV_EXPV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'L_HIDE' | command code | 20130710 | ||
| 2 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'L_NAV_UP' | command code | 20140327 | ||
| 3 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'L_SELECT' | command code | 20130705 | ||
| 4 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'L_TREE' | command code | 20130710 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'MASTER' | parameter name | 20130614 | ||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_FRAMESET | 20130709 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_VIEW | tree view | 20130617 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_ON_ANNO_VIEWER | master viewer | 20130617 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_FRAMESET | viewer stage | 20130617 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | TY_S_EDIT_VIEW | 20130709 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | TY_S_NAV_STATE | navigation state | 20130705 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | TY_T_EDIT_VIEW | 20130709 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | TTB_BUTTON | navigation buttons | 20130710 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TY_T_VIEW_ACTIVE | 20130709 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | utility: create view instance | 20130709 | |
| 2 | Instance method | Private | Method | utility: select edit view instance | 20130705 |
Events
Class /IWBEP/CL_SBUI_ON_CPV_EXPV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_EDIT_VIEW | Private | See coding | applicable edit view | 20130709 | BEGIN OF TY_S_EDIT_VIEW ,
node_type type /iwbep/s_sbdm_node_type ,
type_kind type /iwbep/sbod_exp_val_type_kind ,
view_name type ty_s_name ,
instance type ref to /iwbep/if_sbui_view ,
END OF TY_S_EDIT_VIEW
|
|
| 2 | TY_S_NAV_STATE | Private | See coding | navigation state | 20130705 | BEGIN OF TY_S_NAV_STATE ,
parent type ref to /iwbep/if_sbdm_node ,
position type i ,
node type ref to /iwbep/if_sbdm_node ,
hide_editor type abap_bool ,
END OF TY_S_NAV_STATE
|
|
| 3 | TY_S_VIEW_ACTIVE | Private | See coding | active (already loaded) view | 20130709 | BEGIN OF TY_S_VIEW_ACTIVE ,
view_name type ty_s_name ,
instance type ref to /iwbep/if_sbui_view ,
END OF TY_S_VIEW_ACTIVE
|
|
| 4 | TY_T_EDIT_VIEW | Private | See coding | applicable edit views | 20130709 | TY_T_EDIT_VIEW type sorted table of TY_S_EDIT_VIEW WITH UNIQUE KEY node_type type_kind
|
|
| 5 | TY_T_VIEW_ACTIVE | Private | See coding | active (already loaded) views | 20130709 | TY_T_VIEW_ACTIVE type sorted table of TY_S_VIEW_ACTIVE with unique key VIEW_NAME
|
Method Signatures
Method CREATE_EDIT_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NAME | Call by reference | Type reference (TYPE) | TY_S_NAME | view name | 20130709 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_VIEW | view instance | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130709 |
Method SELECT_EDIT_VIEW Signature
Method SELECT_EDIT_VIEW on class /IWBEP/CL_SBUI_ON_CPV_EXPV has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130705 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |