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: 

IDOC problem: Incorrect function module IDOC_INPUT_INFREC called up

m_sigl
Explorer
0 Kudos

Dear All,

I want to transfer Infosets from one system to another system. I am already using the same functionallity for materials and BOMS. When I send an infoset I get the following error at the Targetsystem:

Incorrect function module IDOC_INPUT_INFREC called up

Message no. B1044

Diagnosis

The function module IDOC_INPUT_INFREC, which was called for the application input, was not able to process the IDoc. A possible cause is that the IDoc has wrong message type or IDoc type.

Procedure

Please check the message type assignment for the application function module in the ALE customizing.

I am using the mesage type INFREC and I have also checked the settings in BD64 and in the ALE customizing. Also the consistency check was ok. Can anybody help me with that?

Thank you very much in advance!!!

Best regards,

Markus

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check config as how the partner profiles are maintained via WE20.

Process code and the FM for the message type in it.

Also WE57 enter the idoc type and look for the Function module attched to it..

Mainly the error is occuring at FM level.

Check User exits Fm and for Message type INFREC

IDOC Dir Enhancemnt Description

INFREC O MMAL0003 Purchasing Info Rec

INFREC I MMAL0004 Purchasing Info Rec

Thanks

2 REPLIES 2

Former Member
0 Kudos

Check config as how the partner profiles are maintained via WE20.

Process code and the FM for the message type in it.

Also WE57 enter the idoc type and look for the Function module attched to it..

Mainly the error is occuring at FM level.

Check User exits Fm and for Message type INFREC

IDOC Dir Enhancemnt Description

INFREC O MMAL0003 Purchasing Info Rec

INFREC I MMAL0004 Purchasing Info Rec

Thanks

0 Kudos

Thank you for the hint. I changed the object type in the WE20 and that solved the problem.

Best regards,

Markus