Answer Posted / 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 |
Post New Answer View All Answers
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
how to create view in bdc..??
How to transfer the objects? Have to transferred any objects?
Mention what is alv programming in abap?
Can i Have Some Realtime Examples On Modulepool programming.
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is generic buffering?
Explain the Types of Select statements?
after creating lock object if does n't access record by second user what should we do?
What is meant by read lock? : sap abap data dictionary
How to use messages in lists?
What are roles and authorization objects?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What is occurs in internal table?
What are the fields in a bdc_tab table? : abap bdc