Application Development 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: 

unrelease a process order

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

Alberto,

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

Regards

Veera