Hi,
I have a backend application that is deployed on SAP BTP. I want to create a destination for it using its xsuaa credentials. but It shows 401 Unauthorized while checking the connection. please let me know how I can do it.
Regards,
Daraksha
I have followed this blog to use destination in my custon task ui5 application
https://blogs.sap.com/2020/09/08/calling-external-api-in-custom-task-ui-of-workflow-in-cloud-foundry/
And here is the screenshot of the changes I make
...
Hi,
I have created a CAP application to consume SAP SuccessFactors API. I have set up basic authentication in BTP destination. The application was working fine but suddenly started giving below mentioned error while hitting the end point:
Error: ...
Hi Team,
I am trying to deploy application but getting mention error:Format validation failed (Route references unknown destination "srv")
Attaching mta.yaml and xsapp.json for reference:20140-mta-3.txt xsappjson.txt
Regards
Daraksha
Hi,
I am trying to connect to SAP SF api through destination using CAP. One running the project it is giving below error:
"Cannot resolve destination"
PS: While creating destination in BTP ,connection is successful.
Regards
Daraksha
Thanks for your input. The 500 internal server issue is resolved but now this is not routing to my destination url.I have updated the Question with attached screenshot.Hope you will look into it and respond asap.Regards
Hi, StefanI stuck at this same point. I have created a custom task ui, but how can I get the userdetail who has approved or reject the workflow? In your above answer you have written that store the outcome of each approval step in the context but my ...
Hi David,It is Node.Js. Example of request:srv.on(['READ'], STPILocation, async (req) => { try { let a = 'EmpJob?$select=customString31' let res = await ECPersonalInformation.run(a); let x = res.map(item => ite...