<?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 Incorrect BBP created when there was a device replacement before invoicing in SAP for Utilities Discussions</title>
    <link>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990160#M8515</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 have following scenario :- &lt;/P&gt;&lt;P&gt;1. There is a BB Plan for let say Dec 2007- Nov 2008&lt;/P&gt;&lt;P&gt;2. The Device is replaced with less periodic consumption (on register) as compared to previous device in Nov 2008.&lt;/P&gt;&lt;P&gt;3. Then invoicing is done for period 2007-2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When invoicing was done we expected it to create a new BBP for next period i.e. 2008-2009 with taking into consideration the periodic consumption on the new device that is installed. &lt;/P&gt;&lt;P&gt;But the BBP which is created is showing some higher amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the approach for analysing this scenario? Where can I look in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also would like to know whether Note 982488 can be helpful ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Hrushikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 12:32:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-03T12:32:08Z</dc:date>
    <item>
      <title>Incorrect BBP created when there was a device replacement before invoicing</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990160#M8515</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 have following scenario :- &lt;/P&gt;&lt;P&gt;1. There is a BB Plan for let say Dec 2007- Nov 2008&lt;/P&gt;&lt;P&gt;2. The Device is replaced with less periodic consumption (on register) as compared to previous device in Nov 2008.&lt;/P&gt;&lt;P&gt;3. Then invoicing is done for period 2007-2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When invoicing was done we expected it to create a new BBP for next period i.e. 2008-2009 with taking into consideration the periodic consumption on the new device that is installed. &lt;/P&gt;&lt;P&gt;But the BBP which is created is showing some higher amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should be the approach for analysing this scenario? Where can I look in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also would like to know whether Note 982488 can be helpful ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Hrushikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 12:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990160#M8515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect BBP created when there was a device replacement before invoicing</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990161#M8516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the final settlement invoice amount looking correct? This should be equal to the consumption charges plus your budget accumulator apart from any FICA charges on the account. If that is also unusually high, then I think your device replacement was not done properly as the system may be thinking that it is rollover (when the meter resets to zero again) situation. Check the consumption on this invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the action happens in the function module ISU_INV_UNIT_ACTION. There is a call to the function module ISU_PAYPLAN_APPLY and in there is a subroutine call "FORM f05_process_payplan_amount", then " FORM f05_get_new_payplan_amount" then "FORM fg0_calculate_new_amount" then "ISU_CALC_PAYPLAN_AMOUNT' (if you did not implement event R950).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to step into the above mentioned subroutines and function modules to see how it arrived at that amount by putting breakpoints in there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 17:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990161#M8516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T17:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect BBP created when there was a device replacement before invoicing</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990162#M8517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM "ISU_PAYPLAN_APPLY" you mentioned is not executed at in my case because inside it there is a check as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK xy_wa_iiu-acc-fkkvkp-kzabsver = co_absver_bbp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This check is meant to see whether BB procedure is a Payment Plan or not. In my case it is failing so entire code of FM is skipped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Hrushikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 03:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/incorrect-bbp-created-when-there-was-a-device-replacement-before-invoicing/m-p/5990162#M8517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T03:18:25Z</dc:date>
    </item>
  </channel>
</rss>

