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: 

Need Help on FM - ISU_S_DEVICEMOD_CHANGE

Former Member
0 Kudos
474

Hi Experts,

We have a requirement where we have to change the Register Configurations for the Device(EG42) programatically using Function Module: ISU_S_DEVICEMOD_CHANGE. If anyone has worked on similar requirement please suggest me what are all the export parameters i have to pass to the FM. So that i can achieve changing the Register Configurations.

I have to make couple of registers active, change number of decimals before and after the decimal place.

Regards,

Vamsee

2 REPLIES 2

Former Member
0 Kudos
174

Hi

Please go to Function group EG42 through SE80 include LEG42F01 contains the code to change the Register Configurations for the Device

You can put a breakpoint on the Function call and run the trnasaction to see what data it actaully takes while making register active.

Hope this helps.

Please let me know if anything else required.

Regards,

Prajakta

Former Member
0 Kudos
174

Thanks Prajakta for your reply.

As part of the FM call we are suppose to populate the REG_MOD, REG_MOD_FLAG and METERDOC structures of the Exporting Parameter X_AUTO.

Since we are doing the Device Modification we are also suppose to export X_DEVICE, X_MATNR, X_DEVISION, X_EQUNR, X_KEYDATE, X_WMODE = 2, X_UPD_ONLINE and X_NO_DIALOG parameters while calling the FM.

Regards,

Krishna

Edited by: Vamsee Krishna on Nov 10, 2009 6:24 AM