how can i fetch the records of 3 tables with a single select
query,without using join.

Answer Posted / subhasis

using nested select statement we can fectch the data from 3
table.
like

select f1 f2 f3 from table1 into table wa_t1
slect l1 l2 l3 from table2 into table wa_t2
select e1 e2 e3 from table3 into table wa_t2

endselect.
endselect.
endselect.

If I was wrong pls let me inform

Is This Answer Correct ?    4 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the requirements a dialog program must fulfill?

826


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.

1756


What is pass by value and what is pass by reference? Which is better?

1063


What are the events used for logical database?

771


What are the different function modules used in sapscript?

782






What are the different methods of passing data? : abap modularization

754


What are the system fields? Explain?

829


How can end-of-selection be used?

825


What are advantages and disadvantages of logical data base

1945


Why cant we use Normal function module for data transfer?

1911


Explain buffering concept usage?

768


Does the table can have multiple foreign keys?

752


What are the different types of luws?

825


What is native sql?

792


ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul

2387