what are views? And how many types of views are there?
Answer Posted / saurav tandon
View is imaginary table which is acting like a table but
it is not a real table it is a virtual table. It does not
contain any records at database level, but is used during
runtime of program. Which works as joining of multiple
tables based on some key relationship.
Types of views:->
Database View.
Help View
Projection View
Maintanace View
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is PS structure
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is meant by write lock? : sap abap data dictionary
Explain how do you use structures in the abap programs?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is the use of 'table index'?
What is meant by hide area?
Explain difference between primary key and unique key?
What are the Control levels in internal tables?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is luw?
On which event we can validate the input fields in module programs?
What is the project you are currently working and work that you are doing
Can a constructor be declared private? If yes then in which scenario?