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

Reg: Enqueue

Former Member
0 Likes
501

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.

3 REPLIES 3
Read only

Former Member
0 Likes
474

check this:

--

Reddy

Read only

0 Likes
474

Hello Reddy,

Thankx for the answer.

It helps and it also works

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
474

>

> 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