cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FDO for HU created, but how is the connection

joerg_pfeifer
Explorer
1,311

Hello Experts,

hope you can help me.

do you know the technical connection between the an HU and the outbound delivery(FDO).

In case I created an outbound delivery for a HU. How can I find this connection technically?

I want to check if for a HU a outbound delivery (FDO) has been already created...

Tablel /scwm/huref shows still the PDO not the FDO.

Do you have any Idea?

Thank you and Best regards

Joerg

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member803951
Participant

Hi,

There is no direct linkage in Standard.

For the FDO, You have to get the PDO reference and then get the HUs from the PDO.

You can check class /scwm/cl_dlv_prd2hum and method get_hu_for_prd_fd for more details.

for the other way around, if you have a HU and need the FDO, then you first have to get the PDO item and then get the FDO related to the PDO item.

Best regards

Janardhan S Musigeri