<?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: Issue when specific code is processed during a standard inbound Idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934359#M1891792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back of the damned abaper !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay (I was in holidays).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source of this dysfunction is very tricky : somewhere in the specific code, the table which contains the IDOC_CONTROL records is read in order to test the result of the process of the IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is that the final IDoc status is not the same when you use "Standard Inbound" or "Inbound function module". In one case, the status is 53, in the other 64... So beware of the value you test !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 09:25:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-02-27T09:25:05Z</dc:date>
    <item>
      <title>Issue when specific code is processed during a standard inbound Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934356#M1891789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a problem to submit to you : I've modified the standard FM IDOC_INPUT_ORDERS in order to insert two specific functions during input of the standard IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One function which aims at sending a mail including data of the input Idoc (using standard classes and methods),&lt;/P&gt;&lt;P&gt;another which aims at modifying the status of the created purchase order (using standard FM STATUS_UPDATE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is that this two specific codes run properly when I process an inbound IDoc through the transaction WE19. (all work perfectly : a mail is sent, and the statuses are moved as I want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that, when this inbound IDoc is processed in an automatic mode, thanks to background processes, none of the two specifics are executed : no mail is sent, no status is updated...&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add "COMMIT WORK..." or "WAIT UP TO...", expecting that this problem was created by a problem of buffer... But no effects...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has somebody an idea to understand what happens, or, more, to correct this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 15:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934356#M1891789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-12T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when specific code is processed during a standard inbound Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934357#M1891790</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;If Mail is first process to be executed, probably it goes in error. What's the function used for mail sending?&lt;/P&gt;&lt;P&gt;I would call this function in a separate task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check out st22 for dumps? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934357#M1891790</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2015-02-12T17:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when specific code is processed during a standard inbound Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934358#M1891791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is that the IDoc is processed : we can see it through WE02 as a green process. No dump...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I continue to check, and will come beck if i find others elements,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934358#M1891791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-13T07:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue when specific code is processed during a standard inbound Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934359#M1891792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back of the damned abaper !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay (I was in holidays).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source of this dysfunction is very tricky : somewhere in the specific code, the table which contains the IDOC_CONTROL records is read in order to test the result of the process of the IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is that the final IDoc status is not the same when you use "Standard Inbound" or "Inbound function module". In one case, the status is 53, in the other 64... So beware of the value you test !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 09:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-when-specific-code-is-processed-during-a-standard-inbound-idoc/m-p/10934359#M1891792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-27T09:25:05Z</dc:date>
    </item>
  </channel>
</rss>

