<?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-data transfer-billing document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021462#M1897943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got your requirement. Unfortunately, I am not working on a system with SD module so unable to check the steps in detail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, could you check the global data XVBRP[] or XLIPS[] while you are in the data transfer routine. Otherwise check for the enhancements in Function module : RV_INVOICE_DOCUMENT_ADD before the billing number is genearated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 11:02:04 GMT</pubDate>
    <dc:creator>atul_mohanty</dc:creator>
    <dc:date>2015-04-06T11:02:04Z</dc:date>
    <item>
      <title>VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021456#M1897937</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May I get all of billing item in the routing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I input two dn using vf01 to billing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DN01 contain 4 items&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DN02 contain 2 items&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to get 6 items in the invoice split routing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 03:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021456#M1897937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-01T03:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021457#M1897938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone help?&lt;/P&gt;&lt;P&gt;i using using field symbol get the dn header data, (SAPLV60A)XKOMFK[]&lt;/P&gt;&lt;P&gt;but how can i get the selected item?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021457#M1897938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-02T03:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021458#M1897939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy - It seems you need a invoice split. Could explain your query in detail ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atul Mohanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 06:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021458#M1897939</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2015-04-02T06:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021459#M1897940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Atul thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;invoce split through VBRP-SPART, and take 'FREE ITEM' into special consideration.&lt;/P&gt;&lt;P&gt;vbrp-spart from 00 to 20 means 'TV', from '20' to '30' means 'PHONE'&lt;/P&gt;&lt;P&gt;if a dn contain both TV &amp;amp; PHONE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if all PHONE is not free, split to 2 invoice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if all PHONE is free, not split, 1 invoice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if some PHONE is free, some not, they are different dn items. split to 2 invoice, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TV and free PHONE as 1 invoice; PHONE not free as 1 invoice&lt;/P&gt;&lt;P&gt;if a dn contain only PHONE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no matter free or not free, donot split, just 1 invoice&lt;/P&gt;&lt;P&gt;and if i input a few dn when 'VF01', i have to take all the dn as a whole&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have to konw all the items to do billing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 04:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021459#M1897940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-03T04:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021460#M1897941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Timothy -Thanks for your reply.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The field VBRK-ZUKRI takes care of invoice spilt. &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Please follow the link below , where we have answered for some kind invoice split requirement.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/14638048#14638048"&gt;http://scn.sap.com/message/14638048#14638048&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In your case you need to check VBRP-SPART and the rule based PHONE is free / NOT free. You can combine this two info, to create a rule and based on that populate the VBRK-ZUKRI.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Example -&amp;nbsp; if ( VBRP-SPART = '00'or&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;VBRP-SPART = '&lt;/SPAN&gt;01' or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;VBRP-SPART =&lt;/SPAN&gt; '20' ) AND ' ( logic&lt;SPAN style="font-size: 13.3333330154419px;"&gt; PHONE is free / NOT free) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;VBRK-ZUKRI = '0001'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ELSE. &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;VBRK-ZUKRI = '0002'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope it helps.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Let us know, in case any further issue.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Atul Mohanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 08:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021460#M1897941</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2015-04-03T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021461#M1897942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;Atul, &lt;/SPAN&gt;thank you &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;so&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; much &lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;i know VBRK-ZUKRI takes care of invoice spilt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;the standard is &lt;/SPAN&gt;not only phone free or not&lt;/P&gt;&lt;P&gt;1st, only TV/PHONE, or TV with PHONE&lt;/P&gt;&lt;P&gt;2nd, PHONES are free, or not, or both&lt;/P&gt;&lt;P&gt;because every time the program going to the routing&lt;/P&gt;&lt;P&gt;VBRP contain only the current item, i can get the current item is phone or tv, free or not&lt;/P&gt;&lt;P&gt;but i donot know the other item&lt;/P&gt;&lt;P&gt;so my question is how can i get all the items info in the routing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 03:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021461#M1897942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-04T03:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: VOFM-data transfer-billing document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021462#M1897943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got your requirement. Unfortunately, I am not working on a system with SD module so unable to check the steps in detail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, could you check the global data XVBRP[] or XLIPS[] while you are in the data transfer routine. Otherwise check for the enhancements in Function module : RV_INVOICE_DOCUMENT_ADD before the billing number is genearated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vofm-data-transfer-billing-document/m-p/11021462#M1897943</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2015-04-06T11:02:04Z</dc:date>
    </item>
  </channel>
</rss>

