When using DTW to add item warehouses to items that already exist in SAP without warehouses, is it considered an update or and add data? I am not adding the items, so I would think it is an update but DTW crashes when I try the update. In the template, I have supplied the Itemcode for the item mapping and the itemcode and warehouse code for the warehouse mapping as in
For the Item Template
ItemCode
ItemCode
462308
For the ItemWhse Template
ParentKey LineNum WarehouseCode
ItemCode LineNum WhsCode
462308 01
462308 I
462308 SH
where I am trying to add three warehouses for this item
when I try update mode DTW crashed
AppName: dtw.exe AppVer: 2005.0.0.31 ModName: ntdll.dll
ModVer: 5.1.2600.6055 Offset: 00011689
When I run in Add mode, it fails because the itemcode already exists.