1.

Differentiate between Open SQL and Native SQL?

Answer»
Open SQLNative SQL
It has ABAP specific(Cross-database) SQL statementsIt has database-specific SQL statements
It can operate only on TABLES that were created in the ABAP DICTIONARY(SE11)It can be used on the database tables that are not being administered by ABAP dictionary
It supports for BUFFERING of tables in an SAP APPLICATION serverIt does not support for buffering of tables in the SAP Application server
It supports conjunction with ABAP constructions that SIMPLIFY or speed up accessIt does not support conjunction with ABAP constructions that simplify or speed up access


Discussion

No Comment Found