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

General

Former Member
0 Likes
497

Hey Folks,

I have a doubt.

Can somebody tell me which table holds the status for any production order. I have a report in which i have to delete the Production order with Status as TECO.How would the system determine whether a PP order is technically complete or not.

Could somebody guide me thru..

Regards

Rock

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

Hi,

The correct table is JEST.

The relation between the AFKO, AFVC and JEST tables is:

(if the production order is operational vise confirmation)

AFKO-AUFPL = AFVC-AUFPL.

AFVC-OBJNR = JEST-OBJNR.

or

(if the production order is order vise confirmation)

AFKO-AUFNR = AUFK-AUFNR.

AUFK-OBJNR = JEST-OBJNR.

Here for the particular Production order, the status in JEST table ie, JEST-STAT = I0045.(TECO Technically completed). then we can say that, it is Techinically completed.

Reward me the points, if it is useful for you.

Ramesh.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
480

Please check table JEST

a®

Read only

Former Member
0 Likes
481

Hi,

The correct table is JEST.

The relation between the AFKO, AFVC and JEST tables is:

(if the production order is operational vise confirmation)

AFKO-AUFPL = AFVC-AUFPL.

AFVC-OBJNR = JEST-OBJNR.

or

(if the production order is order vise confirmation)

AFKO-AUFNR = AUFK-AUFNR.

AUFK-OBJNR = JEST-OBJNR.

Here for the particular Production order, the status in JEST table ie, JEST-STAT = I0045.(TECO Technically completed). then we can say that, it is Techinically completed.

Reward me the points, if it is useful for you.

Ramesh.