2011 Apr 04 2:32 PM
Hi,
I need to add custom fileds in these transactions in order to specify particular client information I have to extract in the output of meter reading order.
How can I accomplish this need?
Do I need to define a custom transaction or do I have to implement some customizing-badi,... I didn't find anything useful in my researches.
Can you help me please?
Thanks,
Gabriele
2011 Jul 28 6:10 AM
Hi ,
For EL35 try User exit EDMMRSTR and for EL09 try Badi GEN_EBPP_DEBITOR_SL
Thanks
Rajesh
2011 Jul 28 8:47 AM
Hi Gabriele,
When we are generating meter reading orders, entries are made in tables EABL & EABLG. You can add custom fields in these tables using enhancement EDMMR001.
Based on your rules / logic, you can update these custom fields from user exit - EXIT_SAPLEL01_010.
Now, when you are downloading meter reading orders, you can access these values.
Alternatively, if you can derive these additional values in run time, you can place your logic in Meter Read Order Download Print Workbench program.
Hope this helps.
Regards,
Avinash
2011 Nov 25 12:04 PM