Hello experts,
We are using a legacy system that feeds data to a standard instance of SAP, and we would like to activate activate CWM in SAP. We will need to set up about 1/2 of our products as 'Standard Materials" and the other 1/2 as "Catch-Weight Materials." Right now, the interface we built between the legacy system and our current instance of SAP (in which Catch Weight is not yet active) only sends and receives one UOM.
My question is: If we activate Catch-Weight Management in SAP, and we have product ST1 set up as a standard material, and product CW1 set up as a catch-weight material, and we try to do a goods-issue for both of them, do we need to provide 2 UOMs for both line items on the goods issue? "OR" just 1 UOM for standard material, and 2 UOMs for catch-weight material?
Also, will the table holding the goods-issue data look like this?
Material QTY1 UOM1 QTY2 IndUOM
ST1 11.3 LB NULL NULL
CW1 11.3 LB 2 CS
OR will it look like this?
Material QTY1 UOM1 QTY2 IndUOM
ST1 11.3 LB 0 0
CW1 11.3 LB 2 CS
Basically, do data structures change for all materials when CWM is activated? OR only for those materials set up as catch-weight materials?
Thanks in advance!