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.
Subscribe to:
Post Comments (Atom)
How to change Transport request from Released to Modifiable
Step 1: Go to SE38 – Execute Program RDDIT076. Step 2: Give your released requests number and execute again. Step 3: After executing, yo...
-
Category : ABAP Programming Error Runtime Errors: READ_REPORT_LINE_TOO_LONG Except.: CX_SY_READ_SRC_LINE_TOO_LONG Detail explanati...
-
Function module that will take any internal table as input, convert in to XLS format and send out emails with the attachment. Add the...
-
Data Class The data class determines the physical area of the database (tablespace) in which the table is created. You set the data...
No comments:
Post a Comment