<?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: Delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992959#M706933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the BAPI BAPI_OUTB_DELIVERY_CHANGE &amp;amp; BAPI_DELIVERYPROCESSING_EXEC to update/create delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm passing the new field name &amp;amp; value thru structure BAPIEXT. But the bapi doesn't seem to use this values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is Is there any way where i can write user exits in these BAPI to use the passes value to update LIPS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2007 04:12:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-07T04:12:56Z</dc:date>
    <item>
      <title>Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992957#M706931</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;Can any one pls help to get the user exits for updating LIPS table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom field in LIPS. Need to update the same while CREATE/CHANGE delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanjks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 03:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992957#M706931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T03:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992958#M706932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the exit USEREXIT_MOVE_FIELD_TO_LIPS. This is there in the Include MV50AFZ1.&lt;/P&gt;&lt;P&gt;the program name is MV50AFZ1. Inside this exit, there is a particular sub-routine called as &lt;/P&gt;&lt;P&gt;FORM USEREXIT_MOVE_FIELD_TO_LIPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is you can use the BADI : LE_SHP_DELIVERY_PROC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BADI influences processing of delivery data, during creation and changing of deliveries at specific points described in the interface. The BAdI methods enable you to read, write, determine, delete, and save your own delivery-related data, and to change the standard delivery data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its useful, award points pls..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 03:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992958#M706932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T03:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992959#M706933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the BAPI BAPI_OUTB_DELIVERY_CHANGE &amp;amp; BAPI_DELIVERYPROCESSING_EXEC to update/create delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm passing the new field name &amp;amp; value thru structure BAPIEXT. But the bapi doesn't seem to use this values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is Is there any way where i can write user exits in these BAPI to use the passes value to update LIPS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 04:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992959#M706933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T04:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992960#M706934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cant write user exits in BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to find the user exit which is hit while creating delivery &amp;amp; pass the necessary values in the LIPS structure of the user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 04:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992960#M706934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T04:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992961#M706935</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;Check the user exit USEREXIT_MOVE_FIELD_TO_LIPS in  include program MV50AFZ1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahalakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 05:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992961#M706935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T05:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992962#M706936</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 tried using the BADI LE_SHP_DELIVERY_PROC and CHANGE_DELIVERY_ITEM method. But this code is not getting trigerred while CREATE / CHANGE delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help how to get this bADI to get trigerred?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 06:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992962#M706936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T06:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992963#M706937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem, the method CHANGE_DELIVERY_ITEM is called only if i modify a field in the item. My problem is that I want to call it when I modify a field in the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how to force the program to call this method ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery/m-p/2992963#M706937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T08:53:47Z</dc:date>
    </item>
  </channel>
</rss>

