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

Performance After Using Call Function

Former Member
0 Likes
841

Hi All,

I have a program, where it is having some performance issues.

It is taking a lot of time at a customized Z Call Function.

Please suggest some solutions.

6 REPLIES 6
Read only

matt
Active Contributor
0 Likes
791

Make your Z function run faster.

Read only

HermannGahm
Product and Topic Expert
Product and Topic Expert
0 Likes
791

or don't call the function... avoidance is the best optimization ....

Read only

Former Member
0 Likes
791

you will get these suggestions if you take no pains to find out the issue on your own and ask for specific and precise help.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
791

Hi,

Ask yu ABAPer to run the program in debug mode and get the details of where the performance problem is exactly happening and then repost. People will try to help you out.

Read only

Former Member
0 Likes
791

I think the problem is in Z function module itself. please send the source code of that Z function we will help you out.

Read only

Former Member
0 Likes
791

Hi,

Firstly check if the Z Function module is remote enables or not...

if it is remote enabled then it will take some time....

then debug the function module and check which statement is hitting on performance, try to find out the other way round for that statement or if its a long loop then try to find out some optimized way for that loop...

still if you are not able to then paste the code of the z function module may be we are of some help there

Regards,

Siddarth