Application Development 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: 

Question about Bapi_Alm_Notif_Data_Add

Former Member
0 Kudos

Hello friends,

My project is actually built in WebDynpro Java, but I need help from ABAP gurus. I have created few Adobe forms to create Plant notifications. I use the BAPI <b>Bapi_Alm_Notif_Create</b> to create Plant notifications, and it has been working fine.

I now have another scenario where I need to add some data to an existing Notificaiton. So, I am trying to use the following BAPIS in order to achieve this:

<b>Bapi_Alm_Notif_Data_Add

Bapi_Alm_Notif_Save

Bapi_Transaction_Commit</b>

<b>Issue: </b> When I execute these BAPIS, the following happens: (1) the notification gets locked. And (2) when I release the lock using sm12, I notice that nothing has been added to the notification! I don’t see any error messages when executing these BAPIS also!

Am I missing something! Do I need to release the Notification!

Any help on this would be much appreciated.

Thanks,

Rob.

1 REPLY 1

Former Member
0 Kudos

resolved.

Just fyi.... I needed to add "000" in front of the Notification Number when I set the Notification Number in the Bapi_Alm_Notif_Save BAPI.

thanks,

Rob.