You have installed an APF-based application that was shipped by SAP. If you want to make changes to the application, you can do so using the APF Configuration Modeler. Proceed as follows:
Steps 1 through 8 are relevant for SAP Business Suite powered by SAP HANA only. If you use SAP S/4HANA, proceed with step 9.
In your SAP Fiori frontend server system, run transaction
SE80
.
In the Repository Browser, select BSP Application and enter the name of your Business Server Page (BSP) application.
In the folder structure, open
and double-click the analytical configuration file to open it.Copy the entire content of the file and paste it into a text editor.
Save the text file using the file extension .json
.
Go to
and double-click the .properties file for the required language.Copy the entire content of the file and paste it into a text editor.
Save the text file using the file extension .properties.
Import the JSON file and the .properties
text file into the APF
Configuration Modeler app in one of the following ways:
If you use SAP Business Suite powered by SAP HANA, choose Import and specify the files you want to import.
You can import the .properties
file in any language.
This allows you to switch the development language.
If you use SAP S/4HANA, choose Import Delivered Content and select the desired configuration from the value help.
You can import the .properties
file in the
development language only.
Make the required changes in the APF Configuration Modeler as explained under APF Configuration Modeler and save the configuration.
For example:
For SAP Business Suite powered by SAP HANA:
If you launch your application from a Smart Business KPI tile, ensure that the correct configuration is selected in the Configure KPI Tiles app.
If you launch your application from a Fiori app launcher tile, maintain
the configuration ID as the value for parameter
sap-apf-configuration-id
.
For SAP S/4HANA:
If you launch your application from a Smart Business KPI tile, ensure that the correct configuration is selected in the Create Tile app.
If you launch your application from a Fiori app launcher tile, maintain
the application ID and the configuration ID as the value for parameter
sap-apf-configuration-id
in the format
application ID.configuration
ID.