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

How can a lock object be called in the transaction?

784


What is the table & field to identify the no of items (bottles) stored in one case?

2201


How do you execute the payroll

2318


What is a bsp application? : sap abap hr

838


Sy index and sy tabix

1158


What is a type-pool?

888


why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.

1963


what is a text table ?

2118


What are the steps in creating screen ?

1747


What is an rdbms?

806


how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.

5078


What do you do when the system crashes in the middle of a BDC batch session?

941


What are the difference between call screen and leave screen?

808


Explain some essential objects in abap dictionary?

936


What is difference between inner join and outer join?

847