<?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: PO Idoc - Process Code ME11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518125#M1655502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody Any help?? Pranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 05:50:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-19T05:50:48Z</dc:date>
    <item>
      <title>PO Idoc - Process Code ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518124#M1655501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our requirement is to send all the PO changes including the deleted lines and the unchanged lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what is happening:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If I use ME10 - It creates the idocs with all the line items. In the user exit, I change the Action Code.&lt;/P&gt;&lt;P&gt;This approach however does not consider the deleted line items. (Since ME10 is for creation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If I use ME11 - I can get the deleted items in the idoc.&lt;/P&gt;&lt;P&gt;However it considers only the line items which has a valid change.&lt;/P&gt;&lt;P&gt;I want all the line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way where I can achieve the combined result where I will have the deleted line items as well as unchanged line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appretiate your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518124#M1655501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-18T22:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: PO Idoc - Process Code ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518125#M1655502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody Any help?? Pranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 05:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518125#M1655502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-19T05:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: PO Idoc - Process Code ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518126#M1655503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 10px; color: #333333; font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 14px;"&gt;Hello,&lt;/P&gt;&lt;P style="margin-bottom: 10px; color: #333333; font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 14px;"&gt;you can change process code from ME11(change) to ME10(create), which it will change the FM from &lt;A href="http://darkcd.benxbrain.com/en/sap/functiongroup/EINM/IDOC_OUTPUT_ORDCHG.htm" style="color: #337ab7;"&gt;IDOC_OUTPUT_ORDCHG&lt;/A&gt; to&amp;nbsp; "IDOC_OUTPUT_ORDERSIDOC" . It sends every item, but problem is that it send them with wrong &lt;A href="http://darkcd.benxbrain.com/en/sap/domain/ACTION-Action-for-authorization-check.htm" style="color: #337ab7;"&gt;ACTION&lt;/A&gt; type as "Create" i.e. '001' rather than 002.&lt;/P&gt;&lt;P style="margin-bottom: 10px; color: #333333; font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 14px;"&gt;You have to go ME10 user exit and change the action code from '001' to '002'.&lt;/P&gt;&lt;P style="margin-bottom: 10px; color: #333333; font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 14px;"&gt;Thanks,&lt;/P&gt;&lt;P style="margin-bottom: 10px; color: #333333; font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 14px;"&gt;Cyrus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 14:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-idoc-process-code-me11/m-p/8518126#M1655503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-27T14:54:37Z</dc:date>
    </item>
  </channel>
</rss>

