SELECT Data without using JOIN

How to select data from different tables in ABAP without using JOINS?

Questions by dakshu

Showing Answers 1 - 3 of 3 Answers

Archana1

  • Apr 11th, 2009
 

You can select data without using join.You can write different select queries by writing appending clause.

Ex.Select * from BSID into corresponding fields of table i_bsad where..............

select * from BSAD appending cooresponding fields of table i_bsad where...........

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions