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

Process order - Status

Former Member
0 Likes
944

Hi All,

When one process order is confirmed, It has a status of PCNF.

Now the problem is that I am not able to identify which process order has the status of PCNF.

There is a table AFRU in which I can fetch the Confirmed(CNF) process orders through the field criteria AEURU = 'X'.

Please tell me how to fetch the partial confirmed orders.

Please help me out.

Eagerly waiting for reply.

Thanks & regards,

Guru Dutt.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

Hi

Order Status's are stored in JEST table and descriptions of ststaus in TJ02T table

You better join the table AFKO or AUFK with the JEST table using OBJNR field and fetch the Partially confirmed order(where status field = PCNF) and use.

this works fine,

Reward points if useful

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
610

HI

from the same variable, you can get ..

if aueru = 'X' -> final confirmation

aueru = '1' -> automatic final confirmation

aueru = ' ' (space) -> partial confirmation

if helpful, reward

Sathish. R

Read only

Former Member
0 Likes
610

u have to get it from AFRU itself

<b>aueru = ' ' (space) -> partial confirmation</b>, if u want to know the status then u have to use FM

STATUS_READ

Regards

Prabhu

Read only

Former Member
0 Likes
611

Hi

Order Status's are stored in JEST table and descriptions of ststaus in TJ02T table

You better join the table AFKO or AUFK with the JEST table using OBJNR field and fetch the Partially confirmed order(where status field = PCNF) and use.

this works fine,

Reward points if useful

Regards

Anji