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
Explain the disadvantage of using exec sql statement in abap?
Name a few data dictionary objects? : abap data dictionary
Explain open dataset in sap abap?
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.
What are the functional modules used in sequence in bdc? : abap bdc
What are the properties of selection screen?
What is the difference between rfc and bapi function modules? : abap bdc
How do you Export a session ?
Difference between Field groups and internal tables?
Can a domain, assigned to a data element be changed? : abap data dictionary
What are the types of subroutines?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is an abap data dictionary? : abap data dictionary
What is update task