<?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: Debugging problem, in inbound function module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839649#M1132191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;     thanks for the reply. Yes, I agree WE19 is the right method.&lt;/P&gt;&lt;P&gt;Also I agree that when it comes from XI , it updates in background, so we cannot see it in debugging mode.&lt;/P&gt;&lt;P&gt;   But I dont undersatnd why is it that when the functional consultant is manuallly creating the IDOC, in WPUK, it is not hitting the break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls feel free if u need clarifications/ any other informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2008 05:08:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-28T05:08:46Z</dc:date>
    <item>
      <title>Debugging problem, in inbound function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839647#M1132189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;              R/3 system is receiving data through an IDOC called WPUUMS[sales data]. It has been seen that when this data is posted in R/3 through XI the data gets reflected in WE02 / WE05, and is similar to when a manual entry is done the transaction WPUK. But the difference is , when manual idoc generation is done, it is updating correct data in database, but when same data is posted from XI, it is updating data base with in correct data!&lt;/P&gt;&lt;P&gt;   what I cant get to understand is in both the cases, IDOC is posted, and same data is there in the DATA records, but database is getting upated with diff data.&lt;/P&gt;&lt;P&gt;    Also , when I am putting a break point on the inbound function module IDOC_INPUT_POS_SALES_ACCOUNT, it is not hitting the break-point but idoc gets generated successfully with status records like &lt;/P&gt;&lt;P&gt;53 Application Document posted&lt;/P&gt;&lt;P&gt;62 Idoc Passed to application&lt;/P&gt;&lt;P&gt;64 Idoc ready to be transferred to application&lt;/P&gt;&lt;P&gt;50 Idoc added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also , i want to know, wether these messeges come step by step or randomly, because, why is the messege 62, before messege 64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly when I am taking the same IDOC and trying the same in WE19, then it hits the break-point function module IDOC_INPUT_POS_SALES_ACCOUNT successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts, comments pls.!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Arnab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 04:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839647#M1132189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T04:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem, in inbound function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839648#M1132190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are supposed to read the ststus messages from bottom to top. So the actual sequence is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;50 Idoc added.&lt;/P&gt;&lt;P&gt;64 Idoc ready to be transferred to application&lt;/P&gt;&lt;P&gt;62 Idoc Passed to application&lt;/P&gt;&lt;P&gt;53 Application Document posted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it is correct that the system bypasses any breakpoint in the background mode. So when the IDoc is coming from XI the posting FM IDOC_INPUT_POS_SALES_ACCOUNT is called in background and so the breakpoint is not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way to debug the problem is via transaction WE19 in Debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 04:18:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839648#M1132190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T04:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem, in inbound function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839649#M1132191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;     thanks for the reply. Yes, I agree WE19 is the right method.&lt;/P&gt;&lt;P&gt;Also I agree that when it comes from XI , it updates in background, so we cannot see it in debugging mode.&lt;/P&gt;&lt;P&gt;   But I dont undersatnd why is it that when the functional consultant is manuallly creating the IDOC, in WPUK, it is not hitting the break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls feel free if u need clarifications/ any other informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 05:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839649#M1132191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T05:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem, in inbound function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839650#M1132192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was my mistake. The breakpoit was applied after the WPUK transaction was opened, ideally it should be applied before we open the WPUK transaction &lt;/P&gt;&lt;P&gt;Thnaks to all!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 04:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-problem-in-inbound-function-module/m-p/4839650#M1132192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T04:03:14Z</dc:date>
    </item>
  </channel>
</rss>

