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

How to combine multiple order in one Delivery ( Step by Step)?

1983


What are the different control break statements available inside a loop?

586


What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

571


What is img? : sap abap hr

704


From Excel to ABAP - Is batch mode possible ?

584






What are the types of subroutines? : abap modularization

593


Specify the types of data dictionary objects.

511


What are base tables of an aggregate object? : abap data dictionary

610


What are multiple use BADIS?

994


What are system fields for secondary lists?

613


There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.

936


Difference between Field groups and internal tables?

646


What is value table? : abap data dictionary

643


What are the functional areas? User groups? And how does abap/4 query work in relation to these?

608


What are the components of selection table?

618