cancel
Showing results for 
Search instead for 
Did you mean: 

Difference in Audit report and Posting List

Former Member
0 Kudos

Hi all,

I am using SAP 9.1 P.L 7 i face a difference in the Inventory posting list and Inventory audit report on Quantity

I made a delivery for 1700 Units in Posting list it shows as 1700 but for the same transaction in Audit report system shows 2200

screen shot added for reference.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member212181
Active Contributor
0 Kudos

Hi Hari,

Please check Inventory value taken for Journal entry for that delivery

Whether its showing 109168 or some other value.

Please check "Items per Sales Unit" of that item in Item master data > Sales Data Tab. If this is 1, there is a possibility of SAP Bug.

Run below query

SELECT T0.DocEntry, T0.LineNum, T0.ItemCode, T0.Quantity,T1.NumInSale,T0.InvQty

FROM DLN1 T0

INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode

WHERE (T0.Quantity*T1.NumInSale) <> T0.InvQty

if you found results, then this issue may be SAP bug.

Thanks

Unnikrishnan