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 |
What is processing class, where we do them and why? : sap abap hr
What are your ways to performance optimization?
WHAT IS DIFFERENCE BETWEEN BATCH INPUT MEHTOD AND DIRECT INPUT
foreign key enforcement?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
WHAT IS DATA DICTIONARY?? AND WHICH OBJECT IN DATA DICTIONARY???
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What is the transaction code to modify the hr form
What are interface/conversion programs in SAP?
Can we use binary search in internal table sorted in decending order ? if no why?
Can we reuse a userexit?
What are the types of table fields in the sap abap?