We are working on a requirement that auto Creates, counts, and Post the Physical Inventory Document (SCM> EWM> Physical Inventory) for which we have analyzed below BAPI:
/SCWM/BAPI_PI_DOCUMENT_CREATE,
/SCWM/BAPI_PI_READ_FOR_COUNT,
/SCWM/BAPI_PI...
we want to update the loading sequence field in the outbound delivery which is assigned to the transportation unit at the time of wave creation.
We have one standard class-/SCWM/CL_DLV_MANAGEMENT_PRD and its method item_update is having a field ...
Our requirement is to change the destination storage type and destination storage section during warehouse task creation. Is there any BADI by which we can achieve this?
Explanation:
1. We are using /scwm/rfui to create the HU. ( Steps: Inbound ...
Our requirement is to clear Source and destination HU while creating the warehouse PICK tasks.
We are using Tcode /scwm/prdo to create warehouse task. Is there any enhancement/ BADI where we can Clear HU.
We have tried BADI /SCWM/EX_CORE_RMS_DETE...
While creating warehouse tasks from Tcode /scwm/prdo, We want to sort and change the order for picking the
quantities as per custom logic for which we have implemented BADI /SCWM/EX_CORE_RMS_DETERMINE.
In BADI implementation in the importing par...
Hi Aslam,We have set up ‘Level of
Available Qty’ on HU level, because we want to sort the quants as per the
custom logic using badi /SCWM/EX_CORE_RMS_DETERMINE.
But if
we set ‘Level of available Qty’ on Storage Bin level we are not able to get HU
re...
Hi Daniil,we are working with Functional to change the config for Storage Type to set the Available stock at "HU Level" and will validate the behavior.Our requirement is to pick the full pallets first & then pick the other partial pallets based on th...
Hi AslamOur requirement is to pick the full pallets first & then pick the other partial pallets based on the exact match or other quantity.so, to validate the quantity we need the available stock to be at HU level, not on the storage bin level and th...