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 are the organizational related infotypes? : abap hr
What are the contents in technical specifications?
How is conversion of data types done between abap/4 & db layer?
What are the three components of a work process?
How many tables are there in sap?
What are the advantages of logical databases : abap hr
What are two methods of modifying sap standard tables? : abap data dictionary
What is the project you are currently working and work that you are doing
What is the use of buffering?
Do you know any other patterns if yes.. explain
How we format the data before writing a statement in the report?
What is a match code? : abap data dictionary
Explain the different types of view?
Which function module would you use to check the user’s authorization to access files before opening a file?
What is the relationship existing between the various data elements? : abap data dictionary