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: 

find Process order status

Former Member
0 Kudos

Hi,

i would like to know how can we find process order status .

Example OPEN -COR3 TCODE - Enter PO---

list of fields

PO -


MATERIAL -


STATUS -


BESIDE this status icon is there, if we click it it displays list of status.

i want this data where it was stored.

Thanks

Ramakrishnaiah

2 REPLIES 2

former_member228751
Contributor
0 Kudos

Hi Rama,

check this table AUFK

Order status - AUFK-ASTNR

Regards,

Sachin

Former Member
0 Kudos

Any order status you will find in the JEST table in R/3. Get the order number and then check in JEST table - the order number with some text appended in the begining will be the key field. There will be multiple status entry in JEST. You need to check the status text in TJ02T table.