what is the difference between view and join
Answer Posted / visweswara
view contains 5 number of types.
in database view is joins 2 or more tables,
joins also do same work.
join is nothing but a database view.
view is generate the code and gives the result of table.
but our own 'join code' not genrate any programe but we
write reqired code for it and there is no external code is
genrated. thatsway join is better than view.
so we used to 'join' for write report programs.
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
How can we achieve MVC ?
What are the data types of internal tables?
What are the list of screen elements?
What are the parameters in bdc_open_group? : abap bdc
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
How can we upload a text file having delimiters in to legacy system?
Setting up a BDC program where you find information from?
What is the function module to popup contents in the internal table?
What is a bsp application? : sap abap hr
What is a sequence of event-triggered in report?
Differentiate between table and template ?
How would you define the exponents for a type ‘f’ field?
Explain the difference between float and packed data type?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?