In the previous unit, we created planning views from scratch. A lot of users of SAP Integrated Business Planning start their work in the Microsoft Excel UI with the predelivered template. VBA templates that are available for download are very flexible. There are two options:
- Using the embedded template, where all VBA code is inside the Microsoft Excel workbook. We use such a template in our next exercises. For your implementations, you should use the archive and instructions that are available with SAP Note 1790530. ChartVBA_Embedded. xlsm that is available there would be updated with IBP release.
- Using VBA Add-in templates, where the central code resides in an additional Microsoft Excel add-in. It means that users must install an additional add-in. The same note 1790530, provides the SAP_IBP_Chart. xlam file and directs to the exact path for placing the file and enabling it.
Note that another good resource to use to access multiple artifacts, is SAP Best Practices Explorer (www.rapid.sap.co/bp/). There you can search for SAP IBP and then for Technical Assets for SAP IBP (there will be options for time-series, order-based and demand-driven replenishment). You can download sample planning views that are adapted for different planning processes (demand, supply planning with heuristics, supply planning with the optimizer, inventory optimization, and so on).
Creating a Template from Predelivered ChartVBA*.xlsm
Defining multisheet or single sheet views
If you need a single sheet view:
Delete the second worksheet that came with the predelivered file.
If you need a multisheet view:
Copy the sheet as many times as you want. Deleting extra sheets later is easy.
When you are logged on to SAP IBP, you can start defining your new view starting from the cell next to Start Here. When the planning view is rendered, you can work with the chart. You can select key figures to plot and filters to use on the chart. If you want to focus on table format predominately you can hide the chart.
You need to define a planning view for every sheet on the multisheet template. You have an option to copy settings from sheet to sheet (time, attributes, key figures, filters, and so on).

Once you have defined your planning views, you can now upload your template using the Template Admin functionality (Template → Add). Other users will be able to use it at that point.
When a user creates a planning view based on a template, the system defaults settings from the template, such as time, key figure, and planning levels. The new planning view is based on the Microsoft Excel workbook of the template. Therefore, any items stored in the workbook, such as formatting, charts, or SAP IBP Formulas, are also part of the new planning view.
In one of the later units, we are reviewing the relative impact of various settings on the performance of SAP IBP Planning views. Regarding templates and passing the information to the user that will be using the template after the administrator created it, there is an easy way to work with filter options.
If an attribute description has been changed in the configuration of a web client, but the changed attribute description does not appear in the templates or your favorites in the Microsoft Excel add-in, try clearing the metadata cache.
Note
Clear metadata cache.
You can save planning views in the SAP IBP, add-in for Microsoft Excel as favorites to easily access them again in the future. When you create planning views from scratch or change planning views that you created from a template, you can save the planning views as favorites so that your settings aren't lost. You can share the favorite with other users.