What is the difference between open sql & native sql ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how is batch input process different from processing on line?
how to genernate 21 sencondary index
How do you write a function module in sap?
How to pass data from list to report?
What is the process to enhance the Infotype
What are the different buffering methods?
How many default tab strips are there? How to insert more tabs in it?
Explain the function module in bdc?
Can we use on change of between select and endselect?
Explain about interactive report?
What is a table pool? : abap data dictionary
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What are the modes in lock objects? : sap abap data dictionary
What are the different types of the variable in the sap abap?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs