Tutorials: https://developers.sap.com/tutorials/btp-app-cap-mta-deployment.html -------------------------- I tried to follow the tutorial to deploy the project to BPT CF. When step 8, I got the error as below.
Creating service "cpapp-uaa" from MTA...
I am trying to use $select to get some specific properties.
In Odata v2, the following link working well. And the result is what I need.
https://services.odata.org/V2/Northwind/Northwind.svc/Categories(1)?$expand=Products&$select=CategoryID,Categ...