What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?

Showing Answers 1 - 1 of 1 Answers

aMIT SHARMA

  • Sep 23rd, 2005
 

Executes the Native SQL statements enclosed between EXEC SQL and ENDEXEC statements. Unlike Open SQL, the addressed database tables must not be declared in the ABAP Dictionary.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions