<?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: How to use BAPI_OUTB_DELIVERY_CREATE_SLS function? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913863#M1690865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result after ran the function as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117674" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117675" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 06:18:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-11T06:18:30Z</dc:date>
    <item>
      <title>How to use BAPI_OUTB_DELIVERY_CREATE_SLS function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913862#M1690864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran BAPI_OUTB_DELIVERY_CREATE_SLS function -&amp;gt; the result is successful by returnning a Delivery Order number but when I checked this Delivery Order number by tcode vl06f, it is not exist in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me why?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nguyen Quang Dai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 06:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913862#M1690864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T06:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_OUTB_DELIVERY_CREATE_SLS function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913863#M1690865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result after ran the function as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117674" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117675" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 06:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913863#M1690865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T06:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_OUTB_DELIVERY_CREATE_SLS function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913864#M1690866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nguyen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why you couldn't find this delivery is because you didn't do a 'COMMIT WORK' for the LUW to actually close and update the DB tables. So next time you want to test using Function module make sure you run the BAPI_TRANSACTION_COMMIT after your BAPI call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run multiple FMs in a row like this.&lt;/P&gt;&lt;P&gt;1. Go to SE37 and select 'Test sequences' from the Menu as shown.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117692" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2.In the next screen enter the function module names as shown below and execute.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117693" /&gt;&lt;/P&gt;&lt;P&gt;3 . After executing first function module note the delivery number &amp;amp; just press 'Back' button. This will take you to the second function module. Just run it with WAIT parameter as 'X'.&lt;/P&gt;&lt;P&gt;4. Now go to delivery transaction and enter the delivery number. You should be able to see it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 06:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913864#M1690866</guid>
      <dc:creator>mahesh_madhavan</dc:creator>
      <dc:date>2012-07-11T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_OUTB_DELIVERY_CREATE_SLS function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913865#M1690867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was solved. Thanks a lot &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 08:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913865#M1690867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T08:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use BAPI_OUTB_DELIVERY_CREATE_SLS function?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913866#M1690868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nguyen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read this post.&lt;BR /&gt;Do you know, can I you this BABI to create an outbound delivery with Relations to a scheduling Agreement?&lt;/P&gt;&lt;P&gt;I tried something, but nothing works.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-bapi-outb-delivery-create-sls-function/m-p/8913866#M1690868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T19:56:05Z</dc:date>
    </item>
  </channel>
</rss>

