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

FM: CONVERSION_EXIT_ABPSP_INPUT Perfomance issue

Former Member
0 Likes
620

Hi Gurus,

I am using the FM CONVERSION_EXIT_ABPSP_INPUT in my user exit to convert WBS element(POSID's - 24 char) to PSPNR (8 char).It is being inside a loop which causes performance issues.I want to convert all the POSID's in my internal table to PSPNR at one shot without using the loop statement.Is it possible?

Regards,

Srini

Hi Gurus,

I am using the FM CONVERSION_EXIT_ABPSP_INPUT in my user exit to convert WBS element(POSID's - 24 char) to PSPNR (8 char).It is being inside a loop which causes performance issues.I want to convert all the POSID's in my internal table to PSPNR at one shot without using the loop statement.Is it possible?

Regards,

Srini

1 REPLY 1
Read only

Former Member
0 Likes
430

HI,

You can do one thing like for duplicate records(POSID) in loop you can avoid going for FM CONVERSION_EXIT_ABPSP_INPUT instead fetch from previously got value from this FM.

Hope this is useful.