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