andreas_gall2
Participant
Member since ‎05-03-2011

User Statistics

  • 108 Posts
  • 5 Solutions
  • 31 Kudos given
  • 26 Kudos received

User Activity

I am having a running a pure API service (developed with CAP) with no UI that currently authenticates with grant type "client_credentials" to a BTP destination with basic authentication (fixed technical user). The service calls some OData services on...
I am playing around with Cloud Build Service after coming across this blog: https://blogs.sap.com/2022/03/23/cloud-build-service-build-a-client-with-specific-sdk-versions/ I basically went through this tutorial https://developers.sap.com/tutorials/...
I am running a CAP NodeJS service with an UI consuming data from a HANA DB and a remote OData service from a on-premise backend gateway. When deployed on BTP the service and UI runs fine, all data an be consumed. But I also want to do the same loca...
Hello, is it somehow possible to maintain language dependent description (short text) of functional locations or equipments via its APIs for e.g. https://api.sap.com/api/OP_API_FUNCTIONALLOCATION/resource? There's an entity called "Text" or "Func...
Hi, I took over a project and came across this error (warning) message in the logs: [Deprecated] - srv.emit()used to send synchronous 'UPDATE' request. Please change this to srv.send() instead. So I found the corresponding call with is like: ...