Automatic creation of meter reading order with RR 01 after move in

Hi Experts,
I am working with DM module of SAP ISU. Currently I am facing a problem that after move-in a periodic order with RR 01 is created automatically by the system.
Ex: Move in date is 01.01.2010. Monthly Portion is used with Schedule record 01.01.2010, 01.02.2010, 01.03.2010, 01.04.2010 and so on.
If current system date is 20.07.2010 then Meter reading order is created automatically by the system for sch MRD 01.08.2010.
Please let me know how to overcome this problem
Thanks in advance.

Thanks for your reply but I have cheked SPRO setting the suggested check box is already uncheked.
I beleive the setting you have suggested is meant for default meter reading during move in but my problem is automatic creation of meter reading order with reason 01 during move in

Similar Messages

  • Creation of Meter Reading Order

    Hi,
    My uploading program creating Meter Reading order using the function module ISU_S_METERREAD_CREATE. MRO is created Successfully for Meter Reading Reason 06. The Problem is Metering scheme is not Displaying in the Table EANL for the particular Subinstallation.
    Any one help me pls.
    Thanks in Advance
    Lakshmi

    Hi,
    Use Blocking Reason in ES31 (installation: Billing/Meter Reading control Tab)...During meter reading order creation, prevents meter reading orders from being created for the registers allocated to the installation.

  • Blocking creation of meter reading order for perticular installation

    Hi,
    I want to block creation of meter reading order for perticular installation within an MRU.
    This meter is disconnected in the installation.
    My requirement is if i create meter reading orders for  MRU it should not create MR oder for some installtions.
    your input on the same will be highly helpful.
    Thanks in advance.
    Regards,
    chetan

    Hi,
    Use Blocking Reason in ES31 (installation: Billing/Meter Reading control Tab)...During meter reading order creation, prevents meter reading orders from being created for the registers allocated to the installation.

  • Move in -Move out  and Aperiodic meter reading order, No auto service Ord

    Hi ISU Experts,
    I have a following problem in ISU,
    When create a Move In or a Move out, the system should automatically create a Meter read Order and a Service Order in the Background.
    Same case  is applicable for the Aperiodic meter read order, whenever I create a Aperiodic meter read order, the system should create a service order/ notification automatically in the background,
    As mentioned above, In both the cases no service order/notifications is getting cretaed.
    I have maintained the SPRO settings for Aperiodic meter reading and for Move in and Move out , the service order creation checkbos is checked.
    Please anybody can throw some light, help me out what may be the problem, or any other SPro settings are to be maintained, any enhancement has to be done.
    Your inputs will be highly appericiated .
    Best Regards
    Suresh

    Hi,
             I am stuck with the same issue. I have checked the check box to create service order/notification from the meter reading order. Please let me know if you have found any resolution
    Thanks,
    Dhana

  • For few devices Meter Read order 09 information created automatically.

    Hi,
    In our one of the clients ISU system for EVC meters two Information read Orders are automatically created few days before every 01 order creation for the particular device.  Please provide the information due to what the Information Read order 09 is created .
    With Regards

    Check Meter control group is filled in register data of device. Control group allows to create multiple meter reading order in between periodic billing with meter reading reason
    09.Please make control data blank from device modification transaction if
    interim meter reading order is not required.
    Thanks,
    Laxmi.

  • Meter reading order simulation

    Hello experts,
    I need to "simulate" meter reading order creation process, to download orders (EL35, with specific formkey) and use the file for external system.
    Is this possible?
    Thanks,
    Angela

    Hello Olivia,
    thank you for your answer, but i'm afraid I don't understand it properly.
    I thounght  ISUMSORDER was for working order not for meter reading; is it not correct?
    I need to simulate meter reading order, I mean to use EL35 but without filling db tables EABL/EABLG.
    thanks,
    Angela

  • Automatic Creation PO from Sales Order

    Hi All,
    I'd like to make automatic PO Creation check box (Sales Order - logistics tab) is checked by default (not blank).  Do you have any idea how to do this? Currently I use SAP B1 2005B version.
    Thanks and Regards

    Use
    Use following procedure to create a purchase order directly from a sales order.
    Prerequisites
    In the Sales Order window, choose the Logistics tab. Select the Purchase Orders option. This initiates an automatic creation of a purchase order as soon as the sales order is added to the system.
    Procedure
           1.      Create a sales order and choose Add.
    The Purchase Order Confirmation window appears. All items included in the sales order appear on the left side of the window; the purchase order is on the right.
           2.      Select the items you want to include in the purchase order by highlighting their rows.
           3.      To move the selected items to the opposite side of the window, click . To include all the items in the purchase order, click .
           4.      By default, the quantities for the selected items are the quantities from the sales order. If necessary, change the quantities for the purchase order.
           5.      To save the purchase order as draft, select Create Draft Doc..
           6.      If required, select Split PO.
    By default, the purchase orders or drafts are created for the regular vendor of each item. The Purchase Order field allows you to place an item row under a different regular vendor:
    ○     Select the item row you want to place under a different regular vendor.
    ○     From Purchase Order, click  and choose the regular vendor to which you want to assign the item row.
    ○     Place the item row under the selected regular vendor.
           7.      To create the document for a different vendor, highlight the relevant item and click   to choose a different vendor from the Purchase Order.
           8.      To create the purchase order or the purchase order draft, choose Add.

  • BAPI or FM to Create a Meter Reading Order

    Hi,
      Can anyone suggest me the name of a standard BAPI or any standard function module which can create a Meter Reading Order. I tried with ISU_S_METERREAD_CREATE but it is not creating the order, don't know why.
      Please Help.
    Regards,
    Kirti Bhushan.

    Sometimes ,BAPI´s are executed without errors (sy-subrc = 0 ) and don´t create the item (order,invoice etc.).
    That´s why you have to do a commit work after execution :
    CALL FUNCTION BAPI ****
    IF sy-subrc = 0 .
    commit work.
    endif.

  • Link between notification number and meter reading order in ISU

    what is the link between notification number and meter reading order in ISU. i have written a program to close all open notifications but now i want the program to close only notifications with closed meter reading orders but i cant find the link between meter  reading order and notification

    HI timothy
    you can tell me how do you solved this issue?
    how i can match reading Order with the order in Work Management?
    i need some configuration?
    thanks in advance
    Miguel

  • BAPI for meter reading order (MRO) Reversal

    Hi Experts,
    Please let me know if there is any FM or BAPI for meter reading order reversal, Similar to EL37
    Regards
    Bikas

    Hello Bikas,
    Though this is an old post, thought of replying for the sake of googlers who might look for a solution for your query...the below code works!
    *---Begin Of Code
      TYPES : BEGIN OF ty_meter_orders_data,
               anlage   TYPE eablg-anlage,
               adatsoll TYPE eablg-adatsoll,
               ablesgr  TYPE eablg-ablesgr,
              END OF ty_meter_orders_data.
      DATA : lt_meter_orders_data TYPE STANDARD TABLE OF ty_meter_orders_data,
                  xy_ieabl_delete   TYPE  eabl_tab,
                  xy_ieablg_delete  TYPE  eablg_tab,
                  xy_ietrg_delete   TYPE  etrg_tab,
                  x_anlage type anlage,
                  x_retro_upd_date type adatsoll,
                  y_return type char1.
      DATA : y_obj TYPE  isu17_meterread.
    *--Get the needed data for reversal
      SELECT a~anlage
             a~adatsoll
             a~ablesgr
        FROM eablg AS a
        INNER JOIN eabl AS b ON a~ablbelnr = b~ablbelnr
        INTO TABLE lt_meter_orders_data
        WHERE a~anlage = x_anlage AND
              a~adatsoll >= x_retro_upd_date AND
              b~ablstat = '0'. "MR Order
      IF sy-subrc = 0.
        SORT lt_meter_orders_data BY anlage ablesgr adatsoll.
        DELETE ADJACENT DUPLICATES FROM lt_meter_orders_data COMPARING anlage ablesgr adatsoll.
        SORT lt_meter_orders_data BY adatsoll DESCENDING.
        LOOP AT lt_meter_orders_data ASSIGNING FIELD-SYMBOL(<fs_meter_orders_data>).
          CALL FUNCTION 'ISU_O_METERREAD_OPEN'
            EXPORTING
              x_anlage              = <fs_meter_orders_data>-anlage
              x_adatsoll            = <fs_meter_orders_data>-adatsoll
              x_ablesgr             = <fs_meter_orders_data>-ablesgr
              x_select2             = '5'
              x_wmode               = '6'
            IMPORTING
              y_obj                 = y_obj
            EXCEPTIONS
              not_found             = 1
              foreign_lock          = 2
              internal_error        = 3
              input_error           = 4
              existing              = 5
              number_error          = 6
              general_fault         = 7
              system_error          = 8
              manual_abort          = 9
              gasdat_not_found      = 10
              no_mrrel_registers    = 11
              internal_warning      = 12
              not_authorized        = 13
              not_qualified         = 14
              anpstorno_not_allowed = 15
              already_billed        = 16
              dev_already_prep      = 17
              OTHERS                = 18.
          IF sy-subrc = 0.
            CALL FUNCTION 'ISU_O_METERREAD_ACTION'
              EXPORTING
                x_okcode             = 'PSAV'
              CHANGING
                xy_obj               = y_obj
              EXCEPTIONS
                cancelled            = 1
                failed               = 2
                action_not_supported = 3
                system_error         = 4
                input_error          = 5
                not_customized       = 6
                OTHERS               = 7.
            IF sy-subrc = 0.
              CALL FUNCTION 'ISU_O_METERREAD_ACTION'
                EXPORTING
                  x_okcode             = 'SAVE'
                TABLES
                  yt_eabl_delete       = xy_ieabl_delete[]
                  yt_eablg_delete      = xy_ieablg_delete[]
                  yt_etrg_delete       = xy_ietrg_delete[]
                CHANGING
                  xy_obj               = y_obj
                EXCEPTIONS
                  cancelled            = 1
                   failed               = 2
                  action_not_supported = 3
                  system_error         = 4
                  input_error          = 5
                  not_customized       = 6
                  OTHERS               = 7.
              IF sy-subrc = 0.
                COMMIT WORK.
              ENDIF.
            ENDIF.
            CALL FUNCTION 'ISU_O_METERREAD_CLOSE'
              CHANGING
                xy_obj = y_obj.
    * Implement suitable error handling here
          ELSE.
            y_return = 'E'.
          ENDIF.
        ENDLOOP.
        IF y_return <> 'E'.
          y_return = 'S'.
        ENDIF.
      ELSE
    *    RAISE no_mtr_read_ordrs_found.
      ENDIF.
    *---End of Code
    Thanks.
    Mohammed.

  • BAPI / FM to create meter read order   (  Tcode  EL01)

    Hi All ,
    Is  there any BAPI or Function module to create meter read order  (Tcode EL01) .   Thanks in advance.
    Regards
    Neetesh

    use :
    ISU_S_METERREAD_CREATE

  • Duplicate sets of meter read orders

    Hello Team,
    Meter read order gets created duplicated so how i can i delete the meter read orders and how can i prevent duplication in future.
    Thanks
    Regards,
    Vijji

    Hello Vijji,
    Have you applied note 1384492 to help resolve your issue?
    Please let me know if this helps.
    Regards
    Olivia

  • 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

  • MR Order with 09 created after MoveIn/Out Reversing

    Hello,
    After performing Reverse to a Move Out, the Meter Reading which Reading Reason was 03 (Final MR), the MR's Reading Reason is changing to  09, and not reversing with the Move Out. Why?
    Is there any way to reverse this Meter Reading ,as a part of Reversing Move Out?
    Thank you ,
                       Michael.

    Michael,
    No, it's not customizing. Once more: The reason is that genuine meter readings is not to get lost by the reversal of a move-in/-out.  The user can decide whether the meter reading shall be kept or not. If not, the transaction EL37 can be used for a reversal of the meter reading. If you stick with the reading reason 09 and a new move-in/-out is done for the same day, the meter reading reason 09 will be put together with the reason 06/03 and does not disturb (also when not deleted) the working process. If then, The meter reading reason 09 can be deleted anytime, also when put together with the meter reading reason 06/03 by using the transaction EL37.
    Kind regards,
    Fritz

  • Automatic creation of NB purch.order from UB re-stock order

    Hi SAP gurus,
    we have the following business case (we operate in an R/3 4.6C version): we purchase goods from an Intercompany/3rd party vendor (e.g in US) which are imported in a different EU country (e.g. BE) before being physically received in the final destination country (e.g. ES).
    If the user places the PO (NB order) with receiving plant directly the ES plant, this will generate wrong reporting in Intrastat and eventually in VAT (e.g. if Tax code determination is automated on the basis of the receiving country).
    From our understanding for getting the right Legal reporting (Intrastat/VAT) a 2 steps process is needed:
    1) create the PO (NB order type) with receiving plant a "virtual" plant in the country of importation (e.g. BE)
    2) create a subsequent re-stock order (UB order type) from the "virtual" plant in the country of importation (e.g. BE) into the real final destination plant (e.g. ES)
    Does anybody know if it's possible to have the automatic generation (material master settings via the MRP run in R/3 or APO) of the purchase order (NB order type) as a result of a lack of stock in the supplying plant (the 'virtual' BE one in our example) of a re-stock order (UB order type)?
    If so, could you please provide some hints?
    Thanks in advance for your help
    Regards
    Michael

    Michael,
    From a planning perspective, use Stock Transport orders:
    Set up STO BE>ES (Normally, type of sto is dependent on company codes, but I will assume you want UB)
    Setup STO US>BE (again, type of sto is determined by business requirements, but I will assume your selection of NB)
    You will need a plant in BE.  All the standard STO configuration and master data for both legs of the journey would have to be created.  
    You will need to perform receipt transactions in the BE plant, as well as issue transactions to the UB order.  One would normally think that the goods must physically move through belgium, and that an importer of record would need to take possession of them at the border.  If you use MTO, the two orders (NB/UB) can be account assigned to the same sales order and therefore linked.
    Planning would be satisfied by the two step jump.  Other business requirements would have to be worked out.
    Rgds,
    DB49
    Edited by: Dogboy49 on Mar 22, 2010 10:13 AM

Maybe you are looking for

  • Restoring System from Time Machine backup - only option is older backup

    I have two drives in a Mac Pro - a system drive and a data drive. Yesterday morning the system drive died. The computer hung and when I manually restarted it, I got the circle with a line icon, and then on a subsequent restart, after resetting the PR

  • Convert/Cast string data type from file to DT_GUID into table

    Hi to all is there anyone who help me please?!? I'm not able to resolve the following problem. I have a .csv file with a string field A and its values are GUID. I must export this .csv file into SQL Server Table which have a uniqueidentifier (GUID) f

  • REG ALV

    Hi,    In ALV report How to change enable mode for particular field and If I change any field that will reflect in Database? Can any one send me the sample coding for this? Thanks, M.Manickam

  • Problems in app store

    in app store, i can't see the information on the programs? Heeeelp me! What do i do ????????

  • Can i use After Effects with FC4?! And how?

    Hello! For a while i thought you could not use Adobe after effects with Final express...but i was wondering again if i can use it, and if i can, how do i use it with FCE?? Thanks!