‎2009 Jul 02 7:52 AM
Dear All,
I wanted to create a function module in that function module I want change the notification long text for that I am using SAVE_TEXT function module and for notification close I am using BAPI_ALM_NOTIF_CLOSE function module. But I am not able to close that notification. Please give any suggestions. if possible please provide sample code.
Thanks and reagards,
Krish.....
‎2009 Jul 02 8:27 AM
Did you call [BAPI_ALM_NOTIF_SAVE|https://forums.sdn.sap.com/search.jspa?threadID=&q=BAPI_ALM_NOTIF_SAVE&objID=&dateRange=all&numResults=15&rankBy=10001] after [BAPI_ALM_NOTIF_CLOSE|https://forums.sdn.sap.com/search.jspa?threadID=&q=BAPI_ALM_NOTIF_CLOSE&objID=&dateRange=all&numResults=15&rankBy=10001] and before COMMIT ?
- If no, add this call
- Else maybe those old notes are for you : [Note 799454 - PM/CS notification completion by BAPI does not work|https://service.sap.com/sap/support/notes/799454] and [Note 911355 - PM/CS notification completion does not work|https://service.sap.com/sap/support/notes/911355]
- Else analyze the RETURN paramater for error messages
Regards,
Raymond
‎2009 Jul 02 8:27 AM
Did you call [BAPI_ALM_NOTIF_SAVE|https://forums.sdn.sap.com/search.jspa?threadID=&q=BAPI_ALM_NOTIF_SAVE&objID=&dateRange=all&numResults=15&rankBy=10001] after [BAPI_ALM_NOTIF_CLOSE|https://forums.sdn.sap.com/search.jspa?threadID=&q=BAPI_ALM_NOTIF_CLOSE&objID=&dateRange=all&numResults=15&rankBy=10001] and before COMMIT ?
- If no, add this call
- Else maybe those old notes are for you : [Note 799454 - PM/CS notification completion by BAPI does not work|https://service.sap.com/sap/support/notes/799454] and [Note 911355 - PM/CS notification completion does not work|https://service.sap.com/sap/support/notes/911355]
- Else analyze the RETURN paramater for error messages
Regards,
Raymond
‎2009 Jul 02 11:35 AM