Performance parameters of the meter reading result entry

Hi Guys,
Can any one explain me about the below parameter in the meter reading result entry.
1."No Entry of Tech. MRs at Installation Outside Installation"
If we enable this option,it should not allow to enter the meter readings in the technical installation.
But it is accepting. How? can any one explain.
2.Turbo booster also.
Thanks in advance.
Regards,
Oven
Edited by: Richard oven on Feb 18, 2009 11:41 AM

Hi Oven,
I hope the following information is useful:
No Entry of Tech. MRs at Installation Outside Installation ->
As a rule, technical meter readings at installation are entered using the appropriate transactions (Full Installation, Technical Installation).
In addition, it is possible to enter meter readings for technical installation before the installation occurs. This is done by uploading meter readings using IDoc ISU_MR_UPLOAD or BAPI. In exceptional cases you can also enter meter readings manually using single entry. The meter reading is then included once technical installation has been executed.
If you select this field, it is not possible to import meter readings at installation via upload or single entry.
Turbo Boosting->
Activates Accelerated Processing
Transactions and background jobs of the meter reading result
entry create a high database load. Excessive accesses to the
database tables EABL, EABLG, V_EGER_H, ETDZ, EASTS and others
affect the system performance this improves performance......
Kind Regards
Olivia

Similar Messages

  • Mass Meter reading results reversal.

    Dear All,
    For Reversal of meter reading we are using EL37 trasaction and these FM's (ISU_METERREAD_CANCEL or ISU_O_METERREAD_ACTION) will also help us for our enhancements.
    Anyway, here my requirement is Need to reverse bulk meter reading results by giving the only multiple installations in a selection criteria.
    At  EL37 we does not have the multiple installation selection criteria...so please help me the way on this instead of (EL37)BDC development.
    Regards,
    Joshi
    Edited by: Josh on Aug 20, 2010 10:25 AM

    Hello Joshi,
    Please see the following thread:
    Meter Reading Reversal
    The information here shoudl be helpful.
    Please dont forget to search threads for answers.
    Regards
    Olivia

  • Mass meter reading result changes

    Hi ,
    Is there any functional module or bapi or user exits for the mass meter reading results changes.
    Please let me know.
    Thanks in advnace ...
    Regards,
    Santhosh.

    Try BAPI 'BAPI_MTRREADDOC_UPLOAD'.
    Or Idoc function 'IDOC_INPUT_ISU_MR_UPLOAD'

  • EL32: Automatic monitoring of meter reading results

    When we updated to ECC6 year ago, the transaction EL32 stopped functioning. We fill in the parameters and no report is generated - nada, zilch, null. 
    Is the transaction not supported in ECC6?  If so, is there a replacement transaction and what is it? El32 had several parameters available. Is any functionality of EL32 available elsewhere in another transaction? What is/are it/they?
    Are we now doomed to code our own programmes to replace EL32's functionalities?
    Thank you to anyone who can help.
    mki

    HI,
    EL32 still runs in ECC6.0 and we  have not doomed to code our own programmes. So cheer up.
    Please check your configurations
    SAP Customizing Implementation Guide -> SAP Utilities -> Device Management -> Meter Reading -> Basic Settings -> Define Automatic Monitoring of Meter Reading Data
    Or the table TE935
    Hope this helps.
    Regards,
    Manish
    Edited by: Manish  Bisht on Jul 9, 2009 10:42 AM

  • VSR check on the counter reading in entry unit

    Hi Gurus,
    Where can I find the field for Counter Reading in Entry Unit at the Meas.Data/Notific Tab when we create the new warranty claim? I need to get this field for VSR check, this field cannot left blank. The structure and field name that I find from the screen itself is WTY_VERS_RIFLTCOUN, RECNT. But I cannot find this field in the VSR check's tables.
    Thanks for your help.
    Best Regards,
    Hedy

    Hi gurus,
    I had solved my problen on this issue.
    Thanks for your time.

  • Previous Meter reading results

    Hi Experts,
                          I need to get previous MR results based on current MR result. Is there any table or function module for the same.  Please provide your valuable inputs. Thanks in advance.
    Regards,
    Laxman.P

    Hi Laxman:
    FM ISU_DB_EABL_LAST:
    CALL FUNCTION 'ISU_DB_EABL_LAST'
          EXPORTING
            x_equnr       = x_equnr
            x_zwnummer    = x_zwnummer
            x_adat        = l_adat                      "Current MR date
            x_atim        = l_atim
            x_adaterz     = x_adaterz
            x_arbauf      = x_arbauf
            x_endbillper  = x_endbillper
          IMPORTING
            y_eabl        = y_eabl_prev
          TABLES
            yt_eablg      = yt_eablg_prev
            xt_eabl       = xt_ieabl
            xt_eablg      = xt_ieablg
          EXCEPTIONS
            not_found     = 1
            system_error  = 2
            not_qualified = 3
            adat_to_old   = 4
            others        = 5.
    Regards,
    David

  • Check the reversed meter reading data

    Hi All,
    I wanted to know how we can check the meter reading results which are reversed by EL37.
    What I observed is when the MR is reversed its entry is deleted from table EABL and EABLG.
    Santosh

    Santosh,
      The meter reading once it is reversed, it won't be kept anywhere in the system.
      However, we can see who delete it and when they delete it from application log transaction SLG1, Object IU18.
      The transaction does not allow you to search by meter number so you need to go through the log one-by-one except you create a custom program to read the log.
    Chaiphon

  • BAPI-Meter read uplaod which will pass all validations .

    Hi ,
    Is there any BAPI  or FM available for Meter read uplaod which can pass all the validation and submit the meter read with status 01 (billable ) .
    Thanks
    rajeev

    Hi Rajeev & William,
    We can configure meter reader note at SAP Utilities --> Device Management --> Meter Reading --> Meter Reading Result --> Entry --> Define Notes from Meter Reader.
    In this configuration we can set - 03 (Use unvalidated meter reading) as Control of follow-up action against configured meter reader note.
    By doing this, No validations will be performed for the meter reading. It is set directly to plausible and can be billed.
    We can pass meter reader note to BAPI function module.
    Let me know if you need any further details.
    Regards,
    Avinash

  • T-code el31(Meter Reading data) output modification

    Hi all,
    i am working in the sap isu industry. I just want to know whether the output screen of the standard transaction code el31 can be modified or not.
    if yes how? I wanted to add one more field to the ALV output of the el31 Installation-Meter reading result.

    you can try with user exit
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    Transaction Code - EL31                     Manual Monitoring
    Exit Name           Description
    EDMASSES            IS-U: User-Defined Validation for Overestimation
    EDMEL231            IS-U: Meter Reading Result - Incorporation of Subscreen
    EDMFOLUP            IS-U: Determine follow-up actions during MR result entry
    EDMLELAE            IS-U: User Exit Too Static. Evaluation of Evaluated Data.
    EDMLELDE            IS-U: Dependent validations based on user exit
    EDMLELSV            IS_U: User Exit After Saving Meter Reading Results
    EDMMR002            IS-U: Change to Gas Date During Meter Reading Result Entry
    EDMMRRES            IS-U: Change readings during upload (before validation)
    EDMMRSTR            IS-U, Display Additional Fields for Street Route Maintenance
    EDMSUPBI            IS-U: Automatic Suppression of Billing/Deac. Meter Readings
    No of Exits:         10
    Rewards if useful.......................
    Minal

  • What is Meter reading validations (System defined & User defined)

    Hi Experts,
    1 )How to configure Meter Readings (Technical Control Parameters, MR Control, MR Notes etc)
    2) what is Meter reading validations (System defined & User defined) and how to configure it.
    3) What is Register Relationships,Device Groupings & Device Allocations and how to configure.
    Kindly explain with examples.
    Thanks in advance.
    Regards,
    Shabnum

    hi,
    Meter Validation Steps:
    1.     The Validation Process begins with Meter Reading Order Creation when the expected consumption is determined for the meter reading to be recorded for each register. The meter reading status is u201C0u201D or un-entered at this time.
    2.     The meter reading is entered via an upload program as part of the batch processing or entered manually.
    This result is validated or evaluated against the permitted range of allowable meter reads/consumption for that register.  The expected consumption is the basis for determining the range of the minimum and maximum values for the meter reading.
    If the result is plausible, or valid, for all registers of the meter, the billing order becomes billable and the contract/installation is passed to billing for further processing. The meter reading status is updated to u201C1u201D or billable.
    If the meter reading is validated as implausible, the meter reading result is transferred to the List of Implausibles for further processing (EL70). The status of the meter reading is u201C2u201D or automatically blocked. One or more independent validations can be failed in this validation process.
    3.     During processing, the agent can release the meter reading for billing; the status is updated to u201C4u201D, released by clerk. The reading is accepted as measured. The agent can also process the implausible meter reading result using transaction code: EL27 Execute Correct Implausible Meter Reading Results. EL27 is recommended for individual processing.
    SAP Easy Access  Utility Industry  Device Management  Meter Reading  Correction of Meter Reading Results  Implausible Results (Transaction EL27)
    EL70 is recommended for processing of implausibles for mass processing.  It is not on the menu, however, one way to open the screen is:
    SAP Easy Access  Utilities  Device Management  Meter Reading  Correction of Meter Reading Results  Implausible Results
    Once the screen opens, click on the List button on the application toolbar
    4.     The agent may also correct the meter reading. If this corrected read is validated as within range, the status is updated to u201C1u201D, billable.
    5.     Alternatively, the reading can be determined to require follow up action and a service order is executed from the IC for re-read. A read status has been configured to support this flagging of the account for follow-up service order processing.
    6.     When the service order is returned from the field, the CSR releases corrects, resets or possibly estimates the meter reading depending on the outcome of the service order processing.
    7.     The meter reading is then passed to the billing engine for billing execution when the reading is validated as plausible.
    -Siva

  • MRO and Meter Read report and reconciliation

    Hi,
    I am creating Meter read orders for all MRU's in a portion and need to reconcile the number of orders created and after the read results have been received, i again need to check for how many orders reads have been received and how many are still open.
    What is the standard way of doing this. I am aware of using EABL and EABLG. Will again need to understand what is a better way.
    Thanks,
    Monis Shakeel

    we have a custom report which counts the number of orders, & results every day. After a few days the orders are filled (mostly) & business processes monitor the outstanding open orders.
    The report is based on the schedule records (TE417 & TE418) as well as the meter reading results tables (EABL/G)
    Alternatively:  transaction EL32 can be used to monitor meter reading data.
    SAP Utilities --> Device Management --> Meter Reading --> Basic Settings --> Define Automatic Monitoring of Meter Reading Data
    However we've never used this functionality so I have very limited experience with its subtleties.
    user exit EDMLADUE is utilized here.
    I'd be interested in any 'better way' you end up pursuing.

  • T-Codes/Steps for Meter Reading

    Hi,
    Can you pls send me the steps in creating a Meter Reading till its end.
    I mean the t-codes in order.
    thx
    guru

    Hi:
    First step in the meter reading process is to create meter reading and billing orders.
    Next there are a number of menu options available to enter and correct meter reading results.
    The monitoring option allows you to follow the status of Meter Reading orders during the process from creation through entering results onto creating a billable billing order.
    After collecting the meter reading results they need to be entered into the IS-U system. ISU offers several functions for this.
    Hopefully it would be helpful to find out the way.
    Regards
    Shashi

  • Where do I get the HP Meter Reading?

    Is there one set (examples: cookbook or mapquest style) of instructions that will give me the meter reading on HP Laser printer products?  Thank you.

    I hope you are doing well and welcome to the HP forum,
    If I understand correctly you want to use HP Eprint in your Iphone 4s?
    If that is the case you will need a printer that is capable which mean web enable. Do you have this printer already?
    There are other options that will give you wireless printing capabilities IN-network Meanning as long as the printher and the phone are in the same network you will be able to print from your phone. This are the 3 main applications to accomplish this.
    Airprint an Apple application (Properitary). will let you print IN-NETWORK (when the phone and the printer are in the same phisical network, Using the same router as the gateway to connect to the internet)
    HP Eprint home and biz - An HP appplication that will also provide IN-NETWORK printing capabilities and provide you with a lot of capabilites in my modest opinion a better option than airprint due to the features that it provides but both applications are good.
    HP eprint for this you need a printer Web enable if you do not have one GET IT.
    This will provide with the option of printing by email from almost anywhere. this is a list GO HERE of the printers that and their capabilities if you already own a printer check in this list to see if your model supports HP EPrint.  if you do not own a printer use this list to select a printer that will be capable of cloud services including HP Eprint capable.
    Furthermore if you want the to see the difference between the 3 applications GO HERE
    I hope this answer your question and if you need further assistance please specify what Printel model you have or you want I will do my best to assist you further.
    Best of luck and Cheers;
    RobertoR
    And remember . . . 
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Primary & secondary installation meter reads

    Hi,
    Can anyone guide me how to link primary and secondary installation so that meter reading result of secondary installation is summed up with meter reading of primary installation and bill is created with summed up reads. e.g
    Primary installation -
    > Device - D1 -
    MR 200 KWH
    secondary Installation -
    > device - D2----
    > MR 225 KWH
    When i am trying to bill the primary installation consumption of only 200 KWH is billed and consumption of 225 KWH is not added to the MR result of primary installation. I have set the indicator in device of secondary installation as not relevent for billing as when primary meters are billed, consumption from all registers is processed. Meter readings from secondary meters are therefore also processed during billing
    Thanks
    Amit

    Hi
    Please carry out Billing Related Installation (only) (T Code EG34) of Device D2 under Primary Installation. Billing related parameters viz Rate Type, Rate fact grp etc should be identical to the device D1. I guess device D2 is already technically/billing related installed under secondary installation; but this does not make any difference.
    Regards,
    Puru

  • Previous Meter Reads and Usage are not  correct after meter Proration

    It seems that during proration there are two meter reading available the one with the Meter Reading type as 03 ( Automatic Estimation ) and other is Meter Reading type 01 - MR By employee that is being  retrieved. The 03 reading type seems to be the reading after the proration and the o1 reading is the reading done before the proration . The reads are coming out on our invoices incorrectly. Usually there will only be one Meter reading  to be picked up. but it seems do proration it splits meter into 2 entries.  The entry  with with metering type 01 has the correct previous  and current meter reads but incorrect usage. The entry with meter read 03 has the incorrect previous meter read and correct current meter read but incorrect usage. Our print work bench generated fiction is  calling SU_DB_ERCHZ_SELECT_BILL_NEW  to retrieve the values but the values that it retrieves are not correct., The second records is being put on the invoice. The form that exist in the  SU_DB_ERCHZ_SELECT_BILL_NEW  is called  db_erchz_select_join and  is used to retrieved the usage and meter reads.. This information is then passed  to out user exit.
    The previous meter read  should be 5,073,998     and the usage should be 7500   
    Service       Meter No.       Previous Read       Current Read        Usage
    Water            750009               5,092,748              5,148,998            56250

    Try resetting the PMU…
    http://docs.info.apple.com/article.html?artnum=14449
    … and then subsequently calibrating your battery…
    http://docs.info.apple.com/article.html?artnum=86284

Maybe you are looking for