cancel
Showing results for 
Search instead for 
Did you mean: 

Physical Inventory Variance Report

Former Member
0 Kudos

I have a client who is going to perform a physical inventory soon and they are looking for a few different reports. They want an "initial" report which gives the current value of the warehouses by item. They also want a "final" report which gives the values of the warehouses by item along with the changes made after the inventory posting took place. This information is available through the inventory audit report. However, the client is also looking for a third report which gives the expected change in value for each item by warehouse.

This report would be run after the inventory count took place and after the quantities were entered into the inventory tracking table. The inventory audit report will not do any good since no transactions have taken place. I thought I would be able to write a query to output this information, but the problem is that the client is on FIFO.

The plan is to perform an inventory valuation of moving average before we do the inventory posting. Then, we will use the last evaluated price as the price source for any incoming items. For any outgoing items, SAP will use the FIFO layers.

The client is on SAPB1 2007A SP01 PL11. Are there any built-in reports that will give the expected changes in value by item by warehouse after performing an inventory count but before performing the inventory posting? If not, is there any way this could be done through a custom report using the OITW/OINM tables? Thank you for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Welcome you to the forum. As for your issue, I doubt there are any reports exist. Basically you want to predict what system posting will be. I suggest you back up the db and post the count in the testing environment from restoring backup. You could export two reports from two db to compare.

Thanks,

Gordon

Former Member
0 Kudos

Hi Gordon,

Thanks for the response. Do you think there is a way to receive the desired result using the OITW/OINM tables? The OITW table stores the warehouse values and inventory count quantites. I know the OINM table stores the FIFO layers. The biggest problem is that incoming items will be using the moving average cost and outgoing items will be using the FIFO cost. I am hoping for a report that shows Item/Warehouse/In Stock/Counted/Difference/Current Value/Change in Value/Final Value. If the client was using moving average, I could just say (Change in Value)=(Difference)*(Item Cost). I just don't know if it's possible with FIFO.

Former Member
0 Kudos

If it is 8.8, it might be possible because the FIFO layer is simpler on its own table but not OINM in old version.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Brian,

Are you using the 'Inventory Tracking' and 'Inventory Posting' functions? We use this for our inventory counts (Inventory / Inventory Transactions).

The Inventory Tracking is used by the person doing the count; they enter the count in this window. It doesn't include the current cost.

Then the Inventory Posting is used to post the adjustments and does include the cost/value adjustment by item.

You could print off the Audit report before & after the posting, with the Inventory Posting report for the adjusting entry.

HTH,

Heather

Former Member
0 Kudos

Hi Heather,

Yes, we will be using the Inventory Tracking and Inventory Posting functions. The Inventory Audit Report will give sufficient information after the adjustments are made, but we are looking for a report that gives the expected adjustments to the value of each warehouse before the adjustments are made. The Inventory Audit/Posting reports will not do any good in this case since no adjustments have been made in the system yet.

Former Member
0 Kudos

Hi Brian,

Check the Inventory Posting report - it includes the value along with quantity adjustment. Would that suffice? The PLD templates are limited as to what can be included for these two windows.

Otherwise, Crystal or query may be needed but don't know what table this info is sitting in.

Heather

Former Member
0 Kudos

Hi Heather,

Thank you for the suggestion. Unfortunately, the Inventory Posting report will not work in this case because we are looking for a report that gives the expected change in value BEFORE we complete the Inventory Posting step.