What is the difference between OpenSQL and Native Sql?
Answer Posted / akhil
OPEN SQL
Open SQL allows you to access all database tables known to
the SAP system, regardless of the database manufacturer.
Sometimes, however, we may want to use database-specific
SQL statements called Native SQL in the ABAP/4 program.
Native SQL
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is meant by a schema? : sap abap hr
What are internal tables? : abap hr
Can a domain, assigned to a data element be changed? : abap data dictionary
What is the disadvantage of a call by reference?
What is modularization and its benefits? : abap modularization
What is the difference between synchronous and asynchronous updates?
Explain the different types of view?
On which even we can validate the input fields in module progams?
What is the client concept in sap?
What is update task
How do you read files from the application server ? : abap bdc
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Can we use on change of between select and endselect?
What is system-land-scape of your project?