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

STATUS_BUFFER_REFRESH

Former Member
0 Likes
1,620

HI ,

I wanted to know when this function module(STATUS_BUFFER_REFRESH) is used . is it used to rollback the changes . what paramters do we need to pass in order to revert back the changes.

Thanks in advance,

neha

2 REPLIES 2
Read only

Former Member
0 Likes
835

hi neha,

The fn mod STATUS_BUFFER_REFRESH is used to reset the internal status management buffer. ITs functionality is used to delete the status management internal buffers.

If status changes are being made and the fn mod was called b4 the COMMIT WORK, the status changes are not posted.

If a ROLL BACK is carried out that does not end the activity, u should call this fn mod afterwards, otherwise a subsequent COMMIT OWRK will post the changes made b4 the ROLL BACK.

<b>Pls reward if helpful.</b>

Read only

0 Likes
835

Hi Shori,

Thanks for the reply. i wanted to know what do we need to pass to I_FREE parameter in order to revert the status changes.