cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic App Launcher : Only number value taken into account

0 Kudos

Hi,

I'm currently testing dynamic app launcher. See below my Odata model :

On my launchpad i only see the number value. All others properties aren't overwritten :

Title and Value Unit are defined statically in the launchpad Designer. See after the URL Service used: /sap/opu/odata/sap/ZFGDCA_ODATA_KPI_SRV_02;mo/LaunchPageCollection

I don't understand why only one properties is overwritten.

Do you have any idea ?

Thanks.

Best Regards

Ludovic

Accepted Solutions (0)

Answers (2)

Answers (2)

scott_stefanich
Active Participant
0 Kudos

Hello Ludovic,

Define the Service URL with specific collection entity,

Service URL: /sap/opu/odata/sap/ZFGDCA_ODATA_KPI_SRV_02/LaunchPageCollection('Titre')

Then, test the Fiori Launchpad in a web browser and debug for any console or network errors (for example, using Chrome Developer Tools in Google Chrome). See if there are any suspicious errors, e.g. HTTPS related ones.

Regards,

Scott

0 Kudos

Hi Scott,

When i change the URL service according to your post, it doesn't work (even, the KPI value).

scott_stefanich
Active Participant
0 Kudos

Couple things,

1. Append a parameter to return a JSON response:

https://.../sap/opu/odata/sap/ZFGDCA_ODATA_KPI_SRV_02/LaunchPageCollection('Titre')?$format=json

2. Force a browser reload, e.g. CTRL+R in Google Chrome

3. Are there any network or console errors when accessing the Fiori Launchpad?

0 Kudos

See below response result

saivellanki
Active Contributor
0 Kudos

Hi Ludovic,


Did you check this thread? -


Have you done same thing? (or) is it different?


Regards,

Sai Vellanki.

0 Kudos

Hi Sai,

Yes, I used this post to create my dynamic App Launcher. Just step 1 (optional) not apply.

My misunderstanding is about Step 2 :

Now once we have the data coming from the RFC, we just have to include properties in gateway modelling as per the table 1 above:



COUNT: “number”

NAME: “info”


==> What is necessary to do on this step ?

and for Step 4 ==> Tile confiiguration maybe i don't use the correct URL service (see in my previous post) ?