| BW Server | WBP |
|---|---|
| Application | IM Stocks |
| Query Name | BW - Turn - 91 days (Core Query) |
| Query Technical Name | BW_QRY_MPR_IC001_0029 |
| Core/Specific Scope | Core - Can be used by everyone. |
| Provider Name | Material Stock MPR_IC001 |
| Usage type | Direct execution via Analysis |
| Expected users | Supply chain |
The objectif of this query is to display the inventory turnover (Turn) and days of supply (DOS) to identify materials in inventory that have a slow turnover and then take action.
In this query, the turnover is calculated based on the stock issues of the past 91 days.
The reason this query was created was because some users wanted a TURN that could updated daily (instead of having to wait the end of the month to run the 3 month version of the query).
This query can be run any time during the month by selecting the current date.
This query cannot be used to calculate a turnover at GBU or company level since transfers from one plant to another are considered as stock issues.
| Variable Name | Authorization Object | Description |
|---|---|---|
| Company Code | Yes | The company code owning the stock |
| Day of analysis | No | The date used for the end of the 91days |
Careful : if you select a date in the future, the TURN will be incorrect as the stock issues will be under-evaluated. |
| Object | Filter Value | Explanation |
|---|---|---|
| Infoprovider | <> CUB_COPC1 Material Prices | This so that the data from the material prices cube are not included in this query (not needed) |
The list below only describes the characteristics which may need explanations :
| Characteristic Name | Characteristic code | Explanation |
|---|---|---|
| Calendar Day | 0CALDAY | Careful when using this characteristic in this report : For the stock issues this is the date of the movement. For the stock level this is the date for the stock qty/value |
| 1 - Enterprise | C_MATPLNT__C_PFCTR1 | GBU |
Days of supplies calculated for the 91 days period. It's the number of days of supplies left considering the inventory value at day D and the average stock issues between days D-90 and D.
It's the number of days in the year divided by the turnover.
DOS = 365 / TURN
If you have turnover is 365 , then DOS will be 365/365 = 1 --> You only have stock for 1 more day.
If you have a turnover of 100, then DOS will be 365/100 = 36.5 --> You have 36,5 days of stock left.
if you have a turnover of 1, then DOS will be 365/1 = 365 --> You have 1 year of stock left.
Inventory Turnover for the day D. It's calculated based on the value of the annualized stock issues of the D-90 to D period and the inventory value at the end of day D.
Turn = (Stock Issues D-90 to D) * 4 / (End of D stock value)
You want to calculate the TURN :
It's the amount of the stock issues between D-90 and D multiplied by 4 (annualized).
Amount is in thousands (Kilo currency).
Are considered issues the following material movement types :

Issued Stock - Annualized = Sum of the material movements between D-90 and D, considering only the Issue movement types (list above). Then multiply by 4 to annualize.
Note that transfers inside the plant as well as scraping are not considered as issues.
This is the value of the inventory at the end of the selected date in thousands and local currency.
No calculation. This comes directly from SAP.
This is the quantity of the inventory at the end of the selected D date in thousands and local currency.
It's not actually used in the query calculations but only there for you to verify.
It includes the quantity for material that are valuated (materials with a value of 0 are not included).
No calculation. This comes directly from SAP.
There is no currency conversion in this query as it's intended to be used usually for a single plant or single legal entity.
See how to use in the Formatting page.
| Condition Name | Rule |
|---|---|
| TURN <> 0 | Shows only the lines for which the TURN is not equal to 0 |
| TURN = 0 | Shows only the lines for which the TURN is equal to 0 (Usually materials with 0 inventory) |
A "X" value in BW means that the calculation couldn't be done due to a division by 0. In the case of the DOS, it means the TURN was equal to 0.
You can activate one of the BEX Conditions to filter on the data
