<?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 Posting delivery using bapi using user_exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396912#M815673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,       &lt;/P&gt;&lt;P&gt;I want to create delivery based on sales order using user_exit  UserExit_Save_document. How to approach for this.please help me regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 06:47:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T06:47:40Z</dc:date>
    <item>
      <title>Posting delivery using bapi using user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396912#M815673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,       &lt;/P&gt;&lt;P&gt;I want to create delivery based on sales order using user_exit  UserExit_Save_document. How to approach for this.please help me regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396912#M815673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Posting delivery using bapi using user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396913#M815674</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;Please do the fallowing steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Find and call the BAPI function module to create delivery document&lt;/P&gt;&lt;P&gt;2. Define header and item internal table with the reference of that function module (Theses are mandatory parameters in function module).&lt;/P&gt;&lt;P&gt;3. Pick the item details from the sales order (VA01) using NAST-OBJKY as sales order number into item internal table.&lt;/P&gt;&lt;P&gt;4. Fill the header internal table with the required data.&lt;/P&gt;&lt;P&gt;5. Pass these internal tables into BAPI function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this logic fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396913#M815674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Posting delivery using bapi using user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396914#M815675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;
HI,

As per my understanding you want to create Delivery within the sales order using BAPI. 

It is not possible as the sales order is locked at this point of time and when you create delivery there will be certain information that gets updated in the sales order, so this lock prevents you from saving Delivery.

Possible solution is to check the feasibility of auto delivery when a sales order is created/changed.

&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396914#M815675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Posting delivery using bapi using user_exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396915#M815676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;  Thankyou for your quick response .where i have to write that &lt;/P&gt;&lt;P&gt;code imean is it in user_exit or in report&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;venky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 10:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-delivery-using-bapi-using-user-exit/m-p/3396915#M815676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T10:14:12Z</dc:date>
    </item>
  </channel>
</rss>

