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

Similar Messages

  • Meter reading data error... error message Details: CRM_IU_IC_BI013

    Hello all,
    After i confirm the BP and premise in web UI 2007 i go to Meter Reading then I get 2 messages one is error message Details: CRM_IU_IC_BI013
    when i click on details I get the following info
    Diagnosis
    An error (communication error) occurred during the remote call of function module ISU_METERREAD_GET_REMOTE in meter reading data processing.
    System Response
    The system cannot execute the action.
    Procedure
    This is probably only a temporary disruption. Restart your application later.
    If the problem is a permanent one, contact SAP.
    and second message is a information message saying New Meter Reading Results will be created
    any suggestions?
    Thanks,
    Raj.

    Hi,
    in most of the cases, I'd expect an RFC or authority issue here. But for details debugging would be needed to check, which return code the function module provides. Before you could check the remote connection and if the rfc-user has sufficiant access rights.
    KR
    Uwe

  • Meter Reading date – estimating EL30

    Morning,
    Do you know how can I change the meter reading date when I run the estimation process through transaction EL30?
    See the problem.
    This customer has a custom estimation development. But, I see that meter reading date in the estimation enhancement is set with the scheduled meter reading date.
    However, I would need to change this date to the system-date when the estimation is triggered through tx. EL30.
    Is there any enhancement before the estimation module, to change the meter reading date automatically?
    Thanks.

    Hi,
    use function module ISU_DB_TE418_SELECT_DAT_TUR_NX or ISU_DB_TE418_SLCT_N_ADATSOLL_T for the next date and ISU_DB_EANL_SINGLE_ALL_TS to get the MRU of the installation first.
    KR
    Uwe

  • 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

  • Reading data from flat file in aplication server

    hi all,
    can any body provide code how to read data from flat file which is in application server.
    thanks in advance

    hi,
    chk this sample code.
    parameters: p_file like rlgrap-filename obligatory
    default '/usr/sap/upload.xls'.
    types: begin of t_data,
    vbeln like vbap-vbeln,
    posnr like vbap-posnr,
    matnr like vbap-matnr,
    werks like vbap-werks,
    megne like vbap-zmeng,
    end of t_data.
    data: it_data type standard table of t_data,
    wa_data type t_data.
    open dataset p_file for output in text mode encoding default.
    if sy-subrc ne 0.
    write:/ 'Unable to open file:', p_file.
    else.
    do.
    read dataset p_file into wa_data.
    if sy-subrc ne 0.
    exit.
    else.
    append wa_data to it_data.
    endif.
    enddo.
    close dataset p_file.
    endif.
    Rgds
    Anver

  • Read data from serial port or TCP port of frontend PC

    Hello Friends,
    I have requirement to read data from device connected to frontend PC which will provide meter reading data.
    Vendor has given me two option.
    1. Device can be connected to seiral port and data transfer will be done through MODBUS RTU protocol.In that case data need to capture from serial port.
    2. Device can be connected to TCP port and Socket program can be provided for data transfer. In that case SAP will act as client and communicate with TCP port.
    There will be multiple workstation with individual meters connected to them.
    I am aware of text file interfacing through front end tools using custom code using VB,JAVA or others.
    Is there any solution availble  to achieve above things using  ABAP other than text file , like direct communication?
    I am using ECC 6.0.

    Hello,
    Socket programming in not available on ABAP, but you may use RFC for the same.
    Use the below links for more details
    [Link 1|http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf]
    [Link 2|http://forums.sdn.sap.com/thread.jspa?threadID=1820233]
    Regards,
    Abhishek

  • 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

  • Reading data from another clients network connection

    I would like anyone who know to direct me to some resources for how one could write code that can read data from a port without "binding" to it. In other words, I have an application running on windows talking to a server. I want to monitor that conversation with a separate java application. This is a simple sort of a firewall.
    Is there a java api available, or a part of a package that can do this? So far, I have only seen information on binding to a port, which prevents the client from running at the same time as my java application.
    Thanks very much in advance.

    The simplest way to implement this is to create a proxy. The client connects to your proxy and your proxy connects and forward all data. Montioring this is then trivial.
    You could snoop the network, but I don't know and easy way to this in Java. Perhaps google has something.

  • 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.

  • DM - Meter Reading Workflow functionality

    Hi all,
    I have a customer's requirement that the estimated MR should be "corrected" automatically in case the next actual MR arrives and it is less then the estimation done before.
    Can anybody help me via the customizing and the development (if any required)?
    I have found the Customizing section Define Automatic Monitoring of Meter Reading Data, that works in co-operation with the function module EXIT_SAPLEL01_020, but I am not sure if this is the recommended way of solving this problem.
    Thanks in advance for your feedback, regards,
    Bou.Lis

    Hi Bou.Lis,
    Standard SAP Triggers the event ASSESSED in the Business object - ISUCONTRCT.  Use this to assess the meter reads and estimate the reads.
    Obviously you may also need to cancel the billing documents if you are adjusting the meter reads for the period billed. In that scenario you can use BILLDOCAUT -> BDOCSFORREVERSAL and BILLDOCAUT -> ADJREVERSETAB.
    For re-estimation you can leverage using the FM ISU_ACTION_ASSESSING. This FM estimates for all the registers, so you might want to customize and re-estimate only for implausible meter reads registers.
    I would recommend working with a solid workflow developer who has IS-U knowledge.
    Hope this helps.
    Sai

  • I want to read data via a GPIB card

    Dear Sir,
    Who has the experience about how to read the data via a non-NI supported GPIB card? I have an AX5488 GPIB card (NEC7210 chip), however, this card has no LABVIEW driver for V.6.0i. But the manual showed the BASIC and C code examples for reading data via it. So I think is there any way to do as well as the BASIC or C code process. On the other hands, the interface card and NEC7210 chip occupy at &HF000 and &H62E1, respectively.
    Can I use “IN PORT” or “OUT PORT” in LABVIEW? If so please tell me how to do, if not please tell me has there any best way to do it? Or ….
    Thank you for your help.
    Hong-Ying Chen

    Hi,
    If the driver functions for your interface are available from a dll, you can use LabVIEW's "Library Function Call Node" VI. This VI allows you to call external C functions in dlls.
    Using this VI you can wrap around the dll C functions and use the VIs in your labview code.
    DiegoF.
    National instruments.

  • Automatic Move-In Meter Read Population

    Hi
    Can you please let me know the relevant configurations to be done for automatically populating Move In Meter Read from historical read.
    I have already done configurations at "Define Control Parameters for Meter Reading Data Processing" but still Move In read is not populating automatically.
    Regards
    Sat

    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

  • Table EABL Question SORT with  reading date ADATTATS and  ADAT

    Hi all,
    I have selction criteria to qery EABL.
    After select ,i have to sort to get  latest 10 records from EABL .
    I  was told if the value of ADATTATS  is null ,i should display ADAT .
    But to select latest 10 records i have need to sort based upon date field..IF date field is null i will not get sort in proper descending order......
    Any suggestions and help ?
    display :for a partcular contract account
    Current meter reading date 1
    previous meter reading date 2
    previous meter reading date 3
    Is there any other field in this table EABL  which could be used for SORT here  for this display.
    Thanks in advance...
    Edited by: Sona on Feb 26, 2008 7:29 PM

    Yes,
    My case is :
    ADATTATS      
    record1 : date1         
    date2        
    null          
    null           
    record5 : date5   
    ADAT 
    record1 :  0
    0
    date3
    date4
    record5 :     0 
    Result is :
    date1
    date2
    date3
    date4
    date5
    I was told only if date is null in ADATTATS  i should go for ADAT.(that means only then value will be in ADAT)The majority of the time there will be a date in ADATTATS.  If an estimate or manual MR is entered, the date will come from ADAT.
    My test table has all null values in ADATTATS ,i hv values only in ADAT in test table.
    Another question :
    Can we change the data in test tables ?
    Testing process to check the billing run ?what r the steps involved ?

  • Estimated Meter reading

    Hi All,
    I have the previous meter reading, Previous meter reading date, current reading date and estimated consumption.
    Is there any simple function module available to calculate the new meter reading based on the estimated consumption..
    Thanks in advance
    Murali

    Hi All:
    I think another option is to use the MF ISU_CALCULATE_WITH_METREAD:
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(X_STANZVOR) LIKE  EABL-STANZVOR
    *"     VALUE(X_STANZNAC) LIKE  EABL-STANZNAC
    *"     VALUE(X_METERREAD) LIKE  EABLH-I_VERBERW
    *"     VALUE(X_CONSUMPTION) LIKE  EABLH-I_VERBERW
    *"     VALUE(X_OPERATION) LIKE  REGEN-WMODE
    *"     VALUE(X_REABLD) LIKE  REABLD STRUCTURE  REABLD OPTIONAL
    *"     VALUE(X_CUMULATING) LIKE  REGEN-KENNZX DEFAULT 'X'
    *"     VALUE(X_RAISE_MSG) LIKE  REGEN-KENNZX DEFAULT SPACE
    *"  EXPORTING
    *"     VALUE(Y_RESULT) LIKE  EABLH-I_VERBERW
    *"  EXCEPTIONS
    *"      NOT_VALID
    *"      CONV_FAILED
    Where:
    - X_STANZVOR is Number of predecimal places for register.
    - X_STANZNAC is Decimal Places in the Billed Meter Reading.
    - X_METERREAD is the previus meter reading.
    - X_CONSUMPTION is estimated consumption.
    - X_OPERATION is the operation, in this case is '+'.
    - X_REABLD  is the structure with Screen Fields for Entry/Correction Initial Screen.
    - X_CUMULATING is for default 'X'.
    The new meter reading is returned in Y_RESULT.
    I hope this helps.
    Best regards,
    David
    Edited by: IS-U CGE on Jul 18, 2011 6:45 PM

  • Reading data from a Table Cluster sans SAP code

    I need to read data at the database level from a cluster table.  That is to say, I want to decompress the VARDATA column that is in
    the database table and interpreet it with my own code.
    I've read all the SAP help documents on the subject, and I have created a test Table Cluster (the physical object) and associated test Cluster Tables (the logical tables) with the Table Cluster, but the data is compressed at the at the database level and incomprehensible.
    I realize one can use ABAP and OPEN SQL to read the table, because that goes through the SAP database interface.  I could
    also call a BAPI from an external program, but I don't want to do that.
    I need to read the data directly from the database without going through the SAP database interface or calling any SAP code.  I
    am willing to write the required code in another language, I just need to know how the data is compressed in the cluster, so I can
    decompress it.
    1. Does anyone know how to decode the information stored in a table cluster  WITHOUT using SAP code? 
    2. If no one knows how to do (1), does anyone know what compression algorithm SAP uses when storing data in the table cluster?
    3. Is there a specification or layout that explains exactly how the VARDATA column in a table cluster is structured, so that once I
    decompress it, I can figure out what data belonged to which table and column?
    If you even have a guess as to the compression algorithm or layout of VARDATA, I would be interested to hear it.
    Thank You,
    Larry Smith

    Hi All,
    The question is still open, waiting for points to be awarded.  Fidel's answer didn't really help.  I already know that I currently can't read the cluster, that's why I posted the question. 
    I would think SAP uses a known compression algorithm for the clusters, so the most important thing is finding out what the algorithm is, and finding out if SAP does anything weird to the compression headers.
    Someone has to know out there!
    Thank You,
    Larry Smith

Maybe you are looking for

  • Airport Extreme and External USB HDD

    I've seen quite a few posts on the topic but no real fixes. I have a 21.5" iMac utilizing an dual-band Airport Extreme Base Statation for networking. I also have a 1TB Toshiba USB external hard drive. Formatted for Mac OS journaled. I plug the drive

  • Audig2 zs + inspire 6600

    well I'm installing a new image of my windows xp with sp2, but I'm having a problem.. when I try to configure my audio with inspire 6.1, with speaker calibrator, every time appears to me a error, ever, on my left front box... when I come back to my o

  • I am importing photos from an SD card but it keeps adding them in triplicate...any idea why?

    I am importing photos from an SD card but the photos are added in triplicate and will not organize in order....any ideas as to why?

  • Controller Extension

    Hi All, I am working on Controller Extension. I extend controller but whenever i do personalize particular controller i cann't identified that controller name. how to identify the controller name. Narayana

  • HELP!  Hardware test won't run

    A couple of weeks ago I had a problem with what I believe was a kernel panic. I ran the AHT and all checked out, so I ran repair permissions and everything was fine until now. While I was working in InDesign (which I do 8-10 hours daily) I got the gr