<?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: Batch Split , Picking and Packing WS_DELIVERY_UPDATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339248#M1638924</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;It is possible to update picking, packing and batch split via the FM mentioned. We are doing the same using the IDOC, which then uses "WS_DELIVERY_UPDATE_2" for posting the conformation. Your mentioned FM also uses the same FM internally.  The parameters you are passing to the FM is correct, you need to check your content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 23:10:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-01T23:10:30Z</dc:date>
    <item>
      <title>Batch Split , Picking and Packing WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339246#M1638922</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;Can Anyone please tell me what are the parameters that need to be passed for the WS_DELIVERY_UPDATE to perform Batch Spli, Picking and Packing (all three at once).&lt;/P&gt;&lt;P&gt;Can We do all these three operations through this Function Module.&lt;/P&gt;&lt;P&gt;Please find the below work which I have done for doing this operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'WS_DELIVERY_UPDATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      VBKOK_WA                      = L_X_VBKOK&lt;/P&gt;&lt;P&gt;      DELIVERY                          = P_DELIVERY&lt;/P&gt;&lt;P&gt;      COMMIT                              = C_X&lt;/P&gt;&lt;P&gt;      IF_DATABASE_UPDATE                 = C_1&lt;/P&gt;&lt;P&gt;      IF_ERROR_MESSAGES_SEND_0    = C_X&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;      VBPOK_TAB                      = L_TB_VBPOK  " Batch Split and Pick pack data&lt;/P&gt;&lt;P&gt;      PROT                                  = L_TB_PROT &lt;/P&gt;&lt;P&gt;      VERKO_TAB                      = L_TB_VERKO   " Pick Pack Data&lt;/P&gt;&lt;P&gt;      VERPO_TAB                      = L_TB_VERPO.  " Pick Pack Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what I am missing. When I Execute this code Batch Split is Done, &lt;/P&gt;&lt;P&gt;But Picking and packing is not done per delivery.&lt;/P&gt;&lt;P&gt;It is just telling Picking quantity is missing Even though I passed the pick quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 11:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339246#M1638922</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2011-10-31T11:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Split , Picking and Packing WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339247#M1638923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 11:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339247#M1638923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-31T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Split , Picking and Packing WS_DELIVERY_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339248#M1638924</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;It is possible to update picking, packing and batch split via the FM mentioned. We are doing the same using the IDOC, which then uses "WS_DELIVERY_UPDATE_2" for posting the conformation. Your mentioned FM also uses the same FM internally.  The parameters you are passing to the FM is correct, you need to check your content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 23:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-picking-and-packing-ws-delivery-update/m-p/8339248#M1638924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-01T23:10:30Z</dc:date>
    </item>
  </channel>
</rss>

