Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EXEC SQL STMT

Former Member
0 Likes
499

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

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

2 REPLIES 2
Read only

Former Member
0 Likes
445

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

Read only

Former Member
0 Likes
446

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