Answer Posted / gspavan
A view is logical view on more than one table,the structure of view is stored in ABAP dictionary,a view on the database than can be created from this structure.The data of a view is derived from one or more tables, but not stored physically.
4 types of views
1)Database
2)Projection
3)Help
4)Maintenance views.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
When value table becomes check table?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is a multiple line field? : abap bdc
Can we include customizing include or an append structure with pooled or cluster tables?
Explain the advantages and disadvantages of abap query tool?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is use of transparent table in abap? How it is different from pool tables?
What are the events in screen programming?
Can a posting run be deleted? : sap abap hr
What are the advantages of different types of bdc's?
Explain what is a logical database?
What are the data classes in abap?
Explain what are interactive reports?
What are internal tables? How do you get the number of lines in an internal table?