‎2007 Jul 07 10:11 AM
What does an EXEC SQL stmt do in ABAPTM? What is the disadvantage of using it?
‎2007 Jul 07 10:56 AM
Hi
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.
Reward all helpfull answers
Regards
Pavan
‎2007 Jul 07 10:28 AM
Hi
EXEC SQL statement will occupy more memory
when you done program just check in SQL trace tool.
performance tool is there to check
just go to SE39.Enter your program if its red you have to change SQL query in your program.If its green thats a good program.
if its useful reward points
Thanks
senthil
‎2007 Jul 07 10:56 AM
Hi
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.
Reward all helpfull answers
Regards
Pavan