<?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: Function module to create and change delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952663#M1336437</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 have declared the import and export parameters same as the above said bapi's.&lt;/P&gt;&lt;P&gt;now what are all the variables i have to declare in the source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer kumar on Feb 20, 2010 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 07:17:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-20T07:17:36Z</dc:date>
    <item>
      <title>Function module to create and change delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952661#M1336435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create a function module to create and change delivery using the same function module.&lt;/P&gt;&lt;P&gt;For this I want to call the bapi's BAPI_OUTB_DELIVERY_CREATE_SLS &lt;/P&gt;&lt;P&gt;and BAPI_OUTB_DELIVERY_CHANGE.&lt;/P&gt;&lt;P&gt;So what are the variables I need to declare in source code of my function module.&lt;/P&gt;&lt;P&gt;Can anybody please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 06:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952661#M1336435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T06:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create and change delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952662#M1336436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer, &lt;/P&gt;&lt;P&gt;                  Check this out &lt;/P&gt;&lt;P&gt;In the BAPI BAPI_OUTB_DELIVERY_CREATE_SLS &lt;/P&gt;&lt;P&gt;You need to provide &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIP_POINT - Goods receiving point for the returned goods.&lt;/P&gt;&lt;P&gt;DUE_DATE - Delivery creation date selected as december 12 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           9999 unless specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBUG_FLAG makes analysis of the process earlier .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_OUTB_DELIVERY_CREATE_SLS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESTINATION logsys&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt; SHIP_POINT = 'MD01'&lt;/P&gt;&lt;P&gt; DUE_DATE = sy-datum&lt;/P&gt;&lt;P&gt; DEBUG_FLG = 'X'&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;*delivery = lf_vbeln&lt;/P&gt;&lt;P&gt;*num_deliveries = lf_num&lt;/P&gt;&lt;P&gt;*tables&lt;/P&gt;&lt;P&gt;*sales_order_items = lt_order&lt;/P&gt;&lt;P&gt;*extension_in = lt_extin&lt;/P&gt;&lt;P&gt;*deliveries = lt_deli&lt;/P&gt;&lt;P&gt;*created_items = lt_itm&lt;/P&gt;&lt;P&gt;*extension_out = lt_extout&lt;/P&gt;&lt;P&gt;*return = lt_return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the BAPI_OUTB_DELIVERY_CHANGE.&lt;/P&gt;&lt;P&gt;Please read the documentation of the function provided there.&lt;/P&gt;&lt;P&gt;A Wiki To support your need.&lt;/P&gt;&lt;P&gt;Link: [Wiki|https://wiki.sdn.sap.com/wiki/display/ABAP/Change&lt;EM&gt;outbound&lt;/EM&gt;delivery+%28VL02%29]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope your query resolves soon.&lt;/P&gt;&lt;P&gt;Have a best day ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 06:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952662#M1336436</guid>
      <dc:creator>gaursri</dc:creator>
      <dc:date>2009-07-20T06:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create and change delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952663#M1336437</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 have declared the import and export parameters same as the above said bapi's.&lt;/P&gt;&lt;P&gt;now what are all the variables i have to declare in the source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer kumar on Feb 20, 2010 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952663#M1336437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T07:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create and change delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952664#M1336438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer kumar on Feb 20, 2010 10:00 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer kumar on Feb 20, 2010 10:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 09:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952664#M1336438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T09:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to create and change delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952665#M1336439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 09:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-and-change-delivery/m-p/5952665#M1336439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T09:01:04Z</dc:date>
    </item>
  </channel>
</rss>

