cancel
Showing results for 
Search instead for 
Did you mean: 

In which table can we know the production order delivery date?

Former Member
0 Kudos

In which table can we know the production order delivery completion date?

View Entire Topic
former_member211676
Contributor

Hi Mallika

In production order when we are receive the materials with deficit quantity we manually check the delivery completed or if we receive complete then automatically delivery completes. All these are recorded with system status DLV.

So if we get the date of status  DLV  activated means delivery completed date.

Follow the steps to get DLV status date.

We can look it in production order header -> status changes.

or

1) In table AUFK pass the production order number and get OBJNR value.

2) In table JCDS pass the OBJNR, STAT (system status DLV number I0012 in the field STAT (Get this BS22)) and get the delivery completed date with the field UDATE.

Regards

Kesava

Former Member
0 Kudos


Thank you for the answer, it helped me.