balbino_soaresferreirafil
Active Participant
Member since ‎11-12-2007

User Statistics

  • 102 Posts
  • 11 Solutions
  • 53 Kudos given
  • 82 Kudos received

User Activity

Hi guys, Im using a Odata v4 backend server to my SAPUI5 frontend app, but this server not support batch requests. Is there a way to disable batch requests using SAPUI5 V4 model? When I set the datasource to Odata v4, the requests are done with $ba...
Hi guys, In this blog post, I will demonstrate how to prepare a local development with SAPUI5 using Docker. The entire project can be found in this GitHub repository: https://github.com/balbinosoares/sapui5-docker.git This project uses easy-ui5 Ye...
In this blog post, my intent is to try to explain more about authentication strategies on SAP Cloud Platform, using Sap Cloud Application Programming Model with Node.js and Multi-Target Application Deployment. In this link, you can found a guide abo...
Hi guys, I would like to know the best aproach and recomendation to create a autogenerated ID in a entity. entity Courses: managed{ key ID: Integer; name: localized String; } I would not like to use UUID, because I want a ID more simple for use...
Reading the blog https://blogs.sap.com/2018/08/24/top-5-time-saving-benefits-of-the-application-programming-model-for-sap-cloud-platform/comment-page-1/#comment-441922, in first Item. I had a question about localized strings. I had expected a second ...