‎2010 Jun 03 2:10 PM
I have a module pool from where i am doing GR for a PO.
I have to check whether that PO is opened or not.
I use ENQUEUE_E_TABLE.
But it is giving me sy-subrc 0 everytime, when ever a PO is open or close.
Anyboy having idea how to check that.
‎2010 Jun 03 2:18 PM
‎2010 Jun 03 2:38 PM
‎2010 Jun 03 2:39 PM
>
> But it is giving me sy-subrc = 0 everytime, when ever a PO is open or close.
What do you mean by "PO is open or close" ? ENQUEUE_E_TABLE will lock the record in the DB table, it wont check if the PO is open for editing by a user.
Hope i am clear.
BR,
Suhas