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
Write special commands of list?
How to call a subroutine in sapscript?
What is sap abap data dictionary?
What are two methods of modifying sap standard tables?
What are the functional modules used in sequence in bdc? : abap bdc
What is the difference between ABAP and HR ABAP
What is function group?
What is a development class? : abap data dictionary
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
How do you display a data in a detail list?
What are the uses of interactive reporting?
Explain the difference between call screen and leave screen?
What is a sequence of event-triggered in report?
How many types of tables exists and what are they in data dictionary?