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


Please Help Members By Posting Answers For Below Questions

Where are you used type casting?

1104


What are the functional modules used in sequence in bdc? : abap hr

803


What is sequence number

1915


How can we use / display table in a screen?

823


Explain the Types of Select statements?

819


What will happen when we use fully buffered in abap?

763


Can a posting run be deleted? : sap abap hr

783


Explain what are the events used in interactive reports?

686


What is the abap program name to process the batch input session automatically? : abap bdc

856


Explain what are extracts?

829


What is macro? : abap hr

826


What is retro active accounting

1792


What are screen painter and menu painter? : abap hr

753


What is the use of the raising exception? : abap modularization

715


SAP query how to use end users?

1876