Skip to main content

Posts

Showing posts with the label queue

[SAP EWM ] Queue from EWM to ECC is stuck with error "Delivery item is not or only partially packed"

 Issue : A queue triggered from EWM that does not contain any handling units or packing instructions gets stuck with error  "Delivery item is not or only partially packed"  (error no. VL615) in the ECC system. Solution Approach : Check the table  TVLP  for the corresponding item category of the inbound delivery item. Ensure that the value of field  packing control  (field name  PCKPF ) is space ("can be packed") instead of 'A' ("must be packed").  As a workaround to post the stuck queue from SMQ2, the field  LIPS-PCKPF  needs to be updated to space. Afterwards, re-attempt to process the queue from SMQ2.

[SAP EWM] How to stop the queue (qRFC) for analysis

  There are two options available to get the queues in SMQ2 with status NOEXEC. Option A) Setting up a specific user parameter: it has to be done for the particular user, who is processing the deliveries in EWM or in ERP, not for the RFC user, the user parameter has to be set up in the menu System - User Profile - Own Data - tab Parameters or alternatively in transaction SU3, to stop the inbound queue in ERP side set the user parameter in EWM user master: parameter /SCWM/IF_DEBUG_QRFC, its value is X, to stop the inbound queue in EWM side set the user parameter in ERP user master: parameter /SPE/IF_DEBUG_QRFC, its value is X. Option B) Deregister the queue: It can be done in SMQR transaction. Use button „deregistration” then enter queue name in the popup. Here you can specify more queues or an exact one. Some examples: DLW* DLV* DLWSB6VCLNT001* DLWSB6VCLNT0011000001903 (exact ERP delivery coming from EWM) *1000001903 ...

[SAP EWM] Alignment of stocks between EWM and S/4

In EWM, we will come up with a scenario where the queue doesn't exist and the flow is not completed. Due to this, there will be a discrepancy in stocks.  In this situation, follow the below process to fix the issue. Perform physical inventory in EWM and set the parameter /SCWM/IF_DEBUG_QRFC  as "X" for a specific user, this will make the Queue stop in SMQ2  Thank you.