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

unrelease a process order

Former Member
0 Likes
1,287

On creating a process order with COR1, a user may release the order, but afterwards he can also change the materials list and then save.

In the moment of saving, I would like to check if the order is ok, if not, it should be unrelease. Is there a FM to unrelease the order? What are the tables with these status?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
818

Hi

You will find the Status in JEST table

pass the AUFNR order number to AUFK and take the OBJNR and Pass to JEST table and see the status

for Ststus text see TJ02T table

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
819

Hi

You will find the Status in JEST table

pass the AUFNR order number to AUFK and take the OBJNR and Pass to JEST table and see the status

for Ststus text see TJ02T table

Regards

Anji

Read only

0 Likes
818

So, setting released status as inactive in that table is all I have to do?

Read only

0 Likes
818

Alberto,

Alternatively you can use FM "STATUS_READ" to read the status & FM STATUS_UPDATE_DJEST to update the status.

Regards

Veera