<?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: V2 Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940004#M1965587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does seem a bit odd doesn't it. By the time thel delivery is being initiated, the PO is fixed. If I as a customer order 5 widgits and 2 thingies, if the delivery ends up a 4 widgits and no thingies, I don't expect to call up customer service to be told - no, your PO was only for 4 widgits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 05:10:19 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2016-10-04T05:10:19Z</dc:date>
    <item>
      <title>V2 Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940002#M1965585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDNites,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to update Purchase Order quantity while I am creating outbound delivery based on a custom logic. I am trying to implement the same in user exit EXIT_SAPLATPC_002 but update of PO BAPI requires Commit work so I have thought of creating a separate FM and calling it in update task. When called in update task using V1 update, I am getting the problem of PO being locked i.e. when commit work is triggered and update FM is called, PO was not released at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am thinking of using V2 update (Start Delayed) but the PO is not getting updated. Can you please guide me if this is the right approach and if yes how can I debug V2 update in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I have checked the update FM locally and is doing the job it is intended to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940002#M1965585</guid>
      <dc:creator>itabhishek9</dc:creator>
      <dc:date>2016-10-03T16:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940003#M1965586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me what is the business requirement and why you were trying to change the purchase order quantity when an outbound delivery is generated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940003#M1965586</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2016-10-03T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940004#M1965587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does seem a bit odd doesn't it. By the time thel delivery is being initiated, the PO is fixed. If I as a customer order 5 widgits and 2 thingies, if the delivery ends up a 4 widgits and no thingies, I don't expect to call up customer service to be told - no, your PO was only for 4 widgits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 05:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940004#M1965587</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-10-04T05:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940005#M1965588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe they are using this process to add promotional items to a shipment outside of the order?&amp;nbsp; I.e., if order is for 5 widgets, include a sample of widget oil. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just guessing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 12:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940005#M1965588</guid>
      <dc:creator>loyd_enochs3</dc:creator>
      <dc:date>2016-10-04T12:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940006#M1965589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to meet the above requirement using V2 update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updating the PO while creating outbound delivery is happening as we are working around blocked stock functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 00:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/v2-update/m-p/11940006#M1965589</guid>
      <dc:creator>itabhishek9</dc:creator>
      <dc:date>2016-10-05T00:33:01Z</dc:date>
    </item>
  </channel>
</rss>

