Hi Hendrik,
Please check the BADI/Enhacement Spot:/SCWM/EX_ERP_MAPOUT_OD_CHANGE/SCWM/ES_ERP_MAPOUT
This spot will help to change mapping data from EWM to ERP in Inbound/Outbound.
Kind Regards,
Ajit
...so you would suggest to Change the item numbering here? This will be rather complex as we Need to consider other items which might be created based on the internal 9***** range (e.g. Batch split items).
So you agree that there is no option to have Standard behave in the same way as it we were using WM only!? (so Standard will not consider the internal 9***** range as the packaging material item is provided externally (here from EWM))
Hi Hendrik,
Automatic packaging material item is created with reference documents i.e, below ref doc category, ref Doc,Ref Item no ( Which is the item no for ERP/ECC Item and same item number will supply to ERP/ECC for Pack item )
ERO ( ERP Original Document )
ERP ( ERP Document )
control of Ref Item no: As per Standard , this no increment from below SAP Config
SPRO->SCM Extended Warehouse Management->Extended Warehouse Management->Interfaces->ERP Integration->Delivery Processing->Control Message Processing Dependent on Recipient
Doc Type ERP ItemIncr( 10 )
This is the standard increment 10, but you can change ,Impact as per the document type.
EWM always use to determine next erp-itemno using below logic same as ERP.
* batch: 9000xx
* item: 0000xx
Please check class and method for reference
Method: GET_LAST_ERP_ITEMNO_PRD
Class: /SCWM/CL_DET
Note: According to Standard,
1> If Packaging Item or new item add to delivery is batch managed, Item no will follow the series 9XXXXX.
2> If Packaging Item or new item add to delivery is not batch managed, Item no will not follow 9XXXXX, but It will add as per the above settings. Suppose you maintain 200000 in the above settings and delivery have 2 items 10,20, then new item will Max + config value.200000+20= 200020 Ref Item no.
Hope I answer your queries.
Please let us know if you have further queries.
Kind Regards,
Ajit
Add comment