Get Billing info from document in EASIM

Hi,
I need to know if it's possible to get billing data generated in document from EASIM and the use it in FM for manual billing doc creation.
Thanks,
Daniel

The scenario we´re working on is about billing of energy theft or consumption not read due to meter problems.
the billing has to be done over already billed periods, without changing meter readings. The billing consumption in this scenario involves 12 months average consumption, prior to the date in which the theft or malfunction is assumed to had begun, minus the actual billed consumption for each "questioned" period.
With EASIM I can simulate an already billed period. This cannot be done in EA00 or EASISI.
Nevertheless I'm working on a new approach wich includes adjustment reversal with a certain reason which can be "read" in billing with IF12, then use specific rate steps for this. I'm not totally sure that this new approach can work, so I'm still insterested in using EASIM generated billing doc.
Another problem with adjustment reversal is that the "questioned" period can have periods which shouldn't be included in migration relevant periods for BILLDOCEBF object,
Regards,
Daniel

Similar Messages

  • All of a sudden when downloading free apps i ger error code that the security code on my cc is invalid.  I havnt changed anything! How do i check my billing info from ipad and why am i getting message in first place?

    How do i check my billing info from ipad? All of a sudden im getting error messages that sec code on my cc is invalid when i go to download FREE apps? I havnt changed a thing on my end to warrant this error message

    Same thing happened to me with my peruvian credit card in the peruvian app store, I want to buy an app, but it says that my credit card is "not supported in the Peruvian app store"

  • My computer crashed and I no longer have the itunes library. i get an error msg that my iphone is synced to another library - how can I get the info from the phone to the itunes library?

    my computer crashed and I no longer have the itunes library. i get an error msg that my iphone 3g is synced to another library - how can I get the info from the phone to the itunes library without losing everything? How do I delete old audiobooks from my iphone?

    You can transfer itunes purchases:  File>Devices>Transfer Purchases
    The iphone is not a storage/backup device.  The sync is one way - computer to iphone.  The exception is itunes purchases.
    It has always been very basic to always maintain a backup copy of your computer.  Use your backup copy to put everything back.

  • Have a new windows 8 pc, how do I get the info from my iPad onto itunes on new pc

    I bought a new Windows 8 laptop.  I installed iTunes on the new laptop.  I want to get the info from my iPad synced to the new laptop.  I tried with no success.  How do I get this done?

    Follow the steps given here to get your  iPad synced to your new laptop without data loss...
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • Can I upgrade to Lion with an Intel iMac with 1 GB RAM. I am getting conflicting info (from Apple advisors) whether I need 2GB -which I can do by adding 1, or 3 -which apparently I can't do. Anybody successful in upgrading to Lion with 1 or 2 GB Ram?

    I am getting conflicting info (from Apple folks) whether I can upgrade to Lion with 1 GB Ram. Some are saying I need 2 (which I can do by adding memory) - or 3 (which I'm not sure I can do). Anyone running Lion with 1 GB? 2? I am at Leopard 10.5.8 to run some recording mixer which the company (Alesis) told me they weren't going to support drivers to Lion, but I guess they changed their minds. Am I clear on this? thanks.

    The hardware requirements for Lion are an intel Core 2 Duo processor and 2GB RAM.
    I wouldn't even both trying with 1GB, and even with 2GB Lion may struggle. If you intend to upgrade to Lion, can I suggest you max out your RAM. RAM is cheap at the moment.
    Which model mac mini do you have?

  • How do I get my info from my iPhone to my ipad2

    How do I get the info from my iphone4 to my iPad 2?  I synched it to iTunes but I'm only able to retrieve songs. I need my apps and pictures?

    Do you have Sync Apps selected under the Apps tab for your iPhone sync preferences with iTunes?
    If not, before doing so with your iPhone connected, at the iTunes menu bar go to File and select Transfer Purchases From - the name of your iPhone. After confirming all apps on your iPhone are in your iTunes library, select Sync Apps under the Apps tab and make sure all apps are selected below followed by a sync.
    Now after downloading/installing an app direct with your iPhone, the app will be copied to your iTunes library library automatically the first time you sync your Phone with iTunes after doing so.
    Follow this by selecting Sync Apps under the Apps tab for your iPad sync preferences with iTunes and selecting the apps below that you want installed on your iPad followed by a sync.
    Photos/videos in your iPhone's Camera Roll can and should be imported by your computer as with any other digital camera which is not handled by iTunes.
    After the photos are imported by your computer, you can transfer the photos to your iPad via the iTunes sync/transfer process which is selected under the Photos tab for your iPad sync preferences with iTunes.

  • I have 66.19 on my account from itunes cards yet when i go to download something it is asking me to update billing info from an old credit card

    I have 66.19 on my account from itunes cards yet when i go to download something it is asking me to update billing info from an old credit card

    What exactly happens when you try to buy something ? If you've already removed the card from your account then iTunes shouldn't be asking for any details about it.
    If you log into into your account is the card still shown . On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your phone then tap on your id in Settings > iTunes & App Store and tap on 'View Apple ID' on the popup and log into your account  - that should also give you a payments link on your account's page.
    Changing payment info : Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support

  • ASP / PHP pages: How to get streaming info from a XML file?

    Hi all
    I am using Adobe Flash Media Streaming Server 3.5 but I can't find any output file (fx a xml file) that I can pull out info from and use on my website via a PHP or ASP script. It could be nice - in the website - to retrieve info like "online users attending", "running / streaming state" (online or offline) and other relevant info about the streaming, so I on the website can display how many that are online when a webtv event is streaming.
    I see the the info when I login at the web admin for FMS, but I need a solution that can work with ASP or PHP.
    I simply can't find any file / address to get this kind or output out of FMS - can you help?
    Thank you
    Kind regards,
    Jens

    hi,
    can you share php code for grabbing data. i make php code using "simplexml_load_file" but the problem is it takes 2-3 minutes before it show the result. i want to monitor the current video if stop feeding.
    http://server1:1111/admin/getLiveStreams?auser=admin&apswd=admin&appInst=appname
    xml
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <result> 
    <level>status</level> 
    <code>NetConnection.Call.Success</code>
    <timestamp>3/21/2015 7:47:17 AM</timestamp>
    <name>_defaultRoot_:_defaultVHost_:::_0</name>
    <data> 
    <_0>appname</_0> 
    </data>
    </result>
    here;s my php code:amsstats.php
    <?php
        $result = simplexml_load_file("http://server1:1111/admin/getLiveStreams?auser=admin&apswd=admin&appInst=appname");
        echo $result->data[0]->_0;
    ?>
    result:
    http://server2/stats/amsstats.php

  • HT5163 how do I get my info from 3GS SIM onto my 4S??

    I recently got a replacement phone (4S) due to damaged 3GS.  I was not able to download onto pc or itunes from 3GS since unable to unlock passcode because of having a white screen.  How do I get the data/info from my 3GS SIM transferred to my 4S?

    Sp@nish4 wrote:
    Thanks.  Does this mean that all contacts, photos, etc. are lost then? 
    The iphone is designed to be synced to your computer regularly.
    All of your info should be on your computer.  The iphone is not a storage device.  It simply mirrors the selected content of your computer.
    If you failed to do this, then it is all gone.

  • HT4859 I was in a car collision and need proof of my location when I called 911. How can I get this info. from my i phone device?

    I was in a car collision and need proof of my location when I called 911. The Police Dept., refused to respond, since there were no injuries.
    Now, I have a dispute with the other driver who is falsely stating accident happened at another intersection. In addition of calling 911 twice, I also took pictures of damages. Unfortunately, I did not take pictures of the intersection signs.
    My AT&T carrier states that this info. can only be disclosed by a subpoena. My insurance carrier states that they will not subpoena this info., since it is a civil case only.
    The Police Department does not keep records of calls they do not attend to.
    How can I get this location  info. from my i phone device if at all possible?
    Thanks,
    Pecosa

    Johnathan Burger,
    I did take photos of the damages to car and license plates, but NOT the intersection signs.
    How do I get the GPS Data in the exit data of photos? Please advise.
    Thanks,
    Message was edited by: Pecosa
    Message was edited by: Pecosa

  • How to get File  object from Document Object . ?

    In conventional Dom Parsing we pass file to DocumentBuilder to get Document Object .
      File file = new File("c:\\MyXMLFile.xml");
      DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
      DocumentBuilder db = dbf.newDocumentBuilder();
      Document doc = db.parse(file); // gOT Document here . My problem is how do i get File object back from Document . If i have Document object with mi.
    Please consider above code as example i dont have File object in my code . i am using Xhive DB API where i get Document directly from API method .
    I need to convert this Document to File to get size of file
    Please suggest solution on this
    Edited by: AmitChalwade123456 on Dec 5, 2008 6:10 AM

    Hello Guys any views on this topic

  • How do I get my info from the phone that was stolen

    My phone was stolen. How can I recover the info from the cloud on another device ?

    If you had the icloud backup feature turned on and had a backup made (from the lost device), then just get a new device and restore the backup.  Without a backup in icloud or iTunes, your data is lost.
    http://support.apple.com/kb/HT1766?viewlocale=en_US&locale=en_US
    Go to Settings>General>Reset and tap Erase All Content and Settings.  This will erase your device.  Then you will go through the setup screens again as you did when your device was new, and when given the option, select Restore from iCloud Backup.
    This link gives another overview of backup and restore:
    http://support.apple.com/kb/HT4859?viewlocale=en_US&locale=en_US

  • Had to replace iPad for new one when I sent to replace I pad would not charge now I am trying to retrieve my info from iCloud but can not find it  how do I get my info from old iPad

    I Had to replace iPad for another the one I replaced wouldn't charge so it was dead . I have received new one and tried to get my info off the cloud from old iPad but can not retrieve it what to do ? Please help

    Restore the backup of your old iPad to your new one, as explained here: iCloud: Restore your iOS device from iCloud.

  • Where does the svc system get its infos from?

    The longer I work with Solaris 10, the more I dread this awful "services" construction and its unwieldy administration.
    I have a newly setup machine with two zones, one created right after the other, meaning they should be identical.
    /usr is, as usual, lofs'ed into both zones, and contains a /usr/local/samba dir with a handcompiled 3.0.30 release.
    I have not created any manifests as I intended to simply delete the 'onboard' samba service and start the new version
    via the classical init script.
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.
    svccfg listprop network/samba also reports /usr/sfw for both zones.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.
    We have all seen for many years how well this registry/service stuff worked on Windows..*/rant*

    >
    I boot both zones.. and one starts "/usr/local/samba/smbd -D -f /etc/smb.conf", and the other starts (or tries to) "/usr/sfw/sbin/smbd -D".
    I inspected the manifest xmls for the network/samba service, and in both zones the entry lists /usr/sfw as start method.I take it you mean the full path with /usr/sfw in it, not "/usr/sfw" all by itself....
    What do you get for:
    svcprop -p start/exec network/samba:defaultThat should display the start string it uses.
    Where did the one zone get the info to start the /usr/local samba installation, and where did it get the (correct) conf file parameter?I can only assume that some program inserted that string into the service. As you said, it's not in the manifest, so it didn't come from there.
    Why does svccfg report a different startup method property than it really runs on svcadm enable?
    I have grepped through all of /lib/svc, /etc/svc and /var/svc and nowhere is any reference to the /usr/local file nor the conf parameters.
    Swapping the svc repository.db file between both zones also swaps the problem around - so it must be somewhere in there,
    but as it's no longer a human readable file, I'm out of luck there. How did the /usr/local path and parameters get into that DB file?
    Does the service system search the filesystem for known daemon binary names and other guesswork? And if it does such voodoo,
    why didn't it do the same in the other identical zone?
    rant Did we really need to get this svc "feature"? Until now I have seen no advantage from it, and only incurred a huge load of inconvenience,
    be it the additional work of creating manifests for new services or debugging problems that I never had in a decade or two of init script usage.As with many such things, the advangages are greater when the environment is more complex. For starting a single job, you won't see the benefits as much.
    Of course, the milestone services still run startup scripts out of /etc/rc[S23].d, so those are perfectly valid places to run a startup script.
    Darren

  • Help! I know nothing and need to get my info from my Curve onto my Pre

    Ok first off I know nothing so please don't use any techincal terms or assume that I know what an OS something is because I promise I don't.  What I need is to simplely get the info off my Blackberry Desktop Manager onto my new Palm Pre.  I've been at it for days and trying to decipher all the lingo on here and I guess I'm not smarter than a 5th grader because I can't figure it out.
    What I need to know is step by step instructions.  Don't tell me I can save 19.99 if I do certain steps myself because I really just want the easy way out.  Please people have pity on me - I can't even figure out my kids PS3.
    So I don't have anything important in Outlook or any other program than my Blackberry Desktop Manager.  I appreciate any help from those willing to help my lost self.  Thanks a bunch!

    In order to transfer your data to the PRE you will need to have your data in Outlook. Once you have your data in Outlook, you can use the Palm Data Transfer Assistant to transfer your data to the PRE.
    Here is an article on how to setup your Blackberry to sync with Outlook. If you have trouble with this, you will need to call Blackberry support for assistance.
    http://www.ehow.com/how_4502616_sync-outlook-blackberry-via-usb.html
    Once you have the data in Outlook, you can call Palm for setup assistance at the following number, 1-866-750-PALM.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/wps/portal/kb/na/pre/p100eww/sprint/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

Maybe you are looking for