What is open sql vs native sql ?
Answer / rajkumar gupta
Open SQL allows you to access database tables declared in the ABAP Dictionary regardless of the database platform that your R/3 System is using.
Native SQL allows you to use database-specific SQL statements in an ABAP program. This means that you can use database tables that are not administered by the ABAP Dictionary, and therefore integrate data that is not part of the R/3 System.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Tell the Material Document, shipping, delivery, invoice tables?
In an ABAP program how do you access data that exists on a presentation server vs on an application server?
What is logo in sap script?
most commonly used command in Interactive Reporting?
How to see the error message if we use call transaction method in BDC ??
Is a logical database a requirement/must to write an ABAP query?
what is index and types in indexes?
What is the tcode to create indexes?
What is a persistent class?
What is off cycle payroll run
Can multiple abap systems connect to abap database?