2017 Nov 06 6:09 AM
Hi SAP ISU Experts,
we are using ISU_S_DEVICEMOD_CHANGE in our Z Function Modul to modify device .
The main problem is for 98% of the cases ,Entry is created in EABL and EABLG ,but remaining 1-2% of the data ,records are not updated in Std. Tables,
BUT, Z table is updated with the Internal Md ID for meter read.
There is no as such data in consistence as such because entry is getting created in Z Table but BOT std. table .
Strange 🙂
Please let us know if you have faced any such issue
2018 Jan 12 8:35 PM
2018 Jan 18 10:58 AM
I'd suggest there is an inconsistency in your use of the ISU_S_DEVICEMOD_CHANGE function in your z code. My guess would be if you are collapsing a register timeslice programatically & not dealing with register readings that are removed due to the collapsed register timeslices.
That said, without reviewing your implementation I doubt you will find much help here.