Views
Views
What is a View?
View is a logical representation of summarized data from one or more tables. The view structure can be defined by specifying table names and required field names from the joined tables.
View is not stored physically. View used to combine the data from one or more tables. The table fields that are not used in the view definition can be hidden which causes minimization of interfaces.
What is View? Different types of View. Explain?
Explain View and its different types?
View is a logical representation of summarized data from one or more tables. The view structure can be defined by specifying table names and required field names from the joined tables.
View is not stored physically. View used to combine the data from one or more tables. The table fields that are not used in the view definition can be hidden which causes minimization of interfaces.
ABAP supports four different view types and those are -
- Database views
- Projection views
- Help views
- Maintenance views
What are the different types of Views in Sap R/3 System?
How many types of Views are there?
ABAP supports four different view types and those are -
- Database views
- Projection views
- Help views
- Maintenance views
What are the 2 other types of Views, which are not allowed in Release 3.0?
- Structure Views
- Entity Views
The data of a view is not physically stored but derived from one or more tables. (T/F).
True