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
What are the differences between table controls and step loops?
Explain the data types of internal tables?
What are the parameters in bdc_insert? : abap bdc
What is modularization and its benefits? : abap modularization
What are the different types of parameters?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
How can you find the field/data underlying a transaction?
What are the function modules used to create batch input session? : abap bdc
What are the types of parameters in the function modules?
how to create view in bdc..??
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
What is an Unpack command?
Where are you used type casting?