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_READ buffer

Former Member
1,438

Hi experts,

I noticed that the FM STATUS_READ is buffered, and there is no parameter for clearing buffer.

When I run the FM, change the Status, and directly run the FM again, the old status is returned (instead of the new one).

Is there anyway for me to clear the buffer, or should I just stick with the SELECT statements instead?

Thanks!

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
883

after changing the status use commit work.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
884

after changing the status use commit work.

Read only

883

Ah that solved it. Thanks Keshav.