|
问题现象:在用友8.60sperp系统中用友U8版本号:U8.60sp软件的供应链产品线存货核算模块出现如下问题:一客户刚刚启用采购库存及存货核算系统,存货档案输入时既无自定义项也无自由项,当然更谈不上结构性自由项.但是,在输入存货期初或填制出入库单据时,有几个存货就是不能保存,提示”单据保存失败,修改或稍后再试!无此自由项组合,存货XX结构自由项不合法!”请帮忙解答!
原因分析:跟踪一下发现selectbas_part.PartIdFrombas_part,Inventorywherebas_part.InvCode=Inventory.cInvCodeandbas_part.InvCode='0204001'and(Inventory.bConfigFree1=1andbas_part.Free1=''orInventory.bConfigFree1=0andbas_part.Free1='')and(Inventory.bConfigFree2=1andbas_part.Free2=''orInventory.bConfigFree2=0andbas_part.Free2='')and(Inventory.bConfigFree3=1andbas_part.Free3=''orInventory.bConfigFree3=0andbas_part.Free3='')and(Inventory.bConfigFree4=1andbas_part.Free4=''orInventory.bConfigFree4=0andbas_part.Free4='')and(Inventory.bConfigFree5=1andbas_part.Free5=''orInventory.bConfigFree5=0andbas_part.Free5='')and(Inventory.bConfigFree6=1andbas_part.Free6=''orInventory.bConfigFree6=0andbas_part.Free6='')and(Inventory.bConfigFree7=1andbas_part.Free7=''orInventory.bConfigFree7=0andbas_part.Free7='')and(Inventory.bConfigFree8=1andbas_part.Free8=''orInventory.bConfigFree8=0andbas_part.Free8='')and(Inventory.bConfigFree9=1andbas_part.Free9=''orInventory.bConfigFree9=0andbas_part.Free9='')and(Inventory.bConfigFree10=1andbas_part.Free10=''orInventory.bConfigFree10=0andbas_part.Free10='')。
解决方案:在用友erp 系统版本U8.60sp软件中打开表bas_part一看,发现不能保存的存货在这里都没有对应的记录,添加上去后即可正常使用该存货,问题解决。
|
|