2016 Oct 20 4:43 AM - edited 2024 Jan 21 9:40 PM
Hi guys,
There were almost 1,000 lines on work order -> object list. The requirement is creating notifications for the objects and assign to current work order. At the start of the processing, it created nearly 18 notifications per minute , but only 6 notifications per minute at the end.
Can you help to figure out the cause about this issue?? Thank you !
2016 Oct 21 9:44 AM
Hi Poblo,
I was creating notification and assign to work order by using BAPI_ALM_NOTIF_CREATE.. when the records in the objectlist are huge.. then the performance is bad..
now I created notifications first, then update notifications to work order by using BAPI_ALM_ORDER_MAINTAIN at last..
The performance has big improved now...
Regards,
May.
2016 Oct 20 9:32 AM
Hi,
why not using SE30 Runtime analysis and try to find out what is going on?
did you check OSS?
e.g.
Best regards,
Pablo
2016 Oct 21 9:44 AM
Hi Poblo,
I was creating notification and assign to work order by using BAPI_ALM_NOTIF_CREATE.. when the records in the objectlist are huge.. then the performance is bad..
now I created notifications first, then update notifications to work order by using BAPI_ALM_ORDER_MAINTAIN at last..
The performance has big improved now...
Regards,
May.