<?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: Split delivery using WS_DELIVERY_UPDATE_2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844800#M666374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MOVE-CORRESPONDING ps_likp TO ls_vbkok.&lt;/P&gt;&lt;P&gt;  ls_vbkok-vbeln_vl = ps_likp-vbeln.&lt;/P&gt;&lt;P&gt;  ls_vbkok-vbtyp_vl = ps_likp-vbtyp.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  ls_vbkok-wabuc = 'X'."booking&lt;/P&gt;&lt;P&gt;  ls_vbkok-kzreg = 'X'."registration&lt;/P&gt;&lt;P&gt;  ls_vbkok-kzlfd = 'X'."registration&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'WS_DELIVERY_UPDATE_2'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      synchron                = gc_true&lt;/P&gt;&lt;P&gt;      vbkok_wa                = ls_vbkok&lt;/P&gt;&lt;P&gt;      delivery                = ps_likp-vbeln&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      ef_error_any            = lv_error_any&lt;/P&gt;&lt;P&gt;      ef_error_in_goods_issue = lv_error_in_goods&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      prot                    = lt_prot&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error_message           = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 11:35:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T11:35:59Z</dc:date>
    <item>
      <title>Split delivery using WS_DELIVERY_UPDATE_2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844799#M666373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is FM WS_DELIVERY_UPDATE_2 used to split a delivery?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying FM LE_DSP_ALL_STEPS, but when I have two transport orders inside a delivery it splits the one corresponding to the handling unit I am not providing. [If someone knows how to solve this, I'd be glad to know the reason why it's not working]&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>Tue, 25 Sep 2007 11:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844799#M666373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Split delivery using WS_DELIVERY_UPDATE_2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844800#M666374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MOVE-CORRESPONDING ps_likp TO ls_vbkok.&lt;/P&gt;&lt;P&gt;  ls_vbkok-vbeln_vl = ps_likp-vbeln.&lt;/P&gt;&lt;P&gt;  ls_vbkok-vbtyp_vl = ps_likp-vbtyp.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  ls_vbkok-wabuc = 'X'."booking&lt;/P&gt;&lt;P&gt;  ls_vbkok-kzreg = 'X'."registration&lt;/P&gt;&lt;P&gt;  ls_vbkok-kzlfd = 'X'."registration&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'WS_DELIVERY_UPDATE_2'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      synchron                = gc_true&lt;/P&gt;&lt;P&gt;      vbkok_wa                = ls_vbkok&lt;/P&gt;&lt;P&gt;      delivery                = ps_likp-vbeln&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      ef_error_any            = lv_error_any&lt;/P&gt;&lt;P&gt;      ef_error_in_goods_issue = lv_error_in_goods&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      prot                    = lt_prot&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error_message           = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 11:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844800#M666374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Split delivery using WS_DELIVERY_UPDATE_2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844801#M666375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to specify the transport order I want to split?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 12:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-delivery-using-ws-delivery-update-2/m-p/2844801#M666375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:10:03Z</dc:date>
    </item>
  </channel>
</rss>

