<?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: IDOC performance problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129832#M987529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Now I find the report SAPLEINS is running as the same user with the idoc setting,it spends so much time.why is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 09:39:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T09:39:47Z</dc:date>
    <item>
      <title>IDOC performance problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129827#M987524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Currently I come across a idoc performance problem,in we20,the idoc inbound process code invoke BDC manner.&lt;/P&gt;&lt;P&gt;the detail as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)Seebeyond send the idoc to SAP side.&lt;/P&gt;&lt;P&gt;(2) Idoc added(Status 50)&lt;/P&gt;&lt;P&gt;(3)IDoc ready to be passed to application(64)  11:06:27&lt;/P&gt;&lt;P&gt;(4)IDoc passed to application(62)                   11:21:22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is why the process time spend so much when idoc status from 64 to 62,what is the affect factor.whether the process time include BDC execution time.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129827#M987524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC performance problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129828#M987525</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;In WE20 transaction for this interface, you have used a Workflow task instead of a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used a Workflow task then the status of the IDOC will be in 62, if you have used a Function module then the IDOC status will be either 51 or 53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129828#M987525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T08:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC performance problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129829#M987526</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 reply, In WE20 transaction, I have used a function module not workflow task,in the FM I use BDC to post application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     At the same time,I also have the both status 51 and 53. I just want to know what reason leads to spend so much time from status &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      64 to 62.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129829#M987526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T08:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC performance problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129830#M987527</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;I think it has taken much time to get the status 62 from 64 status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the partner profile WE20 transaction for this interface you have used Collect IDOC's option. If that is the case till your background runs it will get into 62 status. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use trigger immediately option in WE20 transaction then as soon as the IDOC is in 64 status it will be processed that is it will 62 status immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129830#M987527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC performance problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129831#M987528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;In the partner profile WE20 transaction for this interface, I have used immediately option before submit question . So your reply is not the reason,Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 08:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129831#M987528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T08:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC performance problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129832#M987529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Now I find the report SAPLEINS is running as the same user with the idoc setting,it spends so much time.why is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-performance-problem/m-p/4129832#M987529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:39:47Z</dc:date>
    </item>
  </channel>
</rss>

