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

Problem with Notification closure

Former Member
0 Likes
686

Hi all

We have recently upgraded to SPS 9 and we are facing an issue with the BAPI  BAPI_ALM_NOTIF_CLOSE.

On executing the FM the System staus is shown as NOCO (closed)but when I see it through T-Code IW29 it is shown as OSNO (not closed) .

Kindly share if you have any solution for the problem .

Thanks in advance

Ranjan Awasthi

1 ACCEPTED SOLUTION
Read only

former_member16553
Active Participant
0 Likes
587

Hi

      Do commit work after BAPI_ALM_NOTIF_CLOSE fm.

3 REPLIES 3
Read only

former_member16553
Active Participant
0 Likes
588

Hi

      Do commit work after BAPI_ALM_NOTIF_CLOSE fm.

Read only

0 Likes
587

Hello Girdhari

Thanks for your reply . I would like to ask where exactly should I commit the work ?

Should I call BAPI_transaction_commit to commit the work , If no, then which one should be used here.

Thanks again.

Read only

0 Likes
587

Ya you can use this , call  this fm just after BAPI_ALM_NOTIF_CLOSE.