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

2-Step Picking ignores Batch selection criteria

former_member722016
Participant
0 Likes
486

Dear Experts,

I have configured 2-step picking. I have the requirement to pick batches using specific selection criteria. But EWM seems to ignore batch selection criteria stored in delivery during Warehouse Task Creation for the "release withdrawal" step against wave. However, already picked batches are validated against selection criteria when I do Wave release for allocation step and create 2nd warehouse task. Just wanted to understand if this a standard behavior or am I missing some config/any alternative to make sure EWM only picks the right batch during 1st step picking warehouse task only. Thanks in advance.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

j_blohm
Active Participant
0 Likes

Hi llatch,

Until some time ago, this was actually standard behavior.

SAP has improved this greatly with note 2621374. Have you implemented this?

Best regards,

Jonas

former_member722016
Participant
0 Likes

Hi Jones,

I checked that note and it is implemented. I'm working with the last EWM embedded version.

Thanks!

j_blohm
Active Participant
0 Likes

Hi llatch ,

In this case it should be working fine. However, it might be that your batch selection class is not properly configured ...?

There's otherwise no setting regarding this.

In case you are able to debug the behavior, please place a break point in function module /SCWM/CUMULATE_QUANTITY_1ST and see if method /scwm/cl_batch_appl=>compare_with_selcrit is called.

If that doesn't help, you should open up an incident with SAP. As far as I know, your use case is supported.

Best regards,

Jonas

0 Likes

I had the same issue in 2017. I discussed this with the SAP WOP colleagues and it was out of scope at that time. It was recomended to implement an own check in /SCWM/EX_CORE_RMS_DETERMINE.

The note looks interesting I'll also check it once I find some time.