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 sequence number
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What is meant by authorization? Did you ever work on it? : sap abap hr
What abap statement will trigger list generation?
What is retro active accounting
What is an abap data dictionary? : abap data dictionary
What do you mean by transparent tables in sap abap? : abap data dictionary
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is primary index?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is the differrences between structure and table in data dictionary in abap? : abap hr
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What is the disadvantage of a call by reference? : abap modularization
Event handling in oops