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

Where do you find info on new developments in SAP?

1568


i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?

1785


Write syntax for message error (report)?

639


Which FM do you use to find out who is reporting to whom

5178


how to modify the standard method as per your requirement

890






What abap statement will trigger list generation?

623


What is a data element?

538


What is bdc programming? : abap bdc

579


Describe the difference between macro and subroutine?

636


What is the difference between sum and collect?

891


Which type of tables used this buffer?

603


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1467


2)In production what is the user exit?

1578


Is main window mandatory in smartforms?

725


Can a domain, assigned to a data element be changed?

632