<?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: BAPI_OUTB_DELIVERY_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870752#M1138714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use MV50AFZ1 user exit FORM userexit_move_field_to_lips to set values to&lt;/P&gt;&lt;P&gt;LIPS-ZZ_my_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- Check OSS Notes 415716 - User exits in delivery processing before effecting this change. &lt;/P&gt;&lt;P&gt;XLIPS and YLIPS internal tables should be filled consistently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2008 21:09:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-20T21:09:30Z</dc:date>
    <item>
      <title>BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870751#M1138713</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 added a new tab to transaction VL0*N (outbound delivery), we're going to use our new "Zzedy" country of origin field (a Zzedy field added to LIKP/LIPS) instead of the SAPi one. Now, I added the new tab at the Header level and also at the items level, as per requirement. When I update my new Header country of origin, all the items have to reflect that, overtly. My question regards how am I supposed to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create the new tab I used BADI LE_SHP_TAB_CUST, implemented 2 instances of the interface, 1 for the header tab, and one for the items tab. My problem is that the methods from this BADI - specifically TRANSFER_TO_SUSBSCREEN, which is the one I suppose I rely on to reflect the change on the Header level in the item's screen - doesn't offer me the possibility to change LIPS-ZZ_my_field, it doesn't give me access at all to any changeable structure/parameter at the item level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I was oriented to use BAPI_OUTB_DELIVERY_CHANGE to accomplish that. But I have being trying, to no avail, to make it work - I'm having problems with the extension, I guess. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, how and where will the BAPI know/understand that it needs to update LIPS-ZZ_my_field , for the given item ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Avraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 16:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870751#M1138713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T16:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870752#M1138714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use MV50AFZ1 user exit FORM userexit_move_field_to_lips to set values to&lt;/P&gt;&lt;P&gt;LIPS-ZZ_my_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- Check OSS Notes 415716 - User exits in delivery processing before effecting this change. &lt;/P&gt;&lt;P&gt;XLIPS and YLIPS internal tables should be filled consistently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 21:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870752#M1138714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T21:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870753#M1138715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This user exit is called when the item is created, not when it is edited, which is my case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2008 07:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870753#M1138715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-23T07:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_OUTB_DELIVERY_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870754#M1138716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case the same program has 2 other exits which will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM userexit_save_document_prepare.&lt;/P&gt;&lt;P&gt;FORM userexit_save_document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 13:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outb-delivery-change/m-p/4870754#M1138716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T13:30:37Z</dc:date>
    </item>
  </channel>
</rss>

