cancel
Showing results for 
Search instead for 
Did you mean: 

Performance--Refresh of Cards in Fiori Overview Page

pradeep_nellore
Participant
0 Kudos
217

Dear Experts,

We have build one Fiori overview page with 13 cards. We also have defined navigation per card. Each time we Navigate back to overview page all data is requested again. Its about 13 backend calls to show same data. I have come across https://sapui5.hana.ondemand.com/sdk/#/topic/0c35c877d43f4237ab50c2988fc9f2c2.html and has a property as below..

 "refreshStrategyOnAppRestore": {
"entitySets": {
"<entitySetToRefresh>": "self"
}
}

I am using it like below. I dont want to refresh of any entitysets. So i made it like below.

   "refreshStrategyOnAppRestore": {
"entitySets": {
"C_OPENDISPUTECASEResults" : "",
"C_PROMISETOPAYOVERVIEWResults" : "",
"C_OVERDUEINDISPUTEResults" : "",
"ZC_PROCESSREC" : "",
"C_OVERDUEACCTRBLSResults" : "",
"C_COLLECTIONPROGRESSQResults" : "",
"C_ARDAYSSALESOUTSTDGOVWResults" : "",
"C_ARAGINGANALYSISOVWResults" : "",
"C_ARDEBTORSOVWResults" : "" ,
"C_APOVRDResults" : "",
"zc_processrec_EoMResults" : "",
"zc_processrec_IRIS" : ""

}

But still it makes backend call on back navigation. Did any one use it or am i doing it wrong. Please suggest.

Thank you,

Pradeep


Accepted Solutions (0)

Answers (0)