2013 Oct 07 6:31 PM
Hi All,
When I am going to IQ03, I put Material and serial number.
After getting the desired screen. I clicked on MR results for meter reading. I can view all the reading but my requirement is to view the report with few other fields. Will have to enhance the RELEABL3 report or this can be done by configuration.
Thanks
2013 Oct 08 10:29 AM
Hi,
If you need to add the fields that are already present in EABL table, then you should add your fields in CI Include CI_EABLD_EL31.
This include structure is called in EABLD_EL31 which is later used to display the fields in RELEABL3.
The data will be automatically populated in the code RELEABL3.
Note: This will work only in condition, if you have some fields in EABL table that you want to include in your display.
Let me know if that works or if your requirements are something else.
Thanks
Rishi
2013 Oct 07 9:19 PM
There is no configuration for RELEABL3. Check if the fields are part of the layout options available.
2013 Oct 08 10:29 AM
Hi,
If you need to add the fields that are already present in EABL table, then you should add your fields in CI Include CI_EABLD_EL31.
This include structure is called in EABLD_EL31 which is later used to display the fields in RELEABL3.
The data will be automatically populated in the code RELEABL3.
Note: This will work only in condition, if you have some fields in EABL table that you want to include in your display.
Let me know if that works or if your requirements are something else.
Thanks
Rishi
2013 Oct 08 1:52 PM
Hi,
Thanks for the answering my question. Actually I want to add 2 fields from EZWGD table. Is it possible?
2013 Oct 08 2:19 PM
Hi,
Yes it is possible to add the 2 fields,but in that case you have to add both the fields in EABL table and EABLD_EL31 structure. You need to update the EABL table through badi. In my project we have updated 3 Z-fields by using this concept.
Thanks
Rout
2013 Oct 11 8:46 PM
Can you please explain me step by step. I tried but it's not working.
2013 Oct 12 1:48 AM
Hi,
Please find the steps as below.
1.Add the required fields in EABLD_EL31 structure.(Check the z fields in below screen shot)
2.Add those fields in EABL table (Check the z fields in below screen shot)
3.The value of the table needs to upload in EABL table.
Enhancement ‘‘EDMMR001’ and BADI ‘ISU_MR_EABL_UPD’ can be used to maintain custom fields.
Use the screen exit to display in RELEABL3
4.
The screen will display like below in RELEABL3.
let me know if you have any questions.
Thanks
Rout
2016 Aug 08 9:59 AM
Hi,
I need add a custom button in transaction EL31:
1º: push butoon iNSTALLATION
2º: push button Meter Reading Result. And in this screen I need add a new custom button.
Anyone know how I can do it without making a copy of the program RELEABL3?
Thanks!