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
Explain get cursor field?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
Write syntax for message error (report)?
How we format the data before writing a statement in the report?
What is the difference between function group and function module?
What are the different methods of passing data? : abap modularization
What kind of deliverables you have on a day to day basis?
What are the two methods for modifying sap standard tables?
How can we set the tablespaces and extent sizes ?
What are the 3 types of tables in sap? : abap data dictionary
What are the different types of views and their definition?
Explain different types of attributes of function module?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
What is design pattern? Provide example .Why are we using it?