SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add custom fields in EL09/EL35 transaction

Former Member
0 Likes
911

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

3 REPLIES 3
Read only

Former Member
0 Likes
613

Hi ,

For EL35 try User exit EDMMRSTR and for EL09 try Badi GEN_EBPP_DEBITOR_SL

Thanks

Rajesh

Read only

Former Member
0 Likes
613

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

Read only

0 Likes
613

Solved