what is ment by view?how many types are there ?what are
they?and what is the difference between data base view and
projection view?
Answer Posted / malli.gontla
View is an imaginary table. It does not lies under
database. Actually the View data is stored in database
tables only. Views are filled during runtime only.
Database View.
Maintance View.
HelpView
Project View.
Database view: Multiple tables are joined in this view.
Project View: One particular Table fields are used(few
fields).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Difference between stand alone CRM and back-end CRM
What is the difference between Exit and Stop?
What are conversion routines? : abap data dictionary
What is a help view? : abap data dictionary
Explain the differences between at selection-screen and at selection-screen output?
Where the payroll results are stored
How the transaction that are programmed by the user can be protected?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What are the commands used for interactive reports?
What is tcode se16. For what is it used. Explain briefly?
What is the difference between a structure and a table? : abap data dictionary
Can we create an abap program without using y or z?
What are the arithmetic operators in the sap abap?
How to create any functions? How to go about it?