cancel
Showing results for 
Search instead for 
Did you mean: 

APF: Use default value mode: function

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Answers (1)

Answers (1)

klaus_schwab2
Discoverer
0 Kudos

Hello,

this can also be put in the manifest of the component under "sap.ui5".