on 2024 Jun 26 2:46 PM
Many BTP customers have negotiated contracts with SAP for their BTP credits. To prevent credit overconsumption, an usage predictor can be very helpful. Therefore, we propose implementing a detailed tracker with a usage prediction feature.
Since business operations are often cyclical, we base our predictions on the usage from the previous two months. This approach could also account for seasonal variations.
Steps to Implement the Tracker:
We will use the Usage Data Management Service API to gather consumption data for each global account and its associated subaccounts.
The daily usage data for each subaccount will be classified and filtered to retain only the data from the last two months.
We will then compute the sliding means for each subaccount. This involves averaging the daily usage over the past two months.
The computed sliding means will be multiplied by the number of days remaining in the current month to predict future usage.
This prediction accounts for seasonality, providing a more accurate forecast shifted by two months..
Based on the predictions, an alert will be sent to the account owner if they are likely to over consume their credits. The alert will provide a detailed view of the credit usage with charts and tables associated with a prevention message like ‘We recommend you to review your credit consumption or contact SAP for a renewal of your contract’. This allows them to take preventative action or renegotiate their credit contract with SAP.
This usage tracker will help BTP customers manage their credit consumption more effectively, avoiding overconsumption and potential cost overruns.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.