SAP ABAP Data Element VIEWCLASS (View Type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDIC (Package) ABAP Dictionary

⤷

⤷

Basic Data
Data Element | VIEWCLASS |
Short Description | View Type |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | VIEWCLASS | |
Data Type | CHAR | Character String |
Length | 1 | |
Decimal Places | 0 | |
Output Length | 1 | |
Value Table |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | ||
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 10 | View Type |
Medium | 15 | View Type |
Long | 18 | View Type |
Heading | 3 | Ty. |
Documentation
Definition
The view type defines how a view is implemented and how one can access the view.
Six different view types are supported at the moment:
Database view (type D): implemented with an equivalent view on the database.
Projection view (type P): used to mask out fields from a table.
Help views (type H): used in the online help system.
Structure view (type S): used to generate a structure from the view fields. The creation of structure views is no longer supported as of Release 3.0.
Maintenance view (type C): permits a business view on data and enables maintenance of this data.
Entity view (type E): used to map entity types of the EDM to tables of the ABAP Dictionary. This view type is no longer supported as of Release 3.0.
History
Last changed by/on | SAP | 20141013 |
SAP Release Created in |