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

PPF for creating warehouse task for a specific HU

michael_fallenbchel
Active Participant
0 Likes
1,176

Experts,

need your help 🙂

I want to create (and also confirm) a warehouse task automatically (PPF) for a specific HU when Outbound delivery Order is created.

So first, I activated PPF /SCWM/PDO_01_WT_CREATE, which is working as expexted.

Next is BADI implementation for BADI /SCWM/IF_EX_CORE_RMS_DETERMINE~DETERMINE , here I add to QMAT_CUS one entry which there fields filled:

MANDT

LGNUM

LGTYP

LGPLA

HUIDENT

FORFREE = X (while debugging seems to be needed)

GUID_PARENT = HUHDR-GUID_HU

GUID_STOCK = HUITM-GUID_STOCK

MATID (HUITM)

BATCHID (HUITM).

Seems to work, but then I get error saying "Available quantity in bin is zero" --> "System could not determine source storage bin".

Debugged a little more and found that LTAP_VSOLM is 0?

What could be the problem? Or is there a better way to achieve this?

Thanks

Michael

Accepted Solutions (1)

Accepted Solutions (1)

michael_fallenbchel
Active Participant
0 Likes

Got it 🙂

Now I'm doing this in a different way - creating warehouse tasks /SCWM/PDO_01_WT_CREATE is now a customized method, where I already add HU as VLENR.

GI booking is done with next PPF.

Regards

Michael

Answers (0)