InterviewSolution
| 1. |
What Are Logical Databases? What Are The Advantages Of Logical Databases? |
|
Answer» To read data from a database tables we USE logical database. A logical database provides read-only access to a GROUP of related tables to an ABAP/4 program. Advantages: Check functions which check that USER input is complete, correct, and plausible. To read data from a database tables we use logical database. A logical database provides read-only access to a group of related tables to an ABAP/4 program. Advantages: Check functions which check that user input is complete, correct, and plausible. |
|