Meter removal date the same as estimated reading

meter removal date is the same as date of estiamated reading, but readings are not the same. system does not take into account removal reading (22)
Example:
meter (XXX) reason 22 RR 01 date 20.01.2011 reading 1000
meter (XXX) reason 01 RR 03 date 20.01.2011 reeading 900
difference on reading 1000-900 = 100 is never billed.
is this contoled on custo?
where?

Hi,
Meter removal reading does not create a billable billing order. So it will be taken into consideration for billing when you will be entering the next billable meter reading order.
If the property is a metered property, then you need to install a new meter on 21.01.2011. After few days / months you will be entering a periodic / interim meter for the new meter. Then SAP will consider the consumption of the old meter for billing.
The total consumption for billing will be the sum of old meter consumption + new meter consumption.
Where old meter consumption will be (1000- 900) = 100
And new meter consumption will be ( Schedule periodic reading / interim reading - meter reading during meter installation).
Hope it clarifies.
Thanks.
Nirmalya

Similar Messages

  • Just read "Best of Macworld" article "How to disable Java on your Mac," in email dated 2/25/13. I run OS 10.4.11 and Java 1.5.0_19. Do I remove/isolate the same way? Will the effects of removal/isolation the same as described in the article?

    Just read "Best of Macworld" article "How to disable Java on your Mac," in email dated 2/25/13. I'm a dinosaur running OS 10.4.11 and Java 1.5.0_19, which is earlier than the versions addressed in the article. Do I remove/isolate in the same manner? Will the effects of removal/isolation the same as described in the article?

    Hello, if you're talking about disabling Java in say Safari...
    Safari>Preferences>Security>uncheck/Disable Java in your Browser settings, not JavaScript.

  • Will 10 wrong fingerprint attempts to access my iPhone 5s wipe out my data the same way 10 incorrect passcode attempts do?

    Will 10 wrong fingerprint attempts to access my iPhone 5s wipe out my data the same way 10 incorrect passcode attempts do?

    Hi iMonk3y,
    After five incorrect fingerprint attempts, Touch ID will revert to requiring a passcode:
    iPhone 5s: Using Touch ID
    http://support.apple.com/kb/HT5883
    Using Touch ID instead of your passcode
    You can use Touch ID to unlock your phone without having to enter your passcode every time. There are two ways you can unlock with Touch ID:
    Press the Home button once to wake iPhone 5s and keep your finger lightly on the Home button.
    Press the Sleep/Wake button once to wake iPhone 5s, and then touch your finger lightly on the Home button.
    If Touch ID doesn't recognize your finger, you'll be asked to try again. After three attempts, you'll be given the option of entering your passcode. After two more tries, you will need to enter your passcode. In addition, you will need to enter your passcode to unlock your iPhone in these conditions:
    After restarting your iPhone 5s
    When more than 48 hours have elapsed from the last time you unlocked your iPhone 5s
    To enter the Passcode & Fingerprint setting
    Regards,
    - Brenden

  • Generat two signals at the same time and reading voltage

    Hii
    i have try to generate two signals at the same time and read voltage from another port on the board(not have to be at the same time), i have not alot of expriens in labview
    and i based my code of example(http://zone.ni.com/devzone/cda/epd/p/id/5197) from yours site and try to suit to my needs
    now my problem is when i generat the 2 signals(that work perfect) i canot read voltage from another port on my CB-68LP
    i can not find the problem  and make it over i hope there is away to figer out and fix it.
    i have two cards 6229, and two CB-68LP board.
    labview 8.5.
    my code is look like this - http://img142.imageshack.us/my.php?image=scrennshot2no2.png
    (this works perfect).
    and this is my code after suit to my need - http://img183.imageshack.us/my.php?image=scrennshotfl5.png,there is  error exception at  the right side.
    the exception-
    Possible reason(s):
    Specified route cannot be satisfied, because it requires resources that are currently in use by another route.
    Property: RefClk.Src
    Source Device: Dev1
    Source Terminal: 10MHzRefClock
    Required Resources in Use by
    Task Name: _unnamedTask<0>
    Source Device: Dev1
    Source Terminal: None
    Destination Device: Dev1
    Destination Terminal: RefClock
    Task Name: _unnamedTask<1>
    eyal

    sorry...
    The AO tasks is very important they will be synchronize ,it is very importent the two tasks will start at the same time
    and after it run at synchronize mode i will need to make reading of voltage
    i gust try to make simulation of machin (i give that machin AO and reading from it voltage that all)
    first of all i make the two signals(synchronize signals).
    and after it i will need to reading voltage.
    i can make two signals synchronize together.
    i can make reading voltage
    but i can't make two signals synchronize together with reading voltage
    it throw to me this error message.
    i am looking for away to figer this out.
    thank's for any help 
    eyal
    Attachments:
    test11.vi ‏130 KB

  • Shared variable, missing data, the same timestamp for two consecutiv​ely data

    hello
    I have a problem with missing data when I read from a network published shared variable.
    Host VI:
    In a host VI on my Laptop (HP with WinXP Prof.) i'm writing data to the shared Variable "data". Between two consecutively write operations is a minimum of Milliseconds waiting time. I use that because I want to be sure that the timestamp for each new data value is different then the preview one (resolution shared variables is 1 ms)
    Target VI:
    the Target VI on a cRIO-9012 realtime device is reading only new data in the way that it compares the timestamp of a new value with the timestamp from the last value.
    Problem:
    rarely, I'm missing a datapoint (sometimes everything works fine for several hours, transferring thousands of data correctly before suddenly the failure happens). With some workaround I'm able to catch the missing data. I've discovered that the missing data has the exactly same timestamp then the last readed datapoint, therefore is ignored in my "legal" data.
    To sum up, the missed value is written to the shared variable in the host, but the target ignores him because his timestamp is wrong, respectively the same as the last value has, despite the host waits every time for a minimum of 10 milliseconds before writing a new value.
    Note:
    The shared Variable is hosted on the Laptop and configured using buffering.
    The example is simplified only to show the principle function, in real I use also a handshaking and I secure that there is no over- and underflow.
    Simplified Example:
    Question:
    Has someone an idea why two consecutively data can have the same timestamp ?
    Where is the (wrong) timestamp finally coming from (system?) ?
    What would be a possible solution (at the moment with shared Variables) ?
    -> I tried a workaround with clusters where each data gets a  unique ID. It works but it is slower than comparing timestamps and I could get performance problems.
    Would it change something when I host the shared Variable on the RT-System ?
    Thanks for your help
    Regards
    Reto
    Solved!
    Go to Solution.

    Hi Reto,
    I had a look on your modified Example.
    Because the Shared Variables didn`t work like Queues or Notifiers (No Event or Interrupt when a new value has been written. And for sure the´re not possible over a network) you will see the issue, that the code is reading the values more often with the same timestamp (Polling Problematic) if the reader is faster then the writer. And because the timestamp is written with the value you´re able to program like you do. Filter out whats duplicated when you have the same timestamp.
    Everything is described in here:
    http://zone.ni.com/devzone/cda/tut/p/id/4679#toc1
    Laurent talked about a second depth of buffer. Please have also a look at the link. Somewhere in the middle of the tutorial you see the explanations of Buffer and RT-Buffer.
    Regarding your question: Would it change something when I host the shared Variable on the RT-System? --> No
    In my experiences, you should consider to place the Shared Variable Engine after asking some questions regarding the application.
    You will find the Answers to this 3 Questions also in the link:
    Does the application require datalogging and supervisory functionality?
    Does the computing device have adequate processor and memory resources?
    Which system is always online?
    And you`re right the smalles time interval you can see in the timestamp is 1ms.!
    What you also can do is working with an enabled "timed out". This might be more performance efficient than reading the timestamp.
    What I don`t know and not find up to now, is if LabVIEW or the OS adds the timestamp. It´s taken from the system time, this looks like LabVIEW is taking the value and adds it. 
    I hope this helps
    Alex
    NI Switzerland

  • Are iPad Safari's Cookies And Website Data The Same Thing?

    Are they the same, and do they collect indefinitely until you manually clear them?

    Sheden-
    It is not clear if they are the same thing, but I do not believe so.  There are two places to manually delete Data:
    1.  Settings - Safari - Clear Cookies and Data
    2.  Settings - Safari - Advanced - Website Data - Remove All Website Data
    I tried clearing Cookies and Data, and the data previously listed under "Website Data" went away.  When I tried just "Remove All Website Data", it went away again.  I can not tell if Cookies also went away since I do not know how to examine them.
    After clearing the website data, images on a facebook page had to reload when I revisited it.  Normally they come up immediately.  I know the images are definitely not "Cookies"!
    As far as I kinow, website data collects indefinitely.  I suggest you search the web for information about Cookies, to see if they have a limited lifetime.
    Fred

  • Customize ALE PO change to let SO pricing date the same

    HI all,
    Our customers use ALE change their Purchase Order(PO) to us. Then, by means of ALE, our Sales Order(SO) changed accordingly.
    According to system standard,Sales Order(SO) pricing date would be modified to present date. But in our industry scenario, pricing date is unchangeable once the Sales Order(SO) has been created.
    I have experimented on function module(use [se37]) EXIT_SAPLVEDB_007 and confirmed that this could intervene to let SO item's pricing date stay the same.
    However, something odd happened. In my experiment, only SO with one item can let pricing date unchanged; in other case where SO is with multiple items still changed. And SO header is still changed as well.
    Any help would be appreciated.
    JayChan

    Hi Experts,
    I am passing the required structure as below .
    CALL FUNCTION 'BAPI_PO_CHANGE'
      EXPORTING
        purchaseorder = v_po
      TABLES
        return        = lt_return
        poitem        = lt_poitem
        poitemx       = lt_poitemx
        polimits      = lt_polimits
        poaccount     = lt_poaccount
        poaccountx    = lt_poaccountx
        POSRVACCESSVALUES = lt_POSRVACCESSVALUES
        POCONTRACTLIMITS = lt_POCONTRACTLIMITS
        POSERVICES    = lt_POSERVICES.
    Now i am getting a message below messages from BAPI :
    S     06     023     Indirect PO (ZSTA) 4506000481 changed
    I     ME     664     Change Item Category could not be effected
    I     ME     664     Change Item Category could not be effected
    I can see that the PO is not got updated with any of values.Please help me to resolve this issue.
    Thanks
    PRavee.

  • How use the same variable in read and write way?

    I don't know how to use the same variable in a .vi like an indicator and a
    control at the same time.
    Can someone help me?
    Thnks.

    Thanks!!!
    I'll try.
    "Adam Russell" escribió en el mensaje
    news:bkavdl$rd021$[email protected]..
    > Create local variables from the control (or indicator) and you can make
    > each local either read or write. Be careful of race conditions.
    >
    > "Urban" wrote in message
    > news:bkam3b$c4k$[email protected]..
    > > I don't know how to use the same variable in a .vi like an indicator and
    a
    > > control at the same time.
    > > Can someone help me?
    > >
    > > Thnks.
    > >
    > >
    >
    >

  • @PRIOR and @REMOVE in the same command

    Trying to make the below logic work but the @Remove part is not working. The value of PYPV is still coming through.
    2051111=(@PRIOR(@REMOVE("Forecasted Types",@LIST(PYPV))->"Total Distribution Revenue"->"Total Right"->"Total Service"->"2564001",1));
    Any help or suggestion would be appreciated.

    Resolved it myself. I removed the @REMOVE, left the Forecasted Types and appended to that command "- @PRIOR(PYPV->.....) to remove the amount from PYPV that I did not want included.

  • Is Adobe Acrobat Reader the same as Adobe Reader?

    Hi. I just got a new Mac and don't know how to use it yet. When I tried to view my utility bill online, it said I needed  Adobe Acrobat Reader. I found and installed Adobe Reader. What's the difference? I still cannot view my utility bill (yes, I restarted my computer.) Thank you.

    KarFra wrote:
    I found and installed Adobe Reader.  I still cannot view my utility bill (yes, I restarted my computer.)
    What exactly means "cannot"?
    [topic moved to Adobe Reader forum]

  • I was wondering how the advertised 10G multiple line plan that is running now is different from my current plan. Basically, why am I paying more now for 4G of data when Verizon is saying I can get 10 for the same price basically.

    NM

    Most of the advertisements running now are for Edge. You get discounts for having a smart phone on Edge based on the data package you have. What sucks is that most of the time they advertise a certain price for the monthly service and that is true but what they don't say is you add the Edge payments to that and most of the time it is around the same price as without Edge.
    If you think about this though, say you get a phone that is $24.99/month with Edge and you share 10GB which gives you a $25 discount, the phone is basically free and nothing is due at checkout. If you get a 2 year contract with that phone you pay the 2 year price of the phone and pay the same amount monthly.

  • Oracle Read-Ahead: not the same as look-ahead, yes?

    Hi,
    I've tried to understand the Oracle Read-Ahead systems, and I think I undersand how it works, though I'd like to assert that I am not mistaken.
    From what I've managed to understand in the Oracle documentation, the Oracle read-ahead mechanism is mostly used for sequential accesses of data blocks. For example, to perform operations like table scans.
    In such cases, Oracle will for example use a physical operation called scattered read.
    The scattered read, in turn, is configured in the ini.ORA by a parameter name something like db_multiblock_read_count. Having a multiblock read count of 60, will make the scattered read operation read 60 sequential data blocks from disk, starting with the data block that was requested in the operation.
    From what I've gathered, this is the basis of the Read-ahead mechanism. It is use mult block operations do read data instead of single bock operations.
    If what I've said so far is correct. There are two things that I'd like to know:
    1.
    Those 60 blocks read by the sctarred read. Do they go directly into the database buffer cache? Or are they loaded first in to a lower level cache, like a scattered read cache?
    Thus, if the table scan requested the page 1. And the scattered read operation fetched the database pages 1 to 60. I assume that only page 1 would be transfered to the buffer cache. Later on, when the table scan requested for page 2, the buffer cache would retrieve that page from the scattered read cache into the buffer cache. Or is this completly wrong? And when the scattered read gets pages 1 to 60. It automatically dumps those data pages into the buffer cache into random positions of the main buffer?
    2.
    With Oracle read-ahead, table scans and other such physical operations will always incur scattered read waits periodically. For example, every 60 pages the table scan incurs in another scattered read wait correct?
    3.
    Reading-ahead In oracle only anticipates the database page needs of a physical operator a specific point in time, yes? The following does not happen:
    While the table scan is currently on page 50, having another 10 more pages left in the database buffer, some background process decides that it is a good idea request another fetch for 50 more data pages. In such a way that the forground thread processing the table scan never has stop in read IO.
    This would be called looking-ahead, and it is not an Oracle feature, is it?
    Thank you for your insight.
    I've performed some tests where though the table size of a data transformations remain the same (1GB) but the time I take to process the source table into my output varies. The processing time for each record increased greatly from test to test. But I noticed that the wait time of the data transformation remained constant, though the cpu time increased greatly. THe increase in CPU time means that the Time Until Next Buffer fetch was reduced, which would give more time for the system to look-ahead. Eventally I could have made the CPU time so great, that if REad IO was being performed in anticipation it would be theortically possible for the READ wait time to be 0. Which I know is not going to happen. So I'd just to be certain of how the read-ahead works.
    My best regards.

    sono99 wrote:
    Hi,
    I've tried to understand the Oracle Read-Ahead systems, and I think I undersand how it works, though I'd like to assert that I am not mistaken.
    From what I've managed to understand in the Oracle documentation, the Oracle read-ahead mechanism is mostly used for sequential accesses of data blocks. For example, to perform operations like table scans.
    In such cases, Oracle will for example use a physical operation called scattered read.
    The scattered read, in turn, is configured in the ini.ORA by a parameter name something like db_multiblock_read_count. Having a multiblock read count of 60, will make the scattered read operation read 60 sequential data blocks from disk, starting with the data block that was requested in the operation.
    From what I've gathered, this is the basis of the Read-ahead mechanism. It is use mult block operations do read data instead of single bock operations.
    Am not sure if you meant reading multiple blocks at the same time or Read ahead cache features provided by some storage devices. But to me it seems you are talking about MBRC (Multiblock read count) and not about read ahead cache provided by storage vendors.
    If what I've said so far is correct. There are two things that I'd like to know:
    1.
    Those 60 blocks read by the sctarred read. Do they go directly into the database buffer cache? Or are they loaded first in to a lower level cache, like a scattered read cache?
    Thus, if the table scan requested the page 1. And the scattered read operation fetched the database pages 1 to 60. I assume that only page 1 would be transfered to the buffer cache. Later on, when the table scan requested for page 2, the buffer cache would retrieve that page from the scattered read cache into the buffer cache. Or is this completly wrong? And when the scattered read gets pages 1 to 60. It automatically dumps those data pages into the buffer cache into random positions of the main buffer?
    If my mbrc is 60, and none of the blocks are in buffer and table size is more than 60 blocks then entire 60 blocks would get transferred to buffer cache. There is nothing called scattered read cache in the architecture of Oracle.
    2.
    With Oracle read-ahead, table scans and other such physical operations will always incur scattered read waits periodically. For example, every 60 pages the table scan incurs in another scattered read wait correct?
    Yes db file scattered read wait event would mean that another physical IO has been initiated for fetching next blocks of records.
    3.
    Reading-ahead In oracle only anticipates the database page needs of a physical operator a specific point in time, yes? The following does not happen:
    While the table scan is currently on page 50, having another 10 more pages left in the database buffer, some background process decides that it is a good idea request another fetch for 50 more data pages. In such a way that the forground thread processing the table scan never has stop in read IO.
    This would be called looking-ahead, and it is not an Oracle feature, is it?
    Yes I do not think so it is an Oracle feature but some storage vendor provides it. It is also known as Read ahead.
    Thank you for your insight.
    I've performed some tests where though the table size of a data transformations remain the same (1GB) but the time I take to process the source table into my output varies. The processing time for each record increased greatly from test to test. But I noticed that the wait time of the data transformation remained constant, though the cpu time increased greatly. THe increase in CPU time means that the Time Until Next Buffer fetch was reduced, which would give more time for the system to look-ahead. Eventally I could have made the CPU time so great, that if REad IO was being performed in anticipation it would be theortically possible for the READ wait time to be 0. Which I know is not going to happen. So I'd just to be certain of how the read-ahead works.
    My best regards.I did not understood your last para.
    Regards
    Anurag

  • How do you keyboard scroll an Adobe Reader document the same way as a web page?

    When I use the up and down arrows using a browser it simply scroll the page as a whole, not line for line. I can not seem to figure out how to do the same with Adobe Reader. I often have 2 column documents (similar to newspaper width) and find it frustrating scrolling as the cursor jumps around. It's not a smooth transition at all. I am often frustrated with this. How can I fix it? I searched and google and did not find anything. Automatic scroll is the closest I can get it to work. Seems like such a simple task is made complicated.

    Windows 7. Document being opened directly with Adobe Reader X 10.1.8.24.
    Like I said in the original post I'm using the arrow keys. The page up keys are for scrolling entire pages. I want to smooth scroll as you can with browsers. Can't seem to figure it out. The page keys are choppy and it's easy to loose your place this way. Using the arrow keys only scrows a cursor on the last page the cursor was on. If I skip from page 1 to 10 for example, and my cursor is still sitting on page 1, if I hit the arrow key, it brings me back to page 1.  I experience this on ALL systems using Adobe Reader.

  • Need help:server client in the same machine

    hello all,
    i want to install oracle client and server on the same machine(cause i only have got one)
    to do that,
    for server installation i did the following:
    # mkdir /u01
    ; /u01
    # cd /u01
    # mkdir -p app/oracle/oradata
    # groupadd dba
    # groupadd oinstall
    # groupadd oracle
    # useradd -g dba -G oinstall,oracle -m oracle -d /u01/app/oracle
    ; risumi des caractiristiques du compte Linux oracle
    ; user : oracle
    ; groupe principal: dba
    ; groupe secondaire: oinstall, oracle
    ; ripertoire par difaut: /u01/app/oracle
    # cd /u01
    # chown -R oracle.dba /u01
    ; virification des droits
    # ls -l /u01/app/oracle
    # ls -l /u01/oradata
    # passwd oracle
    # more /etc/passwd
    # more /etc/group
    ; sortie de votre session root
    # exit
    $ su - oracle
    in .bash_profile(file) i wrote the follwing parameters :
    export DISPLAY=localhost:0.0
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.6
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export ORACLE_SID=TEST
    export ORACLE_TERM=vt100
    export NLS_LANG=french_france.WE8DEC
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    the oracle server works fine!
    So, the server installation directory is /u01/app/oracle/product/8.1.6
    what i have to do for client installation in the same machine:
    do i have to create a new groups(dba,oinstall...)?
    do i have a new directory to install oracle client?
    can somebody give me any information?
    Thank's a lot in advance
    null

    You can install your client parts in the same ORACLE_HOME as the server as long as they are of the same version. In fact, a lot of the client has already been installed, since it is part of the server installation.
    If your client is of a different version than your server you will have to install it in a different ORACLE_HOME. You can do this using the same oracle user.

  • My computer broke and I lost my ipod touch at the same time. Then I put all of my new music on my nano. Then I found my ipod touch. How do I get the music from the ipod touch to the computer and also keep the music I bought for the nano?

    I have an ipod touch and an ipod nano. I also used to have a laptop but, it quit working and I no longer have it. I had all of my music on my laptop. So, I had to buy a new desktop. I lost my ipod touch at around the same time. I had all of my music on the ipod touch that was from my laptop. So in thye meantime I started using my nano more. I bought new songs on my desktop for my nano. Then I found my ipod touch. I would like to be able to keep both the somgs I have now on my ipod touch and the ones that I already bought on the desktop. What do I do?

    No.
    All iTunes content on your iPod Touch should be in your iTunes library on your computer, and your iTunes library on your computer should be included with your computer's backup along with all other important data - stored on an external drive or some other external media used for backup purposes only.
    When music was purchased on a CD, if the CD was lost and you returned to the store where the CD was purchased with your receipt, were you given a replacement CD?
    The same applies here.

Maybe you are looking for

  • How do I see a list of all my Apple Mail contacts. I do not use address book. I just want to see all the email addresses stored on my Mac

    Hi All, I have been using Mail for the past three years without need to send a regular mailing list mailout. I now need to send group emails and all I want to do is browse my contacts aquired over the last three years to create a list. I have not use

  • Using FDM to load data from oracle table (Integration Import Script)

    Hi, I am using Integration Import Script to load data from oracle table to worktables in FDM. i am getting following error while running the script. Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No wor

  • Custom Tcode for VF01

    Hi, My requirement is to create a new tcode(ZVF01) for VF01. In the new tcode, User should able to process/create ONLY billing document.  All other fields like billing type and billing date should be disabled. So user will give only billing document.

  • BI 4.0 Launchpad

    Hi all, I'm faced with an issue on a client site currently where when they click on Preferences, their system will hang, leaving them no option but to close down the tab, or the whole page and start again. Retrying the preferences option, still does

  • Just wondering if someone is able to help me edit a photo

    I am trying to create a photo for my mums birthday of all the grandkids. Ive cropped and edited them all onto the one image but 2 of the images arent very sharp and the colour is wrong. Just wondering if someone could possibly take a look and help me