What is the difference between open sql & native sql ?
Answer Posted / nasreen
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 your ABAP/4 program. To
avoid incompatibilities between different database tables
and also to make ABAP/4 programs independent of the
database system in use, SAP has created a set of separate
SQL statements called Open SQL.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the advantages and disadvantages of using views in abap programming ?
What is size category?
What are local objects? : abap data dictionary
Differentiate between abap memory and sap memory?
Explain the different types of data dictionary objects?
How are the date abd time field values stored in sap?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is a transport?
What is the use of abap data dictionary? : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is meant by performance analysis? Have done anything to improve the performance?
What is meant by authorization? Did you ever work on it? : sap abap hr
What are the different types of views in sap? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?