<?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: FM or BAPI for Outbound delivery / Batch split in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132403#M744179</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;Thanks for this list.&lt;/P&gt;&lt;P&gt;However, I still wonder how I can split batch in my delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 09:26:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T09:26:15Z</dc:date>
    <item>
      <title>FM or BAPI for Outbound delivery / Batch split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132401#M744177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create an outbound delivery from a sales order.&lt;/P&gt;&lt;P&gt;I also need to split the items of my delivery into different batchs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is I can't find a function module to do that. I have tried BAPI_DELIVERYPROCESSING_EXEC but I don't see how to split batch with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be welcome !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yann Portrait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 08:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132401#M744177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T08:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: FM or BAPI for Outbound delivery / Batch split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132402#M744178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!!!!!!! &lt;/P&gt;&lt;P&gt;You can use the following BAPI and FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_SALESORDER_CREATEFROMDAT2.&lt;/P&gt;&lt;P&gt;BAPI_IBDLV_CREATE_ FROM_OBDLV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_DELIVERYPROCESSING_EXEC&lt;/P&gt;&lt;P&gt;RV_DELIVERY_CREATE &lt;/P&gt;&lt;P&gt;GN_DELIVERY_CREATE.&lt;/P&gt;&lt;P&gt; RV_DELIVERY_CREATE_SINGLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO USE RV_DELIVERY_CREATE, i first you have to use function module SHP_GET_SD_DATA to get sales order data and then call RV_DELIVER_CREATE fm with corresponding tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 08:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132402#M744178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T08:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: FM or BAPI for Outbound delivery / Batch split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132403#M744179</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;Thanks for this list.&lt;/P&gt;&lt;P&gt;However, I still wonder how I can split batch in my delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 09:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132403#M744179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T09:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: FM or BAPI for Outbound delivery / Batch split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132404#M744180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally found my way here : &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3882357"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks to &amp;lt;a href="https://forums.sdn.sap.com/profile.jspa?userID=3483985"&amp;gt;Senthil G&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 10:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-or-bapi-for-outbound-delivery-batch-split/m-p/3132404#M744180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T10:20:32Z</dc:date>
    </item>
  </channel>
</rss>

