cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Iview: Issue with Service URL

0 Kudos

HI All,

I am trying to create Fiori IView for MY Inbox and My Outbox fiori apps.

under service url i am giving "/sap/opu/odata/IWPGW/TASKPROCESSING;v=2;mo/TaskCollection/$count/?$filter=Status eq 'FOR_RESUBMISSION' or Status eq 'COMPLETED'& allItems=true&outbox=true&listSize=300"

which is not working. While executing the iview it is picking till "/sap/opu/odata/IWPGW/TASKPROCESSING" instead of complete url.

How to configure so that it consider other parameter values also?

Thanks,

Satish

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Issue is fixed after passing the parameters "allItems=true&outbox=true&listSize=300" through "Parameters to Pass on the Location String in the URL"

Parameters to Pass on the Location String in the URL = "Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=*****&sap-ushell-url=*****&allItems=true&outbox=true&listSize=300"

Thanks

Satish

Answers (0)