<?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: Picking with FM WS_DELIVERY_UPDATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136422#M989167</link>
    <description>&lt;P&gt;Hi Sharad,&lt;/P&gt;&lt;P&gt;For me whatever I am filling in LFIMG is getting populated in Delivery picking quantity correctly . If I populate anything in PKIMG field it's not getting populated correctly. Could you share your code once?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 05:05:01 GMT</pubDate>
    <dc:creator>former_member486356</dc:creator>
    <dc:date>2022-08-09T05:05:01Z</dc:date>
    <item>
      <title>Picking with FM WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136418#M989163</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;I would like to update an outbound delivery (Quantity, Batch) and also switch the picking status to 'C' with the function module WS_DELIVERY_UPDATE. We are not using WM (so there are no Transports).&lt;/P&gt;&lt;P&gt;Changing Quantity and Batch (splitting) is working fine, but the picking status is not changing (it is 'A'), although the field PIKMG has been set in VBPOK_TAB of the FM.&lt;/P&gt;&lt;P&gt;Which fields are required to confirm the picking and switch the picking status to 'C'?&lt;/P&gt;&lt;P&gt;The FM SD_DELIVERY_UPDATE_PICKING is also not working...&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;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 06:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136418#M989163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T06:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Picking with FM WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136419#M989164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam not sure whether WS_DELIVERY_UPDATE would update the batch but it definitely updates the pick quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier i have done the same things in the below mentioned way:&lt;/P&gt;&lt;P&gt;1. BAPI_OUTB_DELIVERY_CHANGE - For updating the batches&lt;/P&gt;&lt;P&gt;2. WS_DELIVERY_UPDATE - For updating the pick quantity.&lt;/P&gt;&lt;P&gt;It also updates the status to C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check whether you have passed the parameter 'update_picking' = 'X' in the second FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it doesn't works. I will try to send you the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 12:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136419#M989164</guid>
      <dc:creator>former_member4489</dc:creator>
      <dc:date>2008-07-24T12:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Picking with FM WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136420#M989165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when setting the parameter "Picking_Update", the FM WS_DELIVERY_UPDATE always needs a transport order (VBPOK-VBELN/-POSNN). But we do not use WM, so there is no transport order available...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A piece of sample code could help &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 18:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136420#M989165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T18:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Picking with FM WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136421#M989166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sharad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u send me a sample code for ws_delivery_update for picking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136421#M989166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Picking with FM WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136422#M989167</link>
      <description>&lt;P&gt;Hi Sharad,&lt;/P&gt;&lt;P&gt;For me whatever I am filling in LFIMG is getting populated in Delivery picking quantity correctly . If I populate anything in PKIMG field it's not getting populated correctly. Could you share your code once?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 05:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/picking-with-fm-ws-delivery-update/m-p/4136422#M989167</guid>
      <dc:creator>former_member486356</dc:creator>
      <dc:date>2022-08-09T05:05:01Z</dc:date>
    </item>
  </channel>
</rss>

