Is a logical database a requirement/must to write an ABAP query?
By on Apr 8, 2007 in SAP-ABAP Interview Questions
No, it is not must to use LDB. Apart from it, we have other options:
1) Table join by Basis Table
2) Direct Read of table
3) Data Retrieval by Program


