What does an EXEC SQL stmt do in ABAP?

Answer Posted / rajkumar gupta

To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:

EXEC SQL.

ENDEXEC.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

607


Explain what is a foreign key relationship? Explain this with the help of an example.

560


What is runtime analysis?

597


How will you read from internal table records in a given value range (without using loop)

964


What is the use of 'table index'?

623






Explain the disadvantage of using exec sql statement in abap?

512


How do you find the information on the current screen?

592


What is the full form of spro? : sap abap hr

671


What is Field group?

660


What are matchcodes?

549


Can we reuse a userexit?

1070


WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'

1759


What is difference between dependent and independent data?

556


What is a view in sap? : abap data dictionary

618


Write syntax for message error (report)?

629