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 a development class? : abap data dictionary
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Name some system global variables you can use in abap programs?
What is repository info. Systems? : abap data dictionary
Can a domain, assigned to a data element be changed?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Explain what is the significance of hide?
What is database utility?
What is web dynpro for abap?
What is meant by authorization? Did you ever work on it? : sap abap hr
What is hotspot?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Which transaction code can I used to analyze the performance of ABAP program.?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.