Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Physical Inventory report

Former Member
0 Kudos

I have done a physical inventory report using table LINV. Now, after clearing the documents , I am trying to compare the counted totals through my report and adjusted stock(using report MB52 executed just after the adjustments). But there are many differences b/w the reports.

Are there any other tables for counting totals ?

What can be the possible reason for the discrepencies ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

if you are trying to display all the quantities using 'EA' for field MEINS then u may have to convert the values from other MEINS to 'EA'.

I think its better to check whether there is any conversion required inorder to determine the quantity in terms of 'EA'.

Hope this helps.

Sharath.

5 REPLIES 5

Former Member
0 Kudos

I had faced similar problems, it is mainly due to price being maintained differently for different material quantities. Since the price varies for material on a day to day basis u need to check the latest material price and do the effective price calculation. You can debug MB5T to find out how it is getting the latest price.

Hope this helps.

Sharath.

0 Kudos

Sharath,

I am right now just looking at the quantities, not the values.

Former Member
0 Kudos

if you are trying to display all the quantities using 'EA' for field MEINS then u may have to convert the values from other MEINS to 'EA'.

I think its better to check whether there is any conversion required inorder to determine the quantity in terms of 'EA'.

Hope this helps.

Sharath.

0 Kudos

I am looking at the differences material by material. They are all in EA. No conversion is required.

Actually I know there can be many reasons logically.May be few of the bins have not been counted. I just wanted to confirm if LINV is the right table to look at.

Thanks,

0 Kudos

Some bins were not counted.

There is no error in my report.

Thanks for your help