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
Where are you used type casting?
What are the functional modules used in sequence in bdc? : abap hr
What is sequence number
How can we use / display table in a screen?
Explain the Types of Select statements?
What will happen when we use fully buffered in abap?
Can a posting run be deleted? : sap abap hr
Explain what are the events used in interactive reports?
What is the abap program name to process the batch input session automatically? : abap bdc
Explain what are extracts?
What is macro? : abap hr
What is retro active accounting
What are screen painter and menu painter? : abap hr
What is the use of the raising exception? : abap modularization
SAP query how to use end users?