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

Enqueue Dequeue for VBREVE

Former Member
0 Likes
375

Hi,

I am updating the Revenu reversal data into VBREVE table through standard function module SD_REV_REC_COLLECTIVE_RUN_NEW

The data will be updated in the table after few seconds only.So I need to chek dynamically whether the data has been updated before proceeding for further process.

Anyone suggest me for this??

How to check, if there is any open entry in VBREVE...

Is there any enque dequeue functions to check fior VBREVE table...

1 REPLY 1
Read only

Former Member
0 Likes
339

You can check using the Function

ENQUE_READ

this give all the lock entries , now in that you check any entry exists for that Revenue related .