Give the syntax of Inner,outer Join?"
Answer Posted / navneet
inner join :
select P~<fieldname> d~<fieldname> into corresponding
fields of table <internaltable> from ( <table> as p inner
join <table> as d on <join condition> and <cond>.
outer join:
select P~<fieldname> d~<fieldname> into corresponding
fields of table <internaltable> from ( <table> as p left
outer join <table> as d on <join condition> and <cond>.
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
What is the difference between the function module and a normal abap/4 subroutine?
what is the exact code that shoud be implimented in sap note
What are the check tables and value tables?
Which bdc you prefer? : abap bdc
What abap statement will trigger list generation?
What are the ways you can do the tuning?
What primary key and foreign key relationship
What is the significance of delivery class?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
How to write a bdc – how do you go about it?
Explain about interactive report?
What is Buffering Concept? When should a Table be buffered?
What is img? : sap abap hr
when u prefer lsmw?
What is the definition of modification in an sap system and how do they impact an upgrade?