SAP ABAP Interface IF_DD_VIEW_TYPES (Types and Constants in View Environment)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDVI (Package) ABAP/4 Dictionary: Views, Lock Objects
⤷
⤷
Properties
| Interface | IF_DD_VIEW_TYPES | |
| Short Description | Types and Constants in View Environment |
General Data
| Package | SDVI | ABAP/4 Dictionary: Views, Lock Objects |
| Created | 20120525 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_DD_VIEW_TYPES has no forward declaration.
Interfaces
Interface IF_DD_VIEW_TYPES has no interface.
Friends
Interface IF_DD_VIEW_TYPES has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXT_VIEW | Constant | Public | Type reference (TYPE) | VIEWTYPE | 'X' | Type External View | 20120525 | |
| 2 | NON_EXT_VIEW | Constant | Public | Type reference (TYPE) | VIEWTYPE | 'HDPSCEVA' | All View Classes Without External Views | 20120525 |
Methods
Interface IF_DD_VIEW_TYPES has no method.
Events
Interface IF_DD_VIEW_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_VIMAPPING | Public | See coding | 20120802 | begin of ty_s_vimapping,
viewname type viewname,
dbviewname type dbviewname,
end of ty_s_vimapping
|
||
| 2 | TY_S_VIRESULT | Public | See coding | 20120828 | begin of ty_s_viresult,
viewname type viewname,
dbviewname type dbviewname,
severity(1),
end of ty_s_viresult
|
||
| 3 | TY_T_VIMAPPING | Public | See coding | 20120802 | ty_t_vimapping type table of ty_s_vimapping
|
||
| 4 | TY_T_VIRESULT | Public | See coding | 20120828 | ty_t_viresult type table of ty_s_viresult
|
||
| 5 | VIEWTYPE | Public | Type reference (TYPE) | STRING | 20120525 | |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |