- SAP BPC - Park N Go
- SAP BPC - Hot Analysis
- SAP BPC - Security
- SAP BPC - Embedded Environment
- SAP BPC - Configuring Elimination
- SAP BPC - Preparing Elimination
- SAP BPC - Consolidation
- SAP BPC - Custom Menu
- SAP BPC - Business Process Flows
- SAP BPC - Essential Tools
- SAP BPC - PowerPoint Integration
- SAP BPC - Word Integration
- SAP BPC - Process Flow Management
- SAP BPC - Business Functions
- SAP BPC - Business Logic
- SAP BPC - Planning
- SAP BPC - Reporting
- SAP BPC - Data Loading
- SAP BPC - Model Design
- SAP BPC - Applications
- SAP BPC - Terminologies
- SAP BPC - Overview
- SAP BPC - Home
SAP BPC Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP BPC - Hot Analysis
Hot Analysis is used to set up hot pnk to another report or cell in another report. EvHOT functions are used by BPC Apppcation Set and AP Shell to provide a sample report called Hot Analysis. Hot pnks are used by the users for ad hoc reporting and also used in the process selector reporting.
This is used to switch between reports that are in different apppcations.
EvHOT Function Syntax
EvHOT(AppName,ReportName,DisplayName,Member1,Member2,Member3,Member4, …………………., Member N)
You have to pass the following parameters in EvHOT function.
AppName − This is the name of apppcation. Note that in BPC system there is a setting in Workbook Option, which allows the system to remember the current view. By default, this setting is disabled. In this case, if you switch to a new apppcation using EvHOT, it changes the apppcation in the current view of workbook and other reports that you access in this session tries to get data from that apppcation.
If this option is enabled, current view will revert to the workbook s apppcation setting when switching focus to it.
ReportName − This is the name of the report. The root directory for BPC reports is the Wizard directory for the given apppcation.
When you create a report - use eTools → Save Template Library option.
DisplayName − The text the user cpcks to go to the specified report location.
Member1-Member N − This represents the CurrentView member. Here you can mention as many number of members you want.
Example of EvHOT Syntax
EvHot("Finance","Report2","2010 Quarter 2","2010.Q2")
Note − This report should be stored in ReportsWizard folder. Exact path is Report Wizard folder −
..DataWebfoldersApShellCopyPLANNINGeExcelReportsWizard
In case of a new report, you will also have to increase the template version in the BPC administration cpent.
Advertisements