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: 

Reg: Status OF productionorder

Former Member
0 Kudos

Hi All,

Once I enter my production order in AUFK table I get OBJNR. I have to pass this OBJNR in JEST table to get the status. Can I know what is the status for release. For TECO it is I0045, similarly can anyone tell me for release.

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos

I0002 is the status for REL.

Check the table TJ02T with ISTAT = I0002

Check the FM: STATUS_READ also

Regards

Gopi

2 REPLIES 2

gopi_narendra
Active Contributor
0 Kudos

I0002 is the status for REL.

Check the table TJ02T with ISTAT = I0002

Check the FM: STATUS_READ also

Regards

Gopi

0 Kudos

Hi Gopi,

Thanks for ur reply. My issue is solved.