Give the syntax of Inner,outer Join?"
Answer Posted / ravi ranjan
syntax of inner join:-
select t1~field1 t1~field2 t2~field3 t3~field4
INTO CORRESPONDING FIELD OF TABLES <INTERNAL TABLE>
FROM TABLE1 AS t1 inner join table2 as t2 on
t1~field1(key field) = t2~field2(key field).
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
why particularly lock object name starts with EZ OR EY?
How do you work with semi colon se[arated files in BDC ?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What are the types of views? : sap abap data dictionary
how can you display data say "your name"in sap script without print program or driver program??
Explain the difference between float and packed data type?
what is the difference between hashed & sorted internal tables?
What is an rfc?
What will exactly the hide statement do?
What are two methods of modifying sap standard tables? : abap data dictionary
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
out bound process code for quotation?
What are the uses of table pool or table cluster.
What is the master data necessary before you can start posting in MM?
What will you code in start-of-selection & end-of-selecton & why?