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.
 Meaningful data selection.
Central authorization checks for database accesses.
Good read access performance while retaining the HIERARCHICAL data view determined by the APPLICATION logic.

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.
 Meaningful data selection.
Central authorization checks for database accesses.
Good read access performance while retaining the hierarchical data view determined by the application logic.



Discussion

No Comment Found