on ‎2017 Aug 01 3:20 PM
Hello,
I want use functions for setting default values in the filters as it is not possible with generic APF Runtime Application I decide to create a new application by copy of generic APF Runtime Application.

In the APF modeler I define the default function

I create a target mapping in my Fiori launchpad:

and a tile where i call my created target

When I execute my tile the application works, the default filter too. But I don't get the footer of the page and an additionnal header appears

Result with generic APF Runtime Application

Not having arrows to switch Analysis Step is really annoying...
If someone could help me have this footer ... it would be really great!
Thanks,
Nicolas
Request clarification before answering.
I found a solution, in Component.js add the folowwing code:
sap.apf.Component.extend("ZAPF.Component",
{
metadata : {
"config" : {
"sapFiori2Adaptation": {
"style": true,
"collapse": true,
"title": true,
"back": true,
"hierarchy": false },
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
this can also be put in the manifest of the component under "sap.ui5".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.