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 Tickets in Realtime ?

1960


How are BAPI different from normal function modules?

1930


How many types of views are there ?

856


What are the data types of the external layer? : abap data dictionary

1048


how to capture the errors in bdc Call transaction method?

818


SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul

2288


What are the basic objects of the data dictionary? : abap data dictionary

823


What is the difference between a structure and a table?

754


How will you define posting procedures?

1124


Concepts of OO ABAP and why we are using it?

1113


What is the use of the statement leave to list-processing?

787


How do you find if a logical database exists for your program requrements?

872


Table events aNd table maintains generation

1246


What are the different types joins?

789


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

2201