<?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: VOFM Routine Data Transfer routine error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983893#M1696720</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;Have you run the report RV80HGEN? Please, see notes 326560 and 327220.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 12:59:18 GMT</pubDate>
    <dc:creator>eduardo_hinojosa</dc:creator>
    <dc:date>2012-08-22T12:59:18Z</dc:date>
    <item>
      <title>VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983888#M1696715</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;&lt;/P&gt;&lt;P&gt;I am working with a VOFM, Data Transfer-&amp;gt; Deliveires routine.&lt;/P&gt;&lt;P&gt;I've created a new routine and the routine is activated. i can trigger the break-point aswell.&lt;/P&gt;&lt;P&gt;my requirement in routine is:&lt;/P&gt;&lt;P&gt;i've to split a delivery when ever the volume is going beyond 200.&lt;/P&gt;&lt;P&gt;VBAP-VOLUM&lt;/P&gt;&lt;P&gt;my routine is triggering 6 times if i've line items. and 11 times if i've 10 line items.&lt;/P&gt;&lt;P&gt;if i update LIKP-ZUKRL filed delivery can be splitted.&lt;/P&gt;&lt;P&gt;i've written some logic in routine&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Data&lt;/SPAN&gt;: counter &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; n &lt;SPAN class="L1S52"&gt;VALUE&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vol&amp;nbsp; &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; vbap-volum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vol = vol + cvbap-volum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; vol &amp;gt; 200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt; : vol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vol = cvbap-volum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; counter = counter + &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIKP-ZUKRL+&lt;SPAN class="L1S32"&gt;4&lt;/SPAN&gt;(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;) = counter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ELSE&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIKP-ZUKRL+&lt;SPAN class="L1S32"&gt;4&lt;/SPAN&gt;(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; = counter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;endif&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;but it is not working. i can able to split the deliveries but line items are not coming correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 11:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983888#M1696715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-16T11:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983889#M1696716</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;First, see the next notes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note 355404 - Why was there a delivery split during creation?&lt;/P&gt;&lt;P&gt;SAP Note 546668 - FAQ: Delivery split when creating deliveries (question 6)&lt;/P&gt;&lt;P&gt;SAP Note 166397 - Delivery split according to customer field ZUKRL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKP-ZUKRL is diferent? I think you are creating deliveries from SO, am I right? Think you could create deliveries for subcontracting (tcode ME2O) or for stock transfer orders or STO with VL10B or VL10D (you have userexits, see Note 198137 - VL10: Customer-specific enhancements / user exits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 14:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983889#M1696716</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2012-08-16T14:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983890#M1696717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are creating deliveries for sales order using VL10G.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Deliveries are being split based on incoterms, i want to apply the same logic to my requirement.&lt;/P&gt;&lt;P&gt;Please help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 07:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983890#M1696717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983891#M1696718</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 in tcode VTLA, for the couple LF-OR what VOFM subroutine you have in the field data transfer/header data. This subroutines rule how are populated some fields of table LIKP (for instance field ZUKRL and you could use the field INCO1 to populate this field with an offset). Read again carefully note 546668.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 08:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983891#M1696718</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2012-08-22T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983892#M1696719</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've checked in VTLA, &lt;/P&gt;&lt;P&gt;The data transfer header data it is 902(customized).&lt;/P&gt;&lt;P&gt;i've copied code of 001 routine in side of this 902 routine aswell.&lt;/P&gt;&lt;P&gt;though i am updating LIKP-ZUKRL with a counter variable, splitt is happening.&lt;/P&gt;&lt;P&gt;but there is a mismatch in the line items of a delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chinna &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 09:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983892#M1696719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-22T09:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983893#M1696720</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;Have you run the report RV80HGEN? Please, see notes 326560 and 327220.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983893#M1696720</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2012-08-22T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983894#M1696721</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 run the program already and activated the routine. VTLA configuration also done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is if we are simply moving one value to LIKP-ZUKRL how the system will understand that we are going to split a delivery. &lt;/P&gt;&lt;P&gt;after entering value into ZUKRL filed do we need to develop any code to to split delivery or create new delivery?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 11:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983894#M1696721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983895#M1696722</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my routine is being called 2 times for every first line item.&lt;/P&gt;&lt;P&gt;i've used a check to avoid the repeating of first line item.&lt;/P&gt;&lt;P&gt;problem solved.&lt;/P&gt;&lt;P&gt;Thank you all for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 10:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983895#M1696722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-03T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM Routine Data Transfer routine error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983896#M1696723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;issue resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 11:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-routine-data-transfer-routine-error/m-p/8983896#M1696723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-29T11:14:42Z</dc:date>
    </item>
  </channel>
</rss>

