What is the difference between OpenSQL and Native Sql?
Answer Posted / gandhi
Open SQL:
Open sql will access the database without any
interface. which means no need to worry about the Database
manufacturer.
Native SQL:.
Native Sql are specific to database (ie
Oracle, SQL, Sybase, posgres, Access, DB2.)
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Classic badi and Kernal badi ?
What is the table buffer? Which type of tables used this buffer?
Where are you used type casting?
What is dynamic action? : sap abap hr
Events that can be used in both the classical and interactive reports
What is the difference between select statement and provide statement ? : abap hr
What is table buffer?
How do you move on to the next screen in interactive reporting?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What is a table attribute? : abap data dictionary
What is abap?
how to create view in bdc..??
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
Explain about workbench request and customization requests?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)