EA00 - Prroration of a disconnected installation

Hello All
I am trying to bill an installation during a period when the price changes so the bill needs to be prorated. It works for installations not disconnected. However if the installation is disconnected - during the cross over period - it does not recongnise the new price and bills the installation on the old price.
For the next period, it bills correctly on the new price so it is just the cross over period that the billing is incorrect.
Thanks in advance.
Regards
Muneeb
Edited by: MuneebG on Aug 5, 2009 11:27 AM

Hello
I found the answer to this question - it cannot be done. The only way to do it is to create a new meter reading at the cross over date so that SAP can pick up the new reading.
Muneeb

Similar Messages

  • Quantity Proration in case of Price change for a Disconnected Installation

    Hi Experts,
    As we know if any installation is disconnected then interpolation or Extrapolation of MR will result to Zero consumption , Logically it is correct because after disconnection you can not have consumption .
    Because of this if Price change happen in-between a billing period and same installation is disconnected then whole quantity is getting charge either on new price or in old price but normal Quantity proration is not happening .
    Example : Bill from 15.04.2014 to 15.05.2014 (30 days)
    Quantity =   2000
    Price change on 01.05.2014
    Normal Bills
    Consumption Amount = 1000 * Old Price + 1000 * New Price
    But in case of Disconnected installation
    Consumption Amount= 2000* Old Price + 0 * New Price
    But I wants Quantity Proration to take place in-case of Disconnected installation as well
    (One solution I have is Z Variant for QUANTI14 )
    Please Help if you know any user exit for MR interpolation or something like that.

    The best and easiest solution for this is.
    Inside FM "ISU_MRRESULT_DEMARCATE" we have one more FM "ISU_DB_V_EDISCOBJ_SELECT_LNR_H" where system checks whether this contract is disconnected or not if disconnected then it will update variable "y_disconnected" as "X" so at the end of "ISU_DB_V_EDISCOBJ_SELECT_LNR_H" FM SAP provided one enhancement space their based on your requirement you can Change "y_disconnected" value as initial so system will do proration as it is non-disconnected installation.

  • Update in disconnection document after reversal of demounted device by EG53

    Hi everybody,
    I have an issue reagardig diconnection document update. For instance if i make a device removal EG32 in a disconnected installation, the status of the disconnection document it is update with status 24 or 27.
    So far so good, but if i make the reversal of the demounted device with EG53, the status of the disconection document remains 24 or 27 (no update to 21).
    This is no good for the next steps in reconnection, because the device shows like iti is demounted, but in fact it is installed.
    Please, a solution,
    Thank you,

    Hi Olivia,
    Thank you for your reply, but this is not a solution, because the users uses EG53 for a year, and by the way EG50 doesn`t work - The status of the device doesn`t allow it.
    The scenario it is like this:
    1. He use EG32 to demount a meter - this will change the status of the disc, document to 27.
    2. He use EG53 to reverse the demounted meter - this it is not related to the disc doc to change it to 21.
    This is my problem because the disc document after EG53 remains in status 27.
    And if we look at the device this is installed.
    Thank you,
    KR

  • Apps show up as installed while they aren't

    After doing a reinstall of lion my previously installed apps still show up in the mac app store as installed.
    Is there any way to reset my purchases or something so I can reinstall these apps?
    Edit, never mind, I had a backup drive connected with the apps on. After disconnecting, installation went fine.

    too bad, there is no external drive attached neither was it when I posted the above. Thanks for posting though
    Creating a new user and trying it from there didn't help either.

  • Edge Animate Free Licence Question

    Edge Animate is free for sometime - this is great news- but i have one question,
    what will happen after ending this free offer, will I be allowed reinstall Edge if for example my Windows 7 crash?

    Thanks Elaine... I see. Then it will remain necessary to come back to the Creative Cloud Service to perform installs when changing computer or hard drive or if installing on a different machine.
    Sad to hear that and I won't hide that also made me a bit upset too.
    Call me old fashion but I am not a fan of macro-managing and intrusive policies (subscription requires collecting a given amount of data that buying previous versions didn't... why does Adobe need my DoB if it ain't going to send me a cake and a gift?!) and who will ensure users the company won't be monitoring, whether to ensure proper funcioning or for other reasons, the usage or collecting machine information? I am still one of those who wants a "physical ownership" of what I purchase and I'd rather have no "always on connection" with the companies providing the software (when I want that I'll come here ;D) when programs don't require it. I am a fan of manual updates and user controlled actions. I don't like automatic systems at least as much as I don't like automatic cars (And no, won't line up to buy a drive-itself google car when that hits the market Sorry Larry and Sergei, but keep at it lots of people who don't like to drive will!)
    Back on topic... I like the level of privacy and sense of privacy the separate user controlled and network disconnected installer had always allowed. So Adobe will forgive me for not meeting this decision with too much enthusiasm as I will continue to consider it an unwelcome imposition on those willing to pay a premium to own a perpetual license that comes with disks or downloadable copy of the installer that can be kept by the buyer and istalled as they see fit. Unfortunately I have no influence on company policies and will have to suck it up. That's really too bad because while I like what the wiz teams are doing at Adobe, I can't say the same for marketing and executive departments
    That said though a question though will come natural here. Since I use my the Adobe product on my desktop while at my home office and I use the same copy on my laptop while at clients or on the go... how would that work for creative cloud applications with perpetual license or for those rented via subscription? Will I now be required to buy 2 perpetual licenses or 2 subscriptions for something I can't use at the same time unless growing 2 extra arms? Are there formulas that allow at least installation for smaller operations such as one-man bands or tiny quartets to operate without "breaking the piggy-bank"?
    In conclusion and as a reminder which I've already posted other times, when the community gets upset on topics like these it's not all just about money and even when "yelling, ******** and moaning", we do that with all the best intention to let Adobe know we still love the people working hard there, but we strongly and passionately disagree with some of the decision being taken and affecting all of us out here. When a company is this large and capable in direct and indirect ways to set standards and trends, we do feel the need to voice our concerns being part of those who have stakes as both end users of the products and consumer or what produced by those products... (hope this last thought will be clear to everyone reading ).
    Thanks again for your always welcom, informative and very much appreciated replies Elaine!
    Cheers!
    tfbkny

  • C# SCOM SDK agent install works fine from debug mode but disconnects when built from installer

    My team is writing a C# application that installs SCOM agents on the fly. I used the code in :
    http://msdn.microsoft.com/en-us/library/hh329037.aspx
    as a template. Which works fine and will consistently install agents when I run it in debug from Visual Studio. But when I build an installer (using InstallShield), calls to:
    "AgentTaskResult results = adminServer.InstallAgents(agents, configuration);"
    always result in a Microsoft.EnterpriseManagement.Common.ServerDisconnectedException. The agent install even shows up in pending management on the SCOM server (but this sits in pending management forever and is never processed). Calling managementGroup.Reconnect();
    and retrying the agent install still results in a ServerDisconnectedException. The application has no problem doing other things with the managementGroup object (from debug or running from an installer). It can create MonitorConfigurationOverrides and
    gets events out of an outbound connector. So it seems like the disconnect problem is localized just to agent install requests.
    I looked in the Windows Event Log and found an OpsMgr SDK Service Error: 
    An exception was thrown while processing InstallAgents for session ID uuid:71d39b19-f9a7-4d4a-82ee-5043480af635;id=41.
     Exception message: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 778.
     Full Exception: System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 778.
       at System.Xml.XmlTextReaderImpl.Throw(Exception e)
       at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32 startPos, Boolean expand, StringBuilder internalSubsetBuilder, Int32& charCount, EntityType& entityType)
       at System.Xml.XmlTextReaderImpl.ParseCharRefInline(Int32 startPos, Int32& charCount, EntityType& entityType)
       at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
       at System.Xml.XmlTextReaderImpl.ParseText()
       at System.Xml.XmlTextReaderImpl.ParseElementContent()
       at System.Xml.XmlReader.ReadString()
       at System.Xml.XmlReader.ReadElementString(String name)
       at Microsoft.EnterpriseManagement.RuntimeService.TaskRuntimeService.CreateRemoteJobXml(JobDefinition jobDefinition, ManagementPackTask task, Guid hsId)
       at Microsoft.EnterpriseManagement.RuntimeService.TaskRuntimeService.SubmitJobs(IList`1 jobDefinitions, Guid batchId, JobCategory category)
       at Microsoft.EnterpriseManagement.RuntimeService.TaskRuntimeService.SubmitTasksInternal(IList`1 jobDefinitions, Guid batchId, JobCategory category, PrepareResultSet prepareTaskResultCallback)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.AdministrationService.InstallAgents(Guid batchId, IList`1 jobDefinitions)

    Hello,
    You might ask in the
    Visual C# Language forum on MSDN.
    Otherwise, perhaps the Operations Manager - Extensibility forum:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/home?forum=operationsmanagerextensibility
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • 5510 printer/Mac 10.7 fail to complete installation after told to disconnect USB.

    Have installed all relevant software & drivers as advised by Apple/HP as disc not suitable for my Mac 10.7. Having gone through the full installation process the Mac fails to find printer in wireless mode after being told to disconnect USB cable. The printer is showing that it has a wireless connection to my AOL wireless router, but still I'm given the message 'select from devices below' but having taken the USB cable out, there is no device showing.
    This question was solved.
    View Solution.

    There was nothing in my instructions about installing software or inserting/removing a USB cable.  Please re-read and follow the instructions exactly.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • AddOn disconnected after installation

    I have a problem using my latest AddOn.
    I created all Files (AddOn, Installer, ard-File) and installed it with SBO.
    The AddOn is running fine in debugging mode.
    After restarting SBO everything is fine, SBO has connected the AddOn, but if i try to use it, an error message appears: "AddOn is disconnected blablabla".
    Can anybody explain this behaviour?
    With an old version of this AddOn i simply changed the version number from 1.11 to 1.2 and it worked after that.
    Frank

    Did you report this problem already via SAP Service Marketplace (SMP)?
    As version 2004 is now in a status of "General Availability" (since Friday), you should be able to do so + do it (please).
    Please note, that bugs and shortcomings have been collected in the Ramp-Up phase + will be certainly fixed soon (But I cannot tell you when exactly that will happen; sorry!).
    Nevertheless, bugs reported via SMP will usually be fixed earlier than shortcomings will be corrected...
    So, again, please report your issues on SMP!
    Thanks,
    Frank

  • Flash installation disconnect

    When installing the flash player the installation goes immediately to 33% complete then sits there for a few seconds before disconnecting.  It says it is trying to reconnect but never can.
    I'm in Windows and Google Chrome
    I'm trying to install the flash separate from Chrome because it doesn't run in Chrome.  Already been to those boards and the advise is to disable flash in Chrome and run separate.

    @filisipi: I am not sure if I understood your problem correct. Holding down the "Alt"-Key after turning on the power of your MBA should give you the joice between all operating systems recognized at this point in time. This should provide the way to boot again with Mac OS.

  • IPhone 4 disconnected from PC during installation

    Hello,
    I was updating my iPhone to the latest hardware update and it disconnected from my PC during the process, now it displays the iTunes logo and a USB cable on the screen. It will not turn on or be recognised by iTunes or my PC at all, I have tried reinstalling iTunes, rebooting my computer twice and nothing is working. I do not even get the message on iTunes saying that my iPhone 4 is in recovery mode. I will greatly appreciate any help and hope this is fixed as soon as possible .
    Thanks.

    Was the home button working before the failed install? If so look at this article and see if it helps. If the home button was broken before all this happened, then I'm not sure what to suggest.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support

  • Installation error of SAP Business One Client after server disconnection

    Hello,
    While installing the SAP Business One Client to my laptop, the SAP server network connection accidentally interrupted and my installation breaks off. I did cancel the setup and try to remove the SAP Business One DI API using uninstaller. After removing the corrupted application I tried to run again the setup.exe from the server but I got this error:
    Previous version of SAP Business One DI API uninstallation failed:
    sapserver\B1_SHR\Client\SAP DIAPI Installation\setup.exe
    SAP Business One Client installation will be aborted.
    I also tried to remove the registry files using some registry cleaner but still I got the error.
    Encountered something like this before? Need some help, thanks in advance!
    Regards,
    Ren

    Hi All,
    Sorry to re open this thread, but I am having a similar issue in attempting to upgrade a 2007 installation to 8.81.
    When attempting the upgrade Server Tools, SDK, and even Client wont uninstall from either the upgrade process or manually from control panel.
    I have conducted all the mentioned solutions as well as running registry cleaner all to no effect.
    I have even attempted re installing the 2007 application but this returns a 1612 install shield error.
    Any advice would be higher appreciated.
    Matthew

  • How long should the installation of new software for iphone take.  Mine has been downloading now for over 3 hours.  I don't want to disconnect and lose my data.

    How long should it take to update an I 4 phone to the new system.  Mine has been going for 3.5 hours and is not finished, but I don't want to disconnect and lose my data.

    Mine took about an hour or so but it mostly depends on your modem and processor speeds. You can check the progress by clicking your iphone on the left and then checking the download progress. As long as that is moving I would just leave it and wait but don't let your computer shut down.

  • Installation and disconnects

    I am reposting this, because it still has not been answered by anyone in the VERIZON bureaucracy - after a message that the case had been "escalated" - and subsequently (not surprisingly) disappeared from the community wall.  
    I wrote to one of the big VERIZON executives in Parsipanny NJ about how lousy my installation went back in November.  There are two boxes on the wall of my apartment bedroom (one quite large) and a bunch of wires all over the place.  I am not obsessive about aesthetics - but it looks like, well it doesn't look good.  I got a call from some guy as a follow up - but when I try to reach him, his mailbox is always full.  What a surprise.  I am a really disgruntled customer.  Nobody told me that I would have ugly boxes and wires on my wall beforehand.  They said my builidng was wired and "ok" for Verizon Fios.  Meantime, my service just kicks out every so often - sometimes multiple times during a single broadcast - disrupting the program (or show) and sometimes at a critical point in a story.  It's annoying.  And for this I am paying $125 a month (with internet that is slower than molasses).  Still Not happy.  Still Not happy at all.   The Verizon guy STILL doesn't answer his phone - and his voicemail box is STILL full so nobody can leave a message.

    We have reopened your private support case.  Please follow the directions in your original thread to access your case and interact with the support agents.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

  • A lot of hang-ups and disconnected WRT120N in all installations with multiples Wireless Routers

    i'm so tired, i have a lot of installations (school, university,..) that have various WRT120N (4,6,8,12,...) all routers have the latest (no is very new) firmware 1.0.0.4 build2, and in a installation all routers have the same SSID and diferents channel.
    Every day all routers hang-up and the user need to stop and start every router.When a router hang-up this can't receive any ping, telnet,web,... across the wired LAN (ping timeout) but all links seem correctly and SSID is published.
    I try another brand in this scenario and work fine.
    I try to chat with linksys support but is'nt possible, nobody know my problem ?

    Sorry I missed the Access Points description - I'm wondering  - because there are so many routers - if there may be an issue with the channels and wireless overlap. One IEEE 802.11 "N" can typically communicate within a radius of 70m indoors 250m outdoors. However, the actual range of communication can vary significantly, depending on such variables as indoor or outdoor placement, height above ground, nearby obstructions, other electronic devices that might actively interfere with the signal by broadcasting on the same frequency, type of antenna, the current weather, operating radio frequency, and the power output of devices. I'm thinking that you will have to separate the channels on these ... I don't know for sure why the other routers worked - maybe only one was changed at a time instead of all the routers in the whole network ... at any rate if you have overlap on frequencies there may be something there ... especially when using these as AP's. I believe this router has the ability to change frequencies in the the advanced wireless settings under the wireless tab.
    Just shooting from the hip here.
    Bill

  • Download Firefox Installer for Windows xp for disconnected networks

    Hello. I want to obtain a complete install package (exe, etc) of Firefox 18 or 19 as my preferred browser on non-internet facing nodes. I have read that installers are calling out for updates upon completion and the nodes in questions cannot connect to the internet. I am looking for a complete/full install of FF 18 or 19 as mentioned above. I am not a local admin on the Internet facing pc that is being used to pull down the binaries. Thanks for any feedback.

    WOW! Thanks for the very prompt reply. It appears to be a full install as you had mentioned. I do receive an error stating "the proxy server is refusing connections" as expected but the browser appears to be complete with its install.
    I will need to apply "DISA lockdowns" for the Firefox settings to be accepted by computer security. I am required to follow guidelines, automate the settings, have it apply to all users, and generate a report of these types of lockdowns.
    If you have further information or pointers to that type of information it would be very much appreciated.
    Thanks again for the very quick repsonse. You saved me valuable time.

Maybe you are looking for

  • IPhoto and Adobe photoshop elements 4.0

    I recently downloaded adobe so that I could do more editing with my photos then iPhoto would allow. However, now I don't have access to my photos so that I can put them in slide shows with iHD or iDVD. They don't show up in iPhoto and I can't get the

  • IOS diagnostic button in email (gmail) doesn't work. What to do.

    How can I update if can't click thru to diagnostics from email from Apple Support? Thank you

  • Missing ActiveX DLLs

    Good morning. After deploying Adobe Reader 11.0.08 within my environment, I have received multiple reports of users being unable to launch PDFs in the browser.  Upon further research, the following files are missing on the reported computers. Locatio

  • Thumbnail image rotation

    I have been allowing PSE8 to rotate my .jpg and .tif images based on the orientation metadata.  When viewing the images in other apps (Windows Media Center for one) the images are, of course, not rotated. Next, I turned off the feature to rotate them

  • Delivery address field in PO

    Hello SAP gurus I want the table for the Delivery address field in PO at item level. can anybody tell me>?