cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori KPI Modeler cannot add new Tile in S4HANA1511 FPS02

0 Kudos

Hello Gurus,

Recently I create S4HANA FPS02 demo system.Query View, KPI Modeler and APF FIori apps have been activated. I can create tile using Query View to query CDS view. And I can also create KPI evaluation and KPI.

The problem is every time when i create Tile to use existing KPI evaluation, system give error message as below:

Error while saving Tile.

go to gateway error mesage t-code and found below error message:

..ERROR_INFOMessage E >0 149 cannot be processed in plugin mode HTTP

T100 error code: /IWFND/CM_CONSUMER122

why I cannot create tile from KPI Modeler?

Do ou have any idea why this happening? is it because of authorization of any Fiori catalog?

YOur help will be very appreciate!

Xiaofan Wu

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Gurus,

Actually I captured Chrome http request and found below error mesage:

"Failed to read UI2 CHIP configuration for CHIP name X-SAP-UI2-CHIP:SSB_NUMERIC. RC: 7 Service not active:/sap/bc/ui5_ui5/sap/sbrt_appss1/ssuite/smartbusiness/tiles/numeric/NumericTileChip.xml"

That's strange because PFCG role has been assigned to demo user. all KPI Modeler relevant Odata have been activated.

Run "http://usphlvm1443.phl.sap.corp:8000/sap/bc/ui5_ui5/sap/sbrt_appss1/ssuite/smartbusiness/tiles/numer..."

It do return result. Why Fiori in S4HANA think it is not active?

Xiaofan

TomCenens
Active Contributor
0 Kudos

Hi Xiaofan

Just a guess but this message "cannot be processed in plugin mode HTTP" makes it sound like you should be running this in HTTPS instead of HTTP.

Best regards


Tom


0 Kudos

hi Tom,

Yes, your right, all S4HANA Fiori is using HTTPS protocol, I reviewed Chrome captured HTT package, KPI tile add task change https protocol to http, but still using https port.

http://usphlvm1443.phl.spa.corp:44300/sap/opu/odata/UI2/PAGE_BUILDER_CUST####

do you know how to change force only using https for all communication request. current Fiori behavior is wrong, it simple replace https with http but still use https port 44300.

Best Regards,

Xiaofan

TomCenens
Active Contributor
0 Kudos

Hi Xiaofan

Ideally you should configure HTTPS properly, most likely it's not configured well that this issue occurs.

Otherwise you can try what is stated in below thread perhaps, depending on what needs to be done.

Best regards

Tom