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
Explain how to write a bdc - how do you go about it?
What are the drill-down features provided by abap/4 in interactive lists?
What is sap script? Describe its components.
What is the difference between field-group header and other field groups? : abap modularization
How to pass data from list to report?
What are control tables?
What is the meaning of sap r/3?
What are the disadvantages of abap query tool?
Is sap xi intended to replace ale?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is the Difference between At Line selection and At user-command?
What are the two ways for restricting the value range for a domain ?
Work most on which module: name a few tables?
What is open sql vs native sql ?
wat is the default file name of BAPI trace?