What is the difference between open sql & native sql ?

Answer Posted / manveer kapoor

Open SQL can be compiled and checked and is platform
independent whereas native sql cannot be checked for
compilation errors and is platform dependent.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the disadvantage of using exec sql statement in abap?

731


Name a few data dictionary objects? : abap data dictionary

904


Explain open dataset in sap abap?

1011


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

2032


What are the functional modules used in sequence in bdc? : abap bdc

784


What are the properties of selection screen?

783


What is the difference between rfc and bapi function modules? : abap bdc

839


How do you Export a session ?

1649


Difference between Field groups and internal tables?

836


Can a domain, assigned to a data element be changed? : abap data dictionary

769


What are the types of subroutines?

827


What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

864


Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?

885


What is an abap data dictionary? : abap data dictionary

803


What is update task

7993