‎2008 Jul 08 6:47 AM
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...
‎2008 Jul 08 6:51 AM
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 .