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

Notification close

Former Member
0 Likes
909

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.....

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
629

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

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
630

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

Read only

Former Member
0 Likes
629

still no answer