Scrol

SAP Trainings contact sap.sreeram@gmail.com or 091-9916083157, 001-210-399-8414

SAP ABAP LOGICAL DATABASE (LDB)


What are logical databases?  What are the advantages/disadvantages of logical databases?
Ans: - A Logical Database is a hierarchical structure of tables. Use the GET statement to process Logical Databases.
·         LDB consists of logically related tables grouped together – used for reading and processing data.
·         Advantages = 1. No need of programming for retrieval, meaning for data selection
·                                2. Easy to use standard user interface, have check completeness of user input.

Disadvantages = 1. Fast in case of lesser no. of tables But if the table is in the lowest level of hierarchy, all upper level tables should be read so performance is slower.

Preparation of the data records by the L.D.B and reading of the data records in the actual report are accomplished with the command pair.
-     Put and Get.

The three main elements of LDB are 
-           Structure, Selections, Database Program.
What sort of tables one can use in designing the hierarchy of  a  LDB ?
-     Tables, which are having Foreign, key relations.
The structure of Logical Databases reflects the ________________ dependencies of hierarchical tables in the SAP System.
-     Foreign key
If you want to improve the response time (time to access data) Logical Databases permits you to achieve this using  ______________
-     VIEWS.
What are the advantages of Logical Databases?
-     It offers an easy-to-use selection screen.  You can modify the pre-generated selection screen to your needs.            It offers check functions to check whether user input is complete, correct, and plausible.  It offers reasonable data selections.  It contains central authorization checks for database accesses.  Enhancements such as improved performance immediately apply to all report programs that use the logical database.