‎2009 Apr 23 2:19 PM
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.
‎2009 Apr 23 2:20 PM
‎2009 Apr 23 2:27 PM
or don't call the function... avoidance is the best optimization ....
‎2009 Apr 28 7:59 AM
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.
‎2009 Apr 29 8:23 AM
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.
‎2009 Apr 29 8:31 AM
I think the problem is in Z function module itself. please send the source code of that Z function we will help you out.
‎2009 Apr 30 5:39 AM
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