<?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 Delivery W/O Reference in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439447#M209195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VL02n , I have set up the user exit , move field to LIKP with current data (lfdat) . It works good when i create the Delivery W/O order reference but when its created with ref to an order , it doesnt take the dates from the USER EXIT ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2006 14:54:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-19T14:54:45Z</dc:date>
    <item>
      <title>Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439447#M209195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VL02n , I have set up the user exit , move field to LIKP with current data (lfdat) . It works good when i create the Delivery W/O order reference but when its created with ref to an order , it doesnt take the dates from the USER EXIT ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 14:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439447#M209195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439448#M209196</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 use user exits &amp;lt;b&amp;gt;USEREXIT_SAVE_DOCUMENT&amp;lt;/b&amp;gt; instead of USEREXIT_MOVE_FIELD_TO_LIKP in include program MV50AFZ1 for creating delivery with order reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 15:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439448#M209196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T15:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439449#M209197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It still doesnt work , when i go to vl02n and see the delivery created , it doesnt show the new date ??&lt;/P&gt;&lt;P&gt;I set a breakpoint in the USEREXIT for save , it goes there , changes the value : move sy-datum to likp-lfdat but doesnt update it in the vl02n or likp ?&lt;/P&gt;&lt;P&gt;Where am i going wrong ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 15:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439449#M209197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439450#M209198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using USEREXIT_SAVE_DOCUMENT_PREPARE and changing XLIKP-LFDAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439450#M209198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439451#M209199</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 did the debugging and seems you can not change the delivery date (header) thru user exits. &lt;/P&gt;&lt;P&gt;You need to go to processsing tab and change to new date. Once the date is changed, there is a logic to flag gf_header_work_flag = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This flag will be used to change delivery header via BADI Change_Delivery_Header later on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...
call method gi_badi_delivery-&amp;gt;change_delivery_header
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using BDC for this delivery date change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439451#M209199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439452#M209200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry , &lt;/P&gt;&lt;P&gt;First of all thanks a lot . &lt;/P&gt;&lt;P&gt;Yes , looks like date cant be changed the way they want . &lt;/P&gt;&lt;P&gt;I was just trying to do it through User exit as they wanted the date to be changed right when the delivery is created . Now , shall i set this flag in the exit and call the BADI from the user exit ? I havent ever worked with BADIs but will look into it now ?&lt;/P&gt;&lt;P&gt;Any idea why is this now allowed though we are allowed to change it manually ...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439452#M209200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439453#M209201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm telling ya use USEREXIT_SAVE_DOCUMENT_PREPARE.&lt;/P&gt;&lt;P&gt;  If Sy-tcode = 'VL01N'.&lt;/P&gt;&lt;P&gt;    XLIKP-LFDAT = SY-DATUM.&lt;/P&gt;&lt;P&gt;    MODIFY XLIKP TRANSPORTING LFDAT.&lt;/P&gt;&lt;P&gt;  Endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439453#M209201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439454#M209202</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;The BADI will get executed prior to user exits.&lt;/P&gt;&lt;P&gt;So there is no point to set this flag in user exits (too late). It is very strange why ONLY for creating outbound delivery with order reference does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use BDC or BAPI as solution, it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, let you know if I find any miracle solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439454#M209202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439455#M209203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt...It worked ..phewww....:) cant figure out though why it wouldnt work in the SAVE user exit ? &lt;/P&gt;&lt;P&gt;Can you think of any reason ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439455#M209203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439456#M209204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not positive why it wouldn't work in USEREXIT_SAVE_DOCUMENT.  I'd have to debug to see how and when xlikp actually updates likp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439456#M209204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439457#M209205</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;Matt's solution works like charming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it try &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439457#M209205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delivery W/O Reference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439458#M209206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah , it worked for sure ...:) i m pondering on why its not working in Save , it gives an error dump of SAPSQL_Duplicate_array_insert (in the above post detail is there ) ...Meanwhile i am assigning points for allllll the helppp...thanks all ...!!&lt;/P&gt;&lt;P&gt;If any of us can find out why it doesnt work for SAVE ...Pls do post it here . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank YOu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 20:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-w-o-reference/m-p/1439458#M209206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T20:43:35Z</dc:date>
    </item>
  </channel>
</rss>

