on ‎2020 Feb 20 2:44 PM
Hello, I am trying to setup a packing spec for automatic packing during inbound delivery where I can take a line with multiple serialized numbers and create a HU for each one. For instance I have 5 qty of serialized product A under line 10 and I want to automatically pack it into 5 HUs with each HU having a serial number of the 5. I'm able to create 5 HUs in this instance but none of the HUs end up having serial numbers and they then have to be manually entered. Is there a way around this?
Request clarification before answering.
Hi bradcook1,
"is there simple configuration I can do to resolve this problem? "- I searched for configuration but could not find any thing related to that.
Alternative:
"Would a BADI be needed for this or "-> You may try this BADI to fix
BADI: /SCWM/EX_HU_BASICS_HUHDR
Method: CREATE
Packing:
->Class to read current auto packing info:/scwm/cl_wm_packing
-> Method to read:/SCWM/IF_PACK_BAS~GET_HU_ITEM
-> Modify Serial Number Read the serial numbers from Delivery items (/SCWM/CL_DLV_MANAGEMENT_PRD)
-> Pass to update the serial number method: /SCWM/IF_PACK_BAS~CHANGE_HUITM
Kind Regards,
Ajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi bradcook1,
Are Serial nos vendor provide no i.e, universal through product life cycle ? Is there any Business logic to assign Serial number to HU ? Or Random assignment with HU?
my understanding: Its difficult to know which serial no contains in which HU unless vendor provided all those information via EDI/IDOC...as Advance notification in ERP System.
Please read this Newly OSS Note -2817779 ( Serial number assignment with HU in RF).
Note: BADIs are also available if you have business logic for assignment.
Please let us know if you have further queries.
Kind Regards,
Ajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response Ajit. In this business case each serial number just needs to have it's own HU. The serial number provided by vendor is used through product life cycle though the specific HU number doesn't matter so I believe random assignment of serial number to HU would be all that is needed. Would a BADI be needed for this or is there simple configuration I can do to resolve this problem? Thanks again for the help.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 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.