‎2009 Mar 12 1:29 PM
Hello Friends,
I'm using BAPI_ALM_NOTIF_CREATE in my program to create service notification.
The notification is getting created. But its not saving in database. Even i've tried using
BAPI_TRANSACTION_COMMIT. The data is not getting saved. Can anyone help me
on this issue.
Thanks in advance
Regards
Chandu
‎2009 Mar 12 1:32 PM
You must call in sequence 3 FM/BAPI<br />
- [BAPI_ALM_NOTIF_CREATE|https://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_alm_notif_create&cat=sdn_all]
- [BAPI_ALM_NOTIF_SAVE|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=bapi_alm_notif_save&adv=false&sortby=cm_rnd_rankvalue]
- [BAPI_TRANSACTION_COMMIT|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=+bapi_transaction_commit&adv=false&sortby=cm_rnd_rankvalue]
(Take a look at [Note 604300 - FAQ: BAPI_ALM_NOTIF* and BAPI_SERVNOT*|https://service.sap.com/sap/support/notes/604300])
The changes of the notification data exist on the database only after the function modules BAPI_ALM_NOTIF_SAVE (or BAPI_SERVNOT_SAVE) and BAPI_TRANSACTION_COMMIT have been run successfully
Regards
‎2009 Mar 12 1:46 PM
I tried that one now. But not succeeded.
By seeing that note i've tried the same in SE37 its working fine
but how to do the same programmatically, pls help me.
Regards,
Chandu
Edited by: chandra sekhar narra on Mar 12, 2009 3:00 PM
‎2009 Mar 12 2:35 PM