Application Development 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: 

IDOCs Function module not allowed: Z_FMNAME

Former Member
0 Kudos

Hi All,

I have developed a custom FM and custom message type, process code for downpayment request.

we are using standard IDOC.

when we test it using we19 everything goes fine, but when the IDOCS are poosted from XI, I face this following error.

Function module not allowed: Z_IDOC_INPUT_DOWNPAYMENT

I have checked all assignments like process code, partner profile etc.

any suggestions?

1 ACCEPTED SOLUTION

soumya_jose3
Active Contributor
0 Kudos

Hi Kalyan,

Check whether the inbound function module is added in BD51 with input type 1.

Also check whether the link between message type and inbound function module is maintained in WE57.

Regards,

Soumya.

4 REPLIES 4

soumya_jose3
Active Contributor
0 Kudos

Hi Kalyan,

Check whether the inbound function module is added in BD51 with input type 1.

Also check whether the link between message type and inbound function module is maintained in WE57.

Regards,

Soumya.

Former Member
0 Kudos

My mistake was not maintaining object type in we42. now its solved.

Thanks for the response.

0 Kudos

Hi ,

I have an issue while processing the idoc as I am getting the error Function module not allowed ZXXXX_FM.

Actually I have created a Zfunction module and Zprocess code later assigned in BD51 with input type 1.

( not checked Dilolog mode )and assigned FM,MSG TYPE and Basic type in WE57.

Finally in WE42 I have created a zprocess code and copied all information from existing process code BAPI .

So is there any thing was missing to configure to avoid the error " Function module not allowed:.

Note: I am able to process the idoc and posting into transaction sucessfully if I process through WE 19 in debugging mode.

Appreciate your help in this regard.

Thanks

Bala

Former Member
0 Kudos

Thanks