2024 Nov 23 6:51 PM - edited 2024 Nov 24 9:04 AM
Need to create a large amount of Meter Reading Orders (100k installation) got an issue on how to debug.
Seems like this amount of data is too much that debugger can't really be used here it just exits.
When processing single installation 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 functions 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
2024 Nov 29 12:44 PM
2024 Dec 02 8:55 PM - edited 2024 Dec 02 8:55 PM
Hi Kartin,
thanks for your reply but could you give the reasons why I should use the BAPI.
I think I am missing something crucial here because I thought BAPI are meant to be used with non-SAP
most of the time. Or is the BAPI in this case the way to handle creation of Meter Reading Documents.
Best Regards,
ud39
2024 Dec 03 7:29 AM
2024 Dec 03 8:08 AM
Hi Katrin,
thanks for reply and information. But just to clarify with your point
and as context the system we are working it is a S\4 so you meant the FM
is obsolete right?
Best Regards,
ud39
2024 Dec 03 8:12 AM