2017 Jan 17 12:06 PM
Hi All,
I need to change a register group for a device.Currently i am using ISU_S_DEVICERATE_CHANGE ,but not able to update the register group .Anyone know how to use the FM .Please help me
2017 Mar 23 8:46 AM
Hi all,
Finally I have changed register group using below code.Thanks for all suggestions
2017 Jan 17 1:57 PM
This should work for changing the register group.
ISU_S_DEVICEMOD_CHANGE
Regards,
Monis Shakeel
2017 Jan 17 2:18 PM
Hi Monis,
I am using ISU_S_DEVICEMOD_CHANGE .But I am not able to update using that .Could please let me know how to use the Fm?
Regards,
Kiran Rajan
2017 Jan 18 9:23 AM
Call function 'ISU_S_DEVICEMOD_CHANGE'
exporting
x_devloc = devloc
x_installation = installation
x_device = device
x_matnr = matnr
x_devision = devision
x_keydate = keydate
x_wmode = co_change
x_prorate = prorate
x_timeslices = timeslices
x_upd_online = co_flag_marked
x_no_dialog = co_flag_notmarked
x_no_other = co_flag_notmarked
x_no_update = co_flag_notmarked
importing
y_db_update = db_update
y_exit_type = exit_type.
This should work.
Regards,
Monis Shakeel
2017 Jan 19 10:25 AM
I would you like to know where you are passing register groups in the FM?
2017 Jan 19 11:11 AM
2017 Jan 25 8:36 AM
Thanks Nic.
I have already check the post .I have register group like KWH ->A
KWH and KVA ->B
KWH -> C
Now i am able to do change register group from A to C ,however i am not able to do change from A to B.
2017 Feb 13 10:15 PM
Handy hint, if you try changing the values in EG42 for the use case that fails in the function, you can likely identify some data that is required which is not currently in your automation. The easiest example that comes to mind is when you change a register group, the rate data is no longer compatible & needs adjusting before save.
2017 Mar 23 8:46 AM
Hi all,
Finally I have changed register group using below code.Thanks for all suggestions