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

function module to pass the data to standard transaction

Former Member
0 Likes
333

Hi All,

can you please tell me which is the function module used to pass the data to standard transaction EL06

Thank you.

Regards,

Ali

1 REPLY 1
Read only

Former Member
0 Likes
298

Hi Ali,

you can achieve this in follwoing way:

These are the steps.

1) You  use SET PARAMETERS in your custom program.

2) Implement implicit enhancement in standard program for EL06 and use GET PARAMETERS there to access the data you want to use.

Regards,

Ameya