What are logical databases? What are the advantages/
dis-advantages of logical databases?
Answer Posted / sunita garbyal
Logical database are special ABAP programs that retrive data & make it available to application programs.
Advantages of Logical database.
• No need of taking care of the key field and the foreign key realtionship between the tables in question.(relationship between diff tables are reflected in tree structure of Logical database).
• A selection screen with appropriate selection criteria is automatically created.
• Program standard authority checks are executed by Logical database itself in reports.
• Logical database improves the performance of reports at runtime.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the two ways of producing a list within a transaction?
what are Hana Basics
In what ways we can get the context sensitive f1 help on a field?
Badi concepts
What is the difference between collect and append statements?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
How table control cn be generated using bdc? : abap bdc
What are the advantages and disadvantages of ABAP query tool?
Tell me a scenario where did you use secondary index?
Explain the difference between open_form and close_form?
What is check table?
What is design pattern? Provide example .Why are we using it?
What is lock mechanism? How do we create lock objects in abap?
What takes most time in SAP script programming?
What is a table pool? : abap data dictionary