how can i fetch the records of 3 tables with a single select
query,without using join.
Answer Posted / shankar
Assume: T1, T2, T3 are 3 tables.
select t1.*, t2.*, t3.* from t1, t2, t3
Let me know if i was wrong.
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
What is sap abap data classes?
Name the abap/4 modularization techniques?
What are the layers of data description in r/3? : abap data dictionary
What does the insert statement in extract datasets do? : abap modularization
Explain the differences between at selection-screen and at selection-screen output?
How do you process errors in call transaction method? : abap bdc
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What is a type-pool?
How to debug a sapscript?
What are the different abap editors? What is the used of different editors in abap?
Lock objects and what are parameters of ENQUEUE FM?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What is maintenance view?
What is a subroutine?
Can we use on change of between select and endselect?