Show TOC

ComponentsLocate this document in the navigation structure

Analysis Path Framework (APF) is a JavaScript component that can be used as a foundation for creating analytical Web applications. APF has a public API that supports the following:

  • Building a Web application by using predefined UI elements

  • Configuring the Web application

  • Creating and processing analysis paths

  • Displaying data, for example, in interactive charts

  • Interaction between UI and path processing

  • Error and message handling

  • Interaction with the server using OData services

  • Saving analysis paths on the server

APF consists of the following subcomponents:

  • The core component sap.apf.core

  • The UI component sap.apf.ui

The sap.apf.core component defines the foundation for analysis path processing. The sap.apf.ui component defines the UI and the rendering of the analysis path on the UI. It depends on the sap.apf.core component.