‎2007 Sep 27 9:16 AM
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
‎2007 Sep 27 9:22 AM
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>
‎2007 Sep 27 10:38 AM
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.