Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modify device with meter reading documents after date included

0 Likes
1,629

Hi! I receive a document with the new equnr and a date to make the change. I use the function ISU_S_WORKLIST_INSTALL_PROVIDE and I have error EL256 "Device &1: MR documents exist after activity date. Activity denied.

Is it possible modify the device with meter readings after the date or not? Thanks.

Hi! I receive a document with the new equnr and a date to make the change. I use the function ISU_S_WORKLIST_INSTALL_PROVIDE and I have error EL256 "Device &1: MR documents exist after activity date. Activity denied.

Is it possible modify the device with meter readings after the date or not? Thanks.

1 REPLY 1
Read only

RonnyF
Product and Topic Expert
Product and Topic Expert
0 Likes
943

Hello Astaroth,

from your description I unfortunately don’t know exactly what you want to do.
If you want to do a device modification on a date before future meter reading order (MRO) / meter reading result (MRR) you can use ISU_S_DEVICEMOD_CHANGE with X_PRORATE = X to suppress the error message EL256.
If you want to install / replace a device on a date before future MRO / MRR the named function module is correct. But unfortunately there is no prorate parameter available. But normally in online transaction (e.g. EG31) future MRO / MRR will be automatically adjusted so they match the new installed device. You can try this in online mode.
Another option would be to simply delete the future MRO / MRR and to perform the device installation afterwards and to re-enter the future MRO / MRR.
In general no error message EL256 should be raised when the activity date of device installation / removal is after a MRO / MRR.

Best regards,
Ronny