<?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: Create Delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713165#M629090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kate,&lt;/P&gt;&lt;P&gt;You can try with the FM:BAPI_OUTB_DELIVERY_CREATE_SLS&lt;/P&gt;&lt;P&gt;or FM:BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 10:40:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T10:40:18Z</dc:date>
    <item>
      <title>Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713160#M629085</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;I m looking for a BAPI / FM to create delivery from sales order.&lt;/P&gt;&lt;P&gt;I tried using SHP_VL10_DELIVERY_CREATE, but this is not returning the messages correctly in case of delivery not getting created.&lt;/P&gt;&lt;P&gt;i also found a bapi BAPI_DELIVERYPROCESSING_EXEC, but this bapi is not released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713160#M629085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713161#M629086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A search on the forum with 'Bapi delivery create' returns some very useful threads. Have you tried that yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713161#M629086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713162#M629087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this fm it will helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (BAPI_SALESORDER_CREATEFROMDAT2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713162#M629087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713163#M629088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i did that.&lt;/P&gt;&lt;P&gt;I didnt find any link that gives some useful information about the return messages when the delivery is not created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713163#M629088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713164#M629089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m not looking for bapi to create sales order, but BAPI to create deliveries based on sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713164#M629089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713165#M629090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kate,&lt;/P&gt;&lt;P&gt;You can try with the FM:BAPI_OUTB_DELIVERY_CREATE_SLS&lt;/P&gt;&lt;P&gt;or FM:BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713165#M629090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713166#M629091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear that. Its a common practice here to encourage people to search the forum for  earlier replies and answer any specific questions after that, hence the question.&lt;/P&gt;&lt;P&gt;Have you tried the BAPI_OUTB_DELIVERY_CREATE_SLS? I found this BAPI on the system, not sure if it meets what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say there is no useful info returned when the delivery is not created, what are you referring to? Is the return table blank?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713166#M629091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713167#M629092</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;The bapi BAPI_OUTB_DELIVERY_CREATE_SLS is not on my system.&lt;/P&gt;&lt;P&gt;I have used RV_DELIVERY_CREATE, but this FM is not returning any error message in the case when delivery is not created.&lt;/P&gt;&lt;P&gt;the sy-subrc is 0 and there is no return table in this FM.&lt;/P&gt;&lt;P&gt;inside this FM there is another FM used to capture error in a database table VBSS. The FM name is RV_DELIVERY_CC_ERRORLOG_ADD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m looking for capturing the error messages if no delivery is created.&lt;/P&gt;&lt;P&gt;There is a bapi BAPI_DELIVERYPROCESSING_EXEC, but this is not yet released by SAP. So i dont want to use this one.&lt;/P&gt;&lt;P&gt;Is there any other alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 12:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-delivery/m-p/2713167#M629092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T12:37:33Z</dc:date>
    </item>
  </channel>
</rss>

