Need to create a large amount of Meter Reading Orders (100k Installation) got an issue on how to debug. But seems like amount of data is too much that debugger can’t really be used here.
When processing single Meter Read everything is okay. Therefore, I need to debug when processing large amount of data.
That’s why the first question does anyone has an idea on how to debug such a large amount of data or
ways to process such amount of data. We are looping through the 100k Installation and call
ISU_S_METERREAD_CREATE
Second question during debugging or rather waiting on the debugger got the following message that stops the debugger.
EL422
An error occurred while uploading meter reading results via the IDoc of
type ISU_MR_UPLOAD or the BAPI MeterReadingDocument.Upload.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
I don’t get this because no IDOC is being used to my knowledge and these are not called when using ISU_S_METERREAD_CREATE.
Looking at the next message mean looking at EL423 right but if the debugger just exit
I can’t debug it.
Thanks
Best Regards,
ud39