cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori 'Approve shopping carts' problem - old version of odata service is called by UI5

Former Member
0 Kudos

Hello All,

I am trying to check why UI5 application 'Approve shopping carts' (comes from component UIX01SRM 100 sp 03)  is calling odata service in version  01.

Correct is 02

registered and working service is sap/opu/odata/GBSRM/CARTAPPROVAL;v=2/?$format=xml

but app is calling like

/sap/opu/odata/gbsrm/cartapproval/WorkflowTaskCollection/$count

When i add ";v=2" like this it works ok sap/opu/odata/gbsrm/cartapproval;v=2/WorkflowTaskCollection/$count

What and where i have to change to call correct version of service ?

Lucas

Accepted Solutions (0)

Answers (1)

Answers (1)

kirankola
Advisor
Advisor
0 Kudos

Try following:


- go to Launchpad Designer and update the service URL (with correct version):

https: //<host>.<domain>:<port>/sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html?sap-client=<Client>?scope=CUST

- Clear the browser cache and retry