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


Please Help Members By Posting Answers For Below Questions

where are the passwords for ITS stores?

1812


Which transaction code is used executing a report (type 1 program)? : abap data dictionary

826


What are the steps in a bdc session? : abap bdc

738


Can we define our own match code id's for sap matchcodes? : abap data dictionary

776


What are the value tables?

750






Difference between call by value and call by reference? : abap data dictionary

821


What is an abap data dictionary? : abap data dictionary

776


ABAP : Classical reports events name

1087


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2332


What are the two ways of producing a list within a transaction?

785


Can a posting run be deleted? : sap abap hr

777


What’s value table?

781


What is the difference between data elements and domains?

794


How to call a subroutine in sapscript?

772


What are the different modules of sap? : sap abap hr

769