What is the difference between open sql & native sql ?
Answers were Sorted based on User's Feedback
native sql : are not checked and converted they are sent
directly to the database system.allows to use database
specific sqql statements in an abap program.
Open sql: it will work on any r/3 system regardless of the
database system in use.
Is This Answer Correct ? | 24 Yes | 4 No |
Answer / 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 |
Answer / g.jayaprakash
open sql is not confined to any particular type of database
while a native sql is confined to a particular one.
Is This Answer Correct ? | 15 Yes | 4 No |
Answer / sugandha verma
ABAP Native SQL allows you to include database-specific SQL
statements in an ABAP program. Most ABAP programs containing
database-specific SQL statements do not run with different
databases. If different databases are involved, use Open
SQL. To execute ABAP Native SQL in an ABAP program, use the
statement EXEC. Open SQL (Subset of standard SQL
statements), allows you to access all database tables
available in the R/3 System, regardless of the manufacturer.
To avoid conflicts between database tables and to keep ABAP
programs independent from the database system used, SAP has
generated its own set of SQL statements known as Open SQL.
Is This Answer Correct ? | 4 Yes | 8 No |
Can we use more than two field in SELECT-OPTION? For example Normally we get two field which is from and to fields, but i want to get more values.....
4 Answers Altrion Technologies,
In select-options, how to get the default values as current month first date and last date by default?
Is a logical database a requirement/must to write an abap/4 query?
what is table maintenace generator? How to create it?
What is a currency factoring technique?
wat is the default file name of BAPI trace?
In Dialog program Syntax of Synchronous and Asynchronous?
What two statements are required in an abap program to output an icon using a write statement?
what is version in reports?
what is meant by maintenance allowed(if it can provide authorization, what is authorization)
What are the FM you used in Session method?
Hi, If anyone is interested in SAP ABAP from basics to Expert. Email me your contact details to sap.abap9@gmail.com