Answer Posted / rajkumar gupta
Open SQL allows you to access database tables declared in the ABAP Dictionary regardless of the database platform that your R/3 System is using.
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the differences between structure and table in the data dictionary in abap?
What statement will be found in an sap application program that implements a function module exit?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Explain how to create any functions? How to go about it?
What is repository info. Systems? : abap data dictionary
Does the table can have multiple foreign keys?
What is lock object ? : abap data dictionary
Define structure in abap data dictionary?
What is the tcode to create indexes?
What is the master data necessary before you can start posting in MM?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is generic area buffering in abap?
What are the differences between a database index and a match code? : abap data dictionary
How did you test the form you developed? How did you taken print?