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

BAPI_ALM_NOTIF_DATA_MODIFY

Former Member
0 Likes
890

Would this BAPI allow me to create Notification Items , Notification Causes & Notification Activities as well?

If yes then how?

For example if I try to create a new Item with say Item Number as 2 and Item Sort Num as 2 and then provide the same information in the table NOTIFITEM_X where I pass the Item Num as 2 and other fields as 'X', the BAPI comes back with an error - "<b>Error in processing notification, item 0000</b>" , which I believe is because Item number 2 doen't exist as the BAPI does modify Item num 1 for me which ofcourse exists.

The documentation for NOTIFITEM states - "<b>Notification Item for Creation</b>" but the BAPI is clearly not behaving this way. Am I missing something?

Any inputs would be appreciated.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
509

I think I found a solution using BAPI_ALM_NOTIF_DATA_ADD.

Read only

0 Likes
509

Can you please elaborate on ... the solution you found by

"BAPI_ALM_NOTIF_DATA_ADD" . I am trying to create a long text for a particular cause_code. But the error which is coming is "invalid catalog entry".