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

Performance issue while calling 'BAPI_ALM_NOTIF_CREATE' to create mass notifications

Former Member
0 Kudos
505

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 !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
240

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.

2 REPLIES 2
Read only

former_member182371
Active Contributor
0 Kudos
240

Hi,

why not using SE30 Runtime analysis and try to find out what is going on?

did you check OSS?

e.g.

2008588 - BAPI_ALM_CONF_CREATE: Poor performance

Best regards,

Pablo

Read only

Former Member
0 Kudos
241

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.