<?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 Re: How to trigger inbound custom function module? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586953#M264573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for replying so quickly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Vijay and Ferry, yes, I have checked all of your suggestions and everything was correctly in place. However, I have to say that this inbound process is a little different and the problem that I am having may be due to this fact that the IDoc is coming in as message type DELINS (830) and IDoc type DELFOR01, but the application object is BUS3027 which is for Planned Independent Requirement. It is a long story but I had to take the data in the inbound IDoc and load it to transaction MD61. There is no IDoc type for Planned Independent Requirement and all the data is already in the inbound IDoc. Therefore, I created my own process code and function module to load the data. Now, in WE57, I have linked the function module to BUS3027 even though DELINS is coming in! Do you think this is causing the problem? I don't see why it should but I must admit that I am at my wits end!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 18:23:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T18:23:21Z</dc:date>
    <item>
      <title>How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586946#M264566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me with my dilemma? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom process code which is linked to a custom function module for processing inbound IDocs. I have tested the function module successfully and I have set up the partner profile accordingly. The IDocs are coming in but get stuck at status "64". My function module never gets triggered even though in the partner profile it is set up to be triggered immediately. Any idea what I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586946#M264566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586947#M264567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the issue is to due to lacking resources within a very short time in the system. Another reason could be that released locks are not available in time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check OSS Notes 734576 and 555229 for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other solution, perhaps you change the partner profile to trigger by background job. In this case, you can schedule a job to run program RBDAPP01. Do you process a large number of IDocs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586947#M264567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586948#M264568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Collect the IDOCs which are in the status of 64 and then pass those as input to the RBDAPP01 program. It will process the IDOCS through your inbound function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks'Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586948#M264568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586949#M264569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also check if you have any short dumps in the system since IDOC may be passed to FM immediately, but if it causes short dump -&amp;gt; IDOC remains in 64.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586949#M264569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586950#M264570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought about changing the partner profile and using RBDAPP01 to process the IDocs; however, that is my last resort. But I will definitely look into the OSS notes that you suggested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick question: I don't need to generate anything anywhere (except for the function module, of course) or link an event to something, somewhere, do I?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586950#M264570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586951#M264571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi marlin , &lt;/P&gt;&lt;P&gt;just go for these checks and let us know the status ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Check here .&lt;/P&gt;&lt;P&gt;Bd51 &amp;#150; assignment of Inbound function module. Present or not&lt;/P&gt;&lt;P&gt;Check here .&lt;/P&gt;&lt;P&gt;2.Bd67 &amp;#150;assignment of process code to inbound function module /present or not.&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;Check here. &lt;/P&gt;&lt;P&gt;In the object for the message type u need to give the BUS object as the application object. &lt;/P&gt;&lt;P&gt;like bus2032 &lt;/P&gt;&lt;P&gt;4.&lt;/P&gt;&lt;P&gt;Now place a break-point in ur function module and run it in debugging mode ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check whether this one is getting  into ur function module , next check the status record of the document number .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take an idoc , populate it from we19 and then there call the function module in debugging mode in back ground ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we'll see if this is actually picking the Fm or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 16:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586951#M264571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T16:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586952#M264572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marlin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ensure you have maintained the message/application object (WE57) to link your custom FM to message type and IDoc type. Also the inbound process code (WE42) as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 17:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586952#M264572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T17:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586953#M264573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for replying so quickly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Vijay and Ferry, yes, I have checked all of your suggestions and everything was correctly in place. However, I have to say that this inbound process is a little different and the problem that I am having may be due to this fact that the IDoc is coming in as message type DELINS (830) and IDoc type DELFOR01, but the application object is BUS3027 which is for Planned Independent Requirement. It is a long story but I had to take the data in the inbound IDoc and load it to transaction MD61. There is no IDoc type for Planned Independent Requirement and all the data is already in the inbound IDoc. Therefore, I created my own process code and function module to load the data. Now, in WE57, I have linked the function module to BUS3027 even though DELINS is coming in! Do you think this is causing the problem? I don't see why it should but I must admit that I am at my wits end!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 18:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586953#M264573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger inbound custom function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586954#M264574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siarhei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were right! I did get a short dump due to the DYNPRO being passed in the background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 19:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-trigger-inbound-custom-function-module/m-p/1586954#M264574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T19:00:05Z</dc:date>
    </item>
  </channel>
</rss>

