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
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is the difference of update types in call transaction method ? : abap bdc
Can i know some of the Realtime tickets that anyone has been faced ?
How can I get ascii value of any letter? Is there any function?
Event handling in oops
What is a multiple line field?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
Which commands are used for interactive reports?
What is a table attribute? : abap data dictionary
How do we handle multiple line items in BDC's.
Explain what is the difference between primary key and unique key?
What is smart forms? : abap hr
What is the use of message command in a report? What are the different message types?
Explain the advantages of logical databases?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?