‎2007 Aug 03 10:38 AM
hi
i am trying to create notification using fm 'BAPI_ALM_NOTIF_CREATE'.
i am passing notification type and short text in notifheader and executing.
it is not giving any error but not creating notification.
in field notif_no it is returning '%00000000001'.
can anybody help me out regarding this ???
regards
vijay
‎2007 Aug 03 11:25 AM
hi Vijay
u have to call the following three bapis in sequence to create the notification:
'BAPI_ALM_NOTIF_CREATE'
'BAPI_ALM_NOTIF_SAVE'
'bapi_transaction_commit'
Regards,
Sonal
<b>Reward points if helpful</b>
‎2007 Aug 03 10:40 AM
Did you try to commit after the BAPI?
Message was edited by:
Mathieu ILHE
‎2007 Aug 03 10:54 AM
‎2007 Aug 03 11:01 AM
BAPI itself never commit database update. You need to explicitly call the BAPI_TRANSACTION_COMMIT for database commit.
‎2007 Aug 03 11:25 AM
hi Vijay
u have to call the following three bapis in sequence to create the notification:
'BAPI_ALM_NOTIF_CREATE'
'BAPI_ALM_NOTIF_SAVE'
'bapi_transaction_commit'
Regards,
Sonal
<b>Reward points if helpful</b>