Show TOC

Advanced Configuration InformationLocate this document in the navigation structure

To configure or enhance an APF-based application, you can use the APF Configuration Modeler app. When you export a configuration, a JSON file is created that contains all configuration objects, such as categories, steps, and representations. The following chapters explain the configuration on a technical level and show how the JSON files are structured and what the properties used in the configuration objects mean. Working with the JSON files can be useful, for example, when you want to perform a mass change across a configuration. You can then reimport the changed JSON file into the APF Configuration Modeler app.

The following JSON files are relevant:

  • The application configuration file, which defines static information about the application.

    Note

    As of SAPUI5 1.30, the application configuration file has been replaced with the manifest.json file.

  • The analytical content configuration file, which defines the content of the application and how it is represented on the user interface.

The configuration options include the following tasks:

  • Changing the analytical content configuration file

    Note

    When you want to change the analytical content configuration file of a delivered application, you must first make a copy and save it to a new location.

    Some possible changes to the analytical content configuration file are:

    • You can change a request, which defines the access to a server resource.

    • You can change the relation between the requested data and the representations by adapting the binding.

    • You can add a category for the analysis step gallery.

    • You can add new analysis steps or adapt existing ones, for example, by replacing the request or the binding for a step.

  • Changing text resource files

    Note

    When you want to change a text resource file of a delivered application, you must first make a copy and save it to a new location.

  • Changing the application configuration file

    Whenever you have changed the analytical content configuration file or text resource files and have copied the files to a new location, you must ensure that the locations are adapted accordingly in the application configuration file.

    Note

    As of SAPUI5 1.30, the application configuration file has been replaced with the manifest.json file.

The configuration options are explained in detail in the following sections.