What are logical databases? What are the advantages/
dis-advantages of logical databases?
Answer Posted / paramjeet
To read data from a database tables we use logical database.
A logical database provides read-only access to a group of
related tables to an ABAP/4 program.
Advantages: i)check functions which check that user input is
complete, correct,and plausible. ii)Meaningful data
selection. iii)central authorization checks for database
accesses. iv)good read access performance while retaining
the hierarchical data view determined by the application logic.
dis advantages: i)If you donot specify a logical database in
the program attributes,the GET events never occur. ii)There
is no ENDGET command,so the code block associated with an
event ends with the next event statement (such as another
GET or an END-OF-SELECTION).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
Why do we need enhancements?
What is database utility? : abap data dictionary
Concepts of OO ABAP and why we are using it?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is the use of at new statement ?
Explain how do you use structures in the abap programs?
Which transaction code can I use to analyze the performance of abap program?
What are the functional areas? User groups?
What does the insert statement in extract datasets do? : abap modularization
What is the disadvantage of a call by reference?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
How do we handle multiple line items in BDC's.
What is the difference between native sql & open sql? : abap data dictionary
Why we are using Macros instead of Function Modules