What are logical databases? What are the advantages/
dis-advantages of logical databases?
Answer Posted / 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 |
Post New Answer View All Answers
when u prefer lsmw?
What are match codes? describe?
Explain Catch Command in ABAP?
what are the important fields while preparing sales order,inquiry?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
Badi concepts
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.
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is the syntex used to call a screen as dialog box (pop up)?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What are types of select statements?
How do you document abap/4 programs? Do you use program documentation menu option?
How to debug rfc function module?
I need some information regarding Vcentric Test pattern ? with questions.
What does a lock object involve?