4 weeks ago
Hi,
We’ve implemented the BADI /SCWM/EX_CORE_PTS_NBIN_NRM to allow mixed storage of the same material with different batch numbers, as our process does not involve receiving via handling units.
Before the implementation, the system would automatically split quantities across bins when the bin capacity was exceeded provided that the storage type allowed splitting. However, after activating the BADI, this automatic bin splitting no longer occurs.
Has anyone experienced this behaviour or found a solution to restore the standard bin splitting logic while keeping the BADI active?
Thanks in advance for your support.
Jack
Request clarification before answering.
Hi @JackN11
Thank you for your question.
The reason it happens is because your custom logic overrides the standard bin determination that performs capacity check. You can fix this and keep the enhancement you introduced by:
The following reference will provide some details:
Best regards
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @beata_d
It depends on what your goal is; if your goal is to allow mixed storage for the same material with different batches and you still want to keep the standard bin-splitting behaviour, then yes /SCWM/EX_CORE_PTS_MIX is a better fit in your case.
The BAdI lets you control your mixed storage dynamically through the flags MIX_ALLOWED and MIX_CHECK without it overriding the standard logic. Make sure you only use /SCWM/EX_CORE_PTS_NBIN_NRM if you truly need custom bin search logic, else stick with the aforementioned.
Best regards
Chris
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.