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 is the difference between skip and new-line?
Write special commands of list?
What is at exit-command:?
What are the classifications of the sap abap data classes?
What is an Unpack command?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is the difference between function group and function module?
Does sap handle multiple languages?
What are lock objects?
What is tcode se16?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What is the collect statement?
What is the significance of the screen number ‘0’?
Name the abap/4 modularization techniques?
What is img? : sap abap hr