INV-INVIDITM-Updating Item Attributes-Error:There are pending cycle count entries or physical invent

本文介绍了解决在更新库存物品属性时遇到的错误方法。当系统显示有未处理的周期盘点条目或实物库存调整时,可通过审批或拒绝这些调整来解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

INV-INVIDITM-Updating Item Attributes-Error:There are pending cycle count entries or physical inventory adjustments for this item.

 

Error Message
There are pending cycle count entries or physical inventory adjustments for this item.
Please process these before changing the attribute.

 

SOLUTION(文档 ID 1566178.1)

1. If query 1a returns rows, try rejecting or accepting the physical adjustments pending for that item:
    a. Navigate: Counting > Physical Inventory > Approve Adjustments
    b. Accept of reject the adjustment(s) for the item.
    c. Retry the item update to see if error still occur.

2. If query 1b returns rows, try rejecting or accepting the cyclecount adjustments pending for that item:
    a. Navigate: Counting > Cycle Counting > Approve Counts
    b. Query the cycle count
    c.  Click the Approvals button (see Note 306891.1 if the Approvals button is greyed out)
    d. Process the cycle count entry by approving or rejecting.
    e. Retry the item update to see if error still occurs.

1

2

3

4

5

6

7

8

SELECT MPI.PHYSICAL_INVENTORY_ID, MPI.PHYSICAL_INVENTORY_NAME

  FROM MTL_PHYSICAL_ADJUSTMENTS MPA, MTL_PHYSICAL_INVENTORIES MPI

 WHERE 1 = 1

   AND MPA.PHYSICAL_INVENTORY_ID = MPI.PHYSICAL_INVENTORY_ID

   AND MPA.ORGANIZATION_ID = 104

   AND MPA.INVENTORY_ITEM_ID = 6418

   --AND MPA.APPROVAL_STATUS = 1

   AND MPA.ADJUSTMENT_QUANTITY <> 0;

Use SQL can get PHYSICAL_INVENTORY_NAME
Navigate to Approving Physical Inventory Adjustments

 

Change Status Approve or Reject

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值