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

Read notification data bypasing buffer

Former Member
0 Likes
1,429

Can anyone help me out with a function module/BAPI that bypass the buffer and get from the database the latest updated notification details?

In my development I need to update the PM notification and in the same session I would be reviewing the changes as well. To bring in the notification details I tried using the FMs like ALM_ME_NOTIFICATION_GETDETAIL2, BAPI_ALM_NOTIF_GET_DETAIL etc, but all these use the FM IQS4_GET_NOTIFICATION internally and this always reads the data from the buffer. This poses the problem as the data I get is not the latest updated data from the database.

Your response is greatly valued and appreciated.

Vijay

Message was edited by:

Vijayakrishnan S

2 REPLIES 2
Read only

Former Member
0 Likes
776

I could solve the issue by calling another FM IQS1_REFRESH_ALL that refreshes the buffer before I use the function BAPI_ALM_NOTIF_GET_DETAIL

Thanks

Vijay

Read only

0 Likes
776

Thanks for sharing solution you found. appreciate that.