Responsibility area: Calculate and post Inventory Reserve
STEP 7
SMOG Report Functions
1.The total stock are summarized by the batch stock, non batch stock and stock in transit.
2. Reserves and Financial depreciation
- Fin.Depr: value is calculated from ZWFA21A stored in field tax price 2 in material master data
- ROC(M): value is calculated from MRN1 stored in field tax price 1 in material master data
- %Reserve:
If ROC<12, then %Reserve = 0
If ROC>12 & ROC<24, then %Reserve = 0.5
If ROC>24 & ROC<36, then %Reserve = 0.75
If ROC>36, then %Reserve = 1
- Financial Depreciation: based on Solvay standard : If source price is ‘COPA’ and Market price < Total value, then Financial depreciation = Total value - Market price
- Coverage: (Stock qty * % Reserve)* Standard material price
- Blocked Qty: (Off spec material) material batch with blocked status then total batch stock is blocked (100% provision).
- Blocked Amt: Blocked Qty * Standard Material Price
- Aged Qty: (Obsolescence material) When the day until expiration is less than 0, the whole batch stock will be aged (100% provision).
- Aged Amt: Aged Qty * Standard Material Price
- NetCover: Coverage - blocked amt - aged amt - blocked amt adj
- FinReserve: NetCover + blocked amt + aged amt + blocked amt adj
- Good: Total value - Financial Reserve
IMPORTANT
The program ZFI_INVENTORY_SMOG will prioritize the 3 following rules:
1.Identify any blocking stock of the batch
If yes, it will be proposed to be 100% reserved
2.Identify the aging of the stock/batch based on Expiration Date
If date expired, it will be proposed to be 100% reserved
3.Identify the Range of Coverage (RoC) based on the last 12 months of consumption ( average consumption / average stock)
Reserved proposed based on following ranges
If ROC<12, then %Reserve = 0
If ROC>12 & ROC<24, then %Reserve = 0.5
If ROC>24 & ROC<36, then %Reserve = 0.75
if ROC>36, then %Reserve = 1, so for cases where ROC is equal or ≈ 9.999,00, it means that there is no consume for a long time
Note: If stock status is blocked or expired → Depreciation is 100%.









