cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Expert,

Anyone face this problem in analytics app whereby when click the full screen button and again to exit the full screen mode,  the graph is missing.

As shown in the picture:

1) launch the app the graph was well display

2) Able to increase the graph size by clicking the full screen button

3) In full screen mode, click the full screen button get error when inspect element. (Uncaught TypeError: Cannot read property 'of' of undefined)

4) Click again full screen button(2nd time). Back to initial screen but without the graph.

Any idea of this behavior?

Regards,

-Ben-

0 Likes
View Entire Topic
Former Member
0 Likes

Ben,

This looks like a Browser issue, test on different browsers, better exp with Chrome.

others- Might be webdisp connectivity getting lost.

regards,

Rv

Be responsive: Please mark answer as "helpful” or “correct” so that other members can find the answers easily

benlim
Contributor
0 Likes

Hi Rv,

Above results was taken from Chrome browser and I have tested in IE and mozilla as well. Same error for these browser.

Regards,

-Ben-

Former Member
0 Likes

Ben,

Can you attach complete 'console' log from Chrome (end-end)

regards,

Rv

benlim
Contributor
0 Likes

Hi Rv,

Below are the print screen of my error log starting from launching the KPI app until clicking the exit fullscreen button.

The getSessionClient error is another issues that i still hv't solve which I have posted in another post. (Error 404 GetSessionClient.xsjs)

Regards,

-Ben-

Former Member
0 Likes

Hi Ben,

Error 404 GetSessionClient.xsjs,

Can you check the URL of the app- I guess its because of the client number missing [sap-client=xxx]

Can you provide the url's before and after.


regards,

Rv


-------------------

Be responsive: Please mark answer as "helpful” or “correct” so that other members can find the answers easily

benlim
Contributor
0 Likes

Hi Rv,

Before:

https://<host>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html

After:

https://<host>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html#AmountInDisplayCurrency_E-analyzeSBKPIDetails?chipId=sap.hba.sfin.ap.AgingAnalysis.PayableAmount_LIWEN1_1407234664837&evaluationId=sap.hba.sfin.ap.AgingAnalysis.PayableAmount&sap-system=HANA&tileType=NT&/viewId=sap.hba.sfin.ap.AgingAnalysis_sap.hba.sfin.ap.AgingAnalysis.PayableAmount_01

Regards,

-Ben-

Former Member
0 Likes

Ben,

The URL from your initial snapshot that is URL(1)  and URL(4) ?

And,

I don't have your app to demonstrate, but below is an eg of Analytical app where you can see client entry embedded in URL.

-http://host:8080/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?#ControllingDocument-anal...?SAPClient=200&CostElementHierarchy=Z_CEGRV&CostElmntHierDrctCostName=DIRECT&CostElmntHierIndrctCostName=INDIRECT&CostElmntHierRevnName=REVENUE

Did you maintained  Variant Input Parameters as shown in the app implementation Cash Discount Utilization


Try launching url


-http://host:8080/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?sap-client=200&sap-langua...


regards,

Rv