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

Process code function module is changes after upgrade to ehp 8

Former Member
0 Likes
1,964

Hi Gurus, We have upgraded to EHP 8 recently. We are creating inbound delivery idocs by using process code DELS and associated FM is IDOC_INPUT_DESADV1 in old ecc system. But after upgrade function moduled is changed to /SPE/IDOC_INPUT_DESADV1 in the same process code and we are getting an error "Function module not allowed /SPE/IDOC_INPUT_DESADV1" with idoc status 51 when we try yo create an inbound delivery idoc. how to resolve this ? can i change the FM /SPE/IDOC_INPUT_DESADV1 back to IDOC_INPUT_DESADV1?

thanks ramakrishna

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,010

Did you check with WE57 for assignment of FM to logical message/IDOC type (cause of error message) - old FM use DELVRY01-03, 05, 07, etc. more recent one use DELVRY05, 06, etc.

Note that /SPE/IDOC_INPUT_DESADV1 has already existed for some time . Look also for OSS notes, e.g. if you use the V55K0004 user exit you have now to use the /SPE/BADI_IBDLV_CONTROL BAdI, etc.

Regards,
Raymond