<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IDOC problem: Incorrect function module IDOC_INPUT_INFREC called up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128125#M1512069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incorrect function module IDOC_INPUT_INFREC called up&lt;/P&gt;&lt;P&gt;Message no. B1044&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Please check the message type assignment for the application function module in the ALE customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 13:56:50 GMT</pubDate>
    <dc:creator>m_sigl</dc:creator>
    <dc:date>2010-06-29T13:56:50Z</dc:date>
    <item>
      <title>IDOC problem: Incorrect function module IDOC_INPUT_INFREC called up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128125#M1512069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incorrect function module IDOC_INPUT_INFREC called up&lt;/P&gt;&lt;P&gt;Message no. B1044&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Please check the message type assignment for the application function module in the ALE customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 13:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128125#M1512069</guid>
      <dc:creator>m_sigl</dc:creator>
      <dc:date>2010-06-29T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC problem: Incorrect function module IDOC_INPUT_INFREC called up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128126#M1512070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check config as how the partner profiles are maintained via WE20.&lt;/P&gt;&lt;P&gt;Process code and the FM for the message type in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also &lt;STRONG&gt;WE57&lt;/STRONG&gt;  enter the idoc type and look for the Function module attched to it..&lt;/P&gt;&lt;P&gt;Mainly the error is occuring at FM level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check User exits  Fm and for Message type INFREC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC Dir Enhancemnt Description&lt;/P&gt;&lt;P&gt;INFREC O MMAL0003 Purchasing Info Rec&lt;/P&gt;&lt;P&gt;INFREC I MMAL0004 Purchasing Info Rec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 07:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128126#M1512070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-30T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC problem: Incorrect function module IDOC_INPUT_INFREC called up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128127#M1512071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the hint. I changed the object type in the WE20 and that solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 07:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-problem-incorrect-function-module-idoc-input-infrec-called-up/m-p/7128127#M1512071</guid>
      <dc:creator>m_sigl</dc:creator>
      <dc:date>2010-06-30T07:44:21Z</dc:date>
    </item>
  </channel>
</rss>

