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

Field Exit

Former Member
0 Likes
458

Hi ABAPers .

I have done changes in Field Exit. But performance point of view it is somewhwat slow. Is there any precations for improvring performance in Field Exit?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

Nagamalleswara Rao,

Check whether you have used any gaint tables like BSEG, BKPF etc., if so look for alternative tables.

Avoid loop inside loop.

Avoid using Select queries inside loops.

Avoid using Complicated IF conditions inside loops.

Thanks,

Madhan.

1 REPLY 1
Read only

Former Member
0 Likes
398

Nagamalleswara Rao,

Check whether you have used any gaint tables like BSEG, BKPF etc., if so look for alternative tables.

Avoid loop inside loop.

Avoid using Select queries inside loops.

Avoid using Complicated IF conditions inside loops.

Thanks,

Madhan.