cancel
Showing results for 
Search instead for 
Did you mean: 

Table in which TECO Date is Store

Former Member
0 Kudos

Dear All,

Can any one help me in finding out the Table in which TECO Date of Order is Store.

or any report in which TECO date is present.

I already check COOIS and CO03, there is no TECO date avilable there.

Regards

Shayam

Accepted Solutions (1)

Accepted Solutions (1)

former_member196530
Active Contributor
0 Kudos

Dear ,

COOIS/COHV this kind of report will not display TECO date .Basically , you should have ABAP query with following sequence to get the date :

1.Enter Production Order Number : AUFK

2.Pass the value of Object Id from AUFK to JEST then to Tabel : JCDS

Seat with your abaper with those tables and explain him so that he can help you out

Regards

JH

Former Member
0 Kudos

Thanks

issue resolved

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello Shyam,

You can get the date from JEST table by inputting Object number for active status .

Regards,

jayavimal

Former Member
0 Kudos

You can develop the ABAP query for JCDS table. The object key is OR+leading zero of order number. The system status for TECO is I0045.

Or with standard production order display, click status. Use menu Extras -> Change status. Select TECO and click Choose.

Former Member
0 Kudos

Hi,

Apart from above go through AFKO table also.

Anupam1143
Active Contributor
0 Kudos

HI

check Table JEST Object status

Hope it will help u

Regards

Anupam Sharma

Former Member
0 Kudos

Hi,

Tables: AUFK, JEST & JCDS

Pass Order nos. to AUFK, read AUFK-OBJNR.

Pass the value to JEST to know which status are active or inactive & then check in JCDS when it was set.

Regards,

Vivek