‎2007 May 11 4:50 AM
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.
‎2007 May 11 6:09 AM
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
‎2007 May 11 5:13 AM
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
‎2007 May 11 5:54 AM
‎2007 May 11 6:09 AM
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