what is view?different types of views?
Answers were Sorted based on User's Feedback
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 |
Answer / mohd arshad
When you want to the contents of multiple database tables together you create a view for it. You can select which fields You want and what data you want to display, a concept called projection and selection respectively. There various type of views database views( inner join) , maintenance views,(outer join) , help views(outer join) and projection views(created on one table projecting the display of the fields).
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijay
View is logical database table which stores the values of a different tables
Is This Answer Correct ? | 0 Yes | 0 No |
I have 2 transactions,the output of 1st transaction is input of 2nd transaction.In this senario...Which method we use to upload the Data,Call trans or Session maethod?How?
how can you display data say "your name"in smart forms without print program or driver program??
What are the data types of the external layer? : abap data dictionary
Explain the advantages and disadvantages of abap query tool?
what is the difference between user-exit & BADIs?
How do you handle in Call Transaction?
Hat are the different types of mode (run code) in call transaction method?
What are domains and data element?
what are the events in lsmw?
n an internal table you want to modify content of a particular field in a row. How to do it?
Can we change the IDoc number ? if yes..How ?
different ways to process/run the session