cancel
Showing results for 
Search instead for 
Did you mean: 

EWM - Where I can find information about ODO-item-status DPC (Packing)

steffenkarle
Explorer
0 Kudos

Hello all,

we are using EWM 9.4 and from time to time the update of an ODO-batch-subitem from WT for Packing-Status (DPC) is not correct. The system is updating the main-item instead.

Example:

Main-item has DPC-Status '9' (finished) -> should be '0' (not relevant)

batch-subitem has DPC-Status '2' (partially completed) -> should be '9'

If I want to identify that behaviour in ODOs with many items it is very time-consuming to find the "corrupt" item(s).

So I want to create a short programm which selects all the items of a delivery which has DPC-Status '2'.

Now I'm looking for an opportunity to read out the DPC-Status but I could not find it stored anywhere. First I was looking in table /SCDL/DB_STATUS, as you can find the other status like DGI etc. there. But DPC I couldn't find.

Could someone please help me, and give a hint where I can get the information I need.

Thanks!

Best regards

Steffen Karle

Accepted Solutions (1)

Accepted Solutions (1)

former_member230160
Active Participant

Hi Steffen,

the DPC status is not persistet in the database. In the delivery status profile in customizing (SPRO) you can see that DPC is classified as "Transient".

It is calculated on the fly based on handling unit data. So maybe you can check your HUs to which items they are assigned (main or subitem).

Also please check if maybe still asynchronus processing are running. E.g. check SMQ2 if there are for your delivery entries, especially if there are entries in status RETRY or RUNNING.

You can read deliveries e.g. with a QUERY method which then can also do the calculation of the DPC status. Here see

https://wiki.scn.sap.com/wiki/download/attachments/451060111/Service_Provider_Call_Example.pdf?api=v... and then chapter 8.

Best regards

Markus

Answers (2)

Answers (2)

0 Kudos

Hi All,

I will not be able to use the QUERY method for the calculation of the DPC status. Please can you help me how to calculate it manually.

Thanks,

Ashwini

steffenkarle
Explorer
0 Kudos

Hi Markus,

thanks for your fast and detailed answer. I'll try as you suggested.

Best regards

Steffen