‎2007 Mar 28 7:42 AM
Hello,
I have to write a sales report for a SAP Retail system. After a debug on the standard transaction MCHP I have identified the table S083 as the source of sales for material.
I still don't know how to calculate the following:
- sales margin for a transaction
- montly stock rotation
Any idea?
Thanks!
‎2007 Mar 28 7:53 AM
Hi,
Use the Table S085 instead of S083 for this purpose.
Use the following fields and calculate the Margin as per the requirement:
UMSGEO
UMSGVO
UMSGVP
PRSNLS
WESMNG
WESGEO
WESGVO
WESGVP
WESANZ
KMEMNG
KMEGEO
and use other cost related fields for the profit caculation
reward if useful
regards,
Anji
‎2007 Mar 28 8:01 AM
Can you please explain me the relation between tables S083, S084 and S085 ? I see that in MCHP, the search is made first in table S083, then in S084 , and after that, if search is unsuccesfull in the previous selects, the table S085 is queried also. So, what is the logic here?
‎2007 Mar 28 8:09 AM
Hi,
S085 is the combination of both S083 (material Movements) and S084(Material STOCKS), so you can use this S085 alone for this calculations.
You can link them using the Key fields(if you wants).
reward if useful
regards,
ANJI
‎2007 Mar 28 8:17 AM
Thank you for your answers!
Can anyone tell me how stock rotation speed can be calculated?