Answer Posted / 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 |
Post New Answer View All Answers
When you prefer lsmw?
Example of table cluster and cluster tables.
What is view? Different types of view.
Sy index and sy tabix
What are the internal tables and work area?
Of the two call transaction and session method, which is faster?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is check table?
What are the different window types in sapscript?
What are the data classes in abap?
what is call back in alv?
Explain what is an rfc?
What are the dynapro keywords?
From Excel to ABAP - Is batch mode possible ?
What is the difference between Exit and Stop?