What are logical databases? What are the advantages/
dis-advantages of logical databases?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sunita garbyal
Logical database are special ABAP programs that retrive data & make it available to application programs.
Advantages of Logical database.
• No need of taking care of the key field and the foreign key realtionship between the tables in question.(relationship between diff tables are reflected in tree structure of Logical database).
• A selection screen with appropriate selection criteria is automatically created.
• Program standard authority checks are executed by Logical database itself in reports.
• Logical database improves the performance of reports at runtime.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the three ways for searching for Enhancements ?
when we use the SELECT statement along with FOR ALL ENTRIES then what type of validations we have do before executing this statement
2 Answers Cap Gemini, Mphasis, TCS,
at the same time can i call two transactions in bdc call transaction method?what happens if use like that?
with out using chain and end chain how you will do validations
3. why u select the session method in bdc ? how many records wil be updated on that time?
Differentiate between ooabap and abap?
Can we create internal table in smart forms or scripts?if yes where and how?
how many fields in mara table.
How do you work with semi colon se[arated files in BDC ?
What is PAKEY structure, PSHD1 structure and what type of fields it contains
Mention some important events in abap programming.
Explain how do you move on to the next screen in interactive reporting?