2009 Oct 27 10:33 PM
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
2009 Oct 29 4:10 AM
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
2009 Nov 10 11:07 AM
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