Billing Comparison on quantities when two or more time slice in bill doc.

I our project for commercial customer consumption history of past six years is normalized to create a monthly consumption base line (calendar months) this base line is maintained as installation fact and while billing execution this is used to calculate billing  base line
E.g
Jan consumption base line u2013 100000 KWH
Feb Consumption base line u2013 90000 KWH
Billing period is 15 Jan u2013 15 Feb
Billing base line is calculated by prorating Jan and Feb consumption base line
((100000/31) X 17 ) + (( 90000/28) X 15) = 103053
Periodic consumption is compared with billing base line and if
A. Consumption is more than billing base line
      Excess consumption is billed to produce debit $ amount in bill doc
E.g Billing base line 103053,     Periodic consumption 110000
Excess consumption = 110000 u2013 103053 = 6947 KWH
6947 X price = Debit $ amount
B. Consumption is less than billing base line
Difference between billing base line and consumption is billed to produce credit $ amount in bill doc
E.g Billing base line 103053,     Periodic consumption 90000
Difference = 103053 - 90000 = 13053 KWH  
13053 X ( -Price) = Credit $ amount
Comparison between Billing base line and Consumption is done using standard variant IF01
The problem occurs when bill document has two or more time slice due to price change or change in facts like factor at rate category facts. If  for one time slice consumption is more than billing base line and for other time slice consumption is less than billing base line.
Variant IF01 does not take into account time slice but it compares quantities considering whole billing period.
E.G Billing period is 25 Jan u2013 25 Feb
Price changes on 20 Feb
Billing base line 25 Jan to 19 Feb u2013 50000
                            20 Feb to 25 Feb u2013 20000
Billing base line for complete billing period 50000 + 20000 = 70000
Consumption  (prorated by SAP)     25 Jan to 19 Feb u2013 56000
                                                          20 Feb to 25 Feb u2013 18000
Total consumption for billing period 56000 + 18000 = 74000
Consumption is more than billing base line for 25 Jan to 19 Feb time period and consumption is less than billing base line for 20 Feb to 25 Feb time period  but since for complete billing period consumption (74000)is more than billing base line (70000) and this comparison is done by IF01. Control in schema flows to rate which calculate the Debit $ amount for both the time slice which results incorrect calculation of bill amount
Has anybody encountered similar scenario before. Is there a way out so that individual comparison is carried out for each time slice to pass control to correct rate in schema.
Thanks
Amit

Hi,
You can use variant quanti02 to determine the difference between the periodic consumption and base consuption.
first, you calculate the positive difference only ( periodic consumption - base period) by selecting variant control  2  - Negative differences are not updated. You store this into a new QUANT operand called QPLUSDIFF
then you do the same quanti02 to determine the negative difference, but first you detemine it as positive difference between base consumption and periodic consumption) and multiply the result with factor -1 with quanti09 and store it into a new QUANT operand called QNEGDIFF
Then you have your negative and positive differences and you can bill them with the corresponding prices in subsequent steps.
Hope this helps,
Daniel Toba
http://www.sap-isu.net

Similar Messages

  • When two or more tabs are opened after this when I click on another tab which is opened then firfox stopped responding and open automatically all the tabs in diffreent windows

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/873886]]</blockquote>
    when two or more tabs are opened after this when I click on another tab which is opened then firefox stopped responding and open automatically all the tabs in different windows

    If it works in a new window then you can drags tabs from the not working window to that new window.
    You can also try to close the tabs via Ctrl+W and restore the closed tabs via Shift+Ctrl+T

  • My iphone 5 get stuck in locked screen when two or more missed calls or messages shown on locked screen list

    My iphone 5 get stuck in locked screen when two or more missed calls or messages shown on locked screen list

    Hi bhagath1339,
    Welcome to the Apple Support Communities!
    The first troubleshooting steps I would recommend in this situation would be restarting and if the issue continues, resetting the iPhone.
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    If the issue continues after restarting and resetting, it may be necessary to restore your iPhone to isolate software versus hardware. Please follow the attached article if you need assistance restoring the device.
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Have a great day,
    Joe

  • Problem-Solution: Help! I'm seeing my iCloud account two or more times in Notes and Contacts!

    Problem: Help! I’m seeing my iCloud account two or more times in Notes and Contacts!
    Solution:
    Open [System Preferences] >
    Open [iCloud] >
    Uncheck [Contacts] for each duplicate iCloud you see in Contacts. ex. My iCloud Account is listed three times = uncheck Contacts twice. The checkbox next to Contacts will fill back in again automatically.
    Uncheck [Notes] for each duplicate iCloud account you see in Notes. (same instructions for Contacts; repeat the steps for each duplicate account)
    Why is this happening?
    It has to do with iCloud Keychain. If you set up iCloud keychain on more than one Mac, it appears to duplicate the iCloud account in each respective application once per Mac. (ex. 2 Macs = 1 Duplicate). The good news is that the above fix appears to be permanent and does not reoccur.

    Minor addition:
    I’m setting up a new Mac—how can I avoid this?
    Turn on iCloud in System Preferences (SP)
    When asked if you wish to set up Mail, Contacts, Calendar, Find my Mac, et al., uncheck all boxes, and click Next.
    Check the “Keychain” box first, then check all other boxes except Contacts and Notes.
    Within a few minutes, these boxes will check themselves.

  • Avoiding PrinterJob to print two or more times a page...

    Hi all,
    I'm using jdk 1.4 and I have noticed that the PrinterJob prints a page two times, then I have also discovered the reason:
    taken from http://java.sun.com/products/java-media/2D/reference/faqs/index.html#Q_What_are_the_causes_of_large_s:
    Q: When printing using java.awt.PrinterJob, why does it print each page at least twice (and sometimes much more than that)?
    A: The root of this is that Java 2D printing needs to be able to print everything that Java 2D can render to the screen, and that includes translucent colours, images etc which cannot always be printed directly in Postscript or GDI except when printing everything as one big image, so the implementation tries to avoid this by calling first to discover the rendering that needs to be done for the page. If its simple opaque rendering then only one more call is needed to render the page. If there are translucent colours then multiple calls are done for "bands" down the page to limit the size of the image being generated and hence constrain peak memory usage.
    My question is: is there an alternative way to print a page avoiding calling the print method two or more times?
    Thank you very much, best regards.
    Raffaele

    Hi all,
    I'm the same person as gamby1980 and I'm yet (from 2006 :-) ) waiting for an answer...
    Does someone know a mechanism to force the printing system to call print method two times? I'm pretty sure that I haven't "translucent color" in the pages I want to print, and so I don't need the second step in printing...
    Thanks again!
    Regards
    Raffaele

  • How can I separate playlists from different libraries when two or more users do login in the same computer?

    We've got two computers. I access my iTunes on both of them. I've got an iPod nano. But another user access his own iTunes account in one of these computers. He's got an iPhone. When I login in this one, I share all my playlists with him, and vice-versa. How do I do to separate these libraries without deleting one of them?

    check out method one in this support article: How to use multiple iPods, iPads, or iPhones with one computer

  • SCXI 1126 frequency channels are unstable when two or more are connected.

    I have two proximity sensors picking up the spoke of a pully wired into my SCXI-1126 module.  The signal jumps around a lot while both are working.  When only one is sensing and the other is not the signal works good without any problems.  It seems like I am getting cross talk between the two channels.  This is not the first time I've used an 1126 module.  I've done it in other applications with similar sensors without problems.  Could it be the type of prox switch I'm using?  I've got two omron npn sensors.  Is there something else that I am overlooking. 

    Thanks mtdtest.  Revision D is a slightly older version of the board, and this may be related to the issue you are seeing.  You'll need to contact technical support to continue troubleshooting this issue.  You can create a service request online by going to the Request Support page and entering in your information.  Once you create your request, can you please post your service request number here so I can follow the issue as well?  Thanks!
    Justin M.
    National Instruments

  • MediaElement bugs out when using it more times

    Greetings fellow developers,
    I am having an issue with MediaElement, when trying to run more of those at once.
    var storageFile = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync(filePath);
    var stream = await storageFile.OpenReadAsync();
    MediaElement soundEffect = new MediaElement();
    soundEffect.SetSource(stream, storageFile.ContentType);
    soundEffect.Play();
    Whenever I try to play some soundeffects, let's say like 8 of them, what happens is:
    1. At start, all soundEffects are playing and overlapping as intended
    2. After few more MediaElements, all soundEffects just stop playing and get replaced by the one I played last.
    Thanks for your help!

    Hi Raxume,
    As far as I known, Windows Phone only supports play sound from one MediaElement
    at one time. If you want to play many sounds at the same time, I will recommand you use the
    SoundEffect Class.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is it possible to have an application open two or more times on a my Mac

    (ie MYOB)? My mac is Mac OS X ver 10.5.8. Its not possible to open more than one file at a time with MYOB unless you open the application again. This is possible with windows, but I am finding it a bit difficult with Mac. Any help with this matter would be deeply appreciated.
    Bec

    Perhaps,
    Install the application again, in a different location. This will give you two application icons to run. This used to work in older Mac OS's.

  • When two PCs are synced does all info from both PCs end up on both PCs or is just the data from the PC that initiates sync go to the PC that is paired with it?

    I have an old PC has lots of bookmarks that I want to sync with a new PC. Unfortunately, the old PC will not display captcha so I cannot use it to initiate a sync account (no captcha display is a separate problem that I have had for a long time on the old PC and none of the fixes in the forums solve that problem.) The new PC displays captcha OK (same OS, same configs as old PC but it works - go figure.) If I initiate sync from the new PC and then pair with old PC will the bookmarks, etc. from the old PC migrate to the new PC? Or will the handful of bookmarks I have already set up on the new PC migrate to the old PC? Or will both PCs end up with everything? Seems like a simple question but there is nothing in the forums or Help pages about what actually happens when two (or more) devices and paired.

    You can set what happens with the first sync via the Sync Options.
    * Merge this device's data with my Sync data
    * Replace all data on this device with my Sync data
    * Replace all other devices with this device's data
    The default is "Merge this device's data with my Sync data"

  • Need more time to pay my last bill

    i need help in payin my last phone bill as it due on the 15th July and i dont get paid till the 29th July so please can you help me
    Can you give me any solutions on how to pay or you will cut my broadband and BT Vision off if i dont pay by the 15h July.
    Thanks

    Send an email to [email protected] remember to include your BT account number, telephone number and a link to this thread and they will have a look in to it for you.
    But to be honest though I don't think you'll have much hope even if you have payed part of your bill, as BT may not give you more time to pay the rest of it off and you may end up facing being cut off along with facing additional charges regardless of circumstances.
    My Motto:
    Going to kill my HomeHub 2 very soon.

  • Bug: when you have two or more reminder pop-ups on BB10, you can't edit 2 or more of them because the second and beyond are lost...

    I notice that when you have two or more reminder pop-ups on BB10 (tasks, calendar, etc.), you can't edit 2 or more of these because the second and beyond get lost and will never pop-up again.  

    Hey JVanB,
    Thank you for your feedback.
    To better understand your issue, for example If you have two reminders and select 'View Event Details' on the 1st reminder,  does the 2st reminder popup before the Details of the1st reminder displays? 
    Thanks.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • I want to be a refund of the app to download. Because when I was metallurgy and applications free download. I have an email sent to me more than the actual bill.

    I want to be a refund of the app to download. Because when I was metallurgy and applications free download. I have an email sent to me more than the actual bill.

    Hello RPORTER01,
    Thank you for contacting Apple Support Communities. The following article should assist you in creating an account without a credit card.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    Regards,
    Jeff D.

  • When do we need two or more sales organization

    Hi Experts,
    In our Enterprise Structure, what factors decide that we need two or more sales organisations. What business requirement makes the decesion of this, any examples may really help.
    Increase of master data is fine but what is the actual reason behind having to restrict with simple org structure ??
    Pre- Thanks
    Denish

    I don't think you need more than one sales area for one country under one company code.
    B'coz most of the things can be handled through or can be differentiated on the bases of Sales Area.
    To add further, its just a virtual organisation entity without any legal boundness.
    All sales related rule regulation for one country should be perferably under umberalla.
    More that one sales org without a valid purpose will just add to complexity of the enterprise structure (simple the better)
    So I don't is any specific requirement of having more than one sales organiation for one country under one company code.
    Untill you need:
    - reporting in more than one Statistics currency.
    - different Sales organisation calendar
    Regards
    JP
    One question for our fellow respondents:
    Whether
    - pricing
    - payment terms
    - target customers/customer base
    - Product line
    - area of operations
    is enhancing the sales org is the only alternative or will add to the complexity?

  • Sales order to Billing status is completed, we can add  more SKU

    Hi Friends,
       Even then one ful cycle of sales order to billing is completed and accouting is also cleared. Still we can add one more SKU in sales order through T Code - VA02. and process one more delivery and billing to accouting.
      My question is... May I know is there  any  way to not add an SKU when the sales is already processed to billing in the standard.
    Please advise in case if I'm missing any thing from my end...
    Thanks & Regards,
    Pugal Stalin

    Hi Stalin,
    If you try this Scenario tou will see that even your are adding  the some more line item but there is a afresh delivery created & new billing documnet is created by the system mean system is treating this as a Partial Delivery for that perticular order.
    Second your are talking about accountng entries & business objective related to same.
    see the accounting entries is based on the transaction like after Delivery & PGI the accounting entries will be Cost of goods sold a/c Debited  To Inventory a/c Credited.
    Same after billing the entries passon to accounting is from the new billing documemt.& if you go in details of accounting part system will tell you the account receivale & payable based on delivery,PGI & Billing date not on sales order date.So the data goes & reflect you the summary of Profit cente , Cost cente & Accounts based on delivery , PGI & billing Date & month not SO.
    Now the Question why we add the quantities to same Sales Order instead of new one.
    see if the Business data (Payment Terms ,Incoterms) is  same ,Pricing conditions are same,Other Condition & business implecations are same, then vary much you are free to add the quntities in the exixting Sales order.
    So pls. treat this a flexibility of SAP not as a loopole..
    I hope i am able to explain you properly.
    Regards
    Deepak

Maybe you are looking for

  • Is the following possible in OBIEE

    I have a requirement: that runs like this - There r four dimensions (let's say d1, d2, d3, d4). There are also measures like m1, m2, m3, m4. I have got a requirement that a OBIEE report needs to be produced that has d1 columns at the left, one of (d2

  • Time Capsule No Longer Backs Up First Computer After Adding Second Computer

    I'm new to this forum and I apologize if this has been answered elsewhere. I have a 1 TB TC. I used it to begin backups on my MacBook Pro (OS 10.5.6). I did the first backup on 1/4/09 and, up until today, it has been working very well, with hourly ba

  • Use of custom primary key using OSM Activation Tasks

    Hi, We are using OSM Activations Task to interact with ASAP. By default it uses OSM_ORDER_ID.HIST_ID as the corelation key and same as primary key while sending the request to ASAP. Is there a way we can customize this logic so as to send a custom va

  • Using Azure to authenticate to on-premise resources and vice versa

    I feel like the answer(s) should be obvious but there is so much information out there that it is hard to tell what is current and what is old.  Also, most articles assume that you are connecting your on-premise directory to Office 365, which I don't

  • GPS not working in lumia 730

    In my lumia 730,offline navigation is not working. I have downloaded the map after that when i turn on location and open any of the here drive,here maps or default maps, it shows unable to determine your location.Even when i m connected to internet i