INTRODUCTION
As we all know, SAP Cloud Platform Neo environment contains the runtime that allows you to develop Java, SAP HANA XS, SAPUI5 and HTML5 applications.
On the other hands, SAP cloud Foundry allows you more freedom and to bring your own la...
Hello guys,
Iām really stuck on how to consume destination from inside my SAPUI5 frontEnd. using the OAuth2SAMLBearerAssertion type of authentication, technically I want to make a SSO connection with SAP ByD, So I configured the SSO inside ByD
a...
INTRODUCTION
The planning calendar allows users to manage multiple appointments in the same view and to create or to delete those appointments. That gives the user excellent advantage to compare elements of the calendar to each other. But what if so...
You could do this if you want it dynamically from an existing XML templatedef parseXML = new XmlSlurper(false,true).parse(xas)
def oSalesOrderCollection = new XmlSlurper(false,false).parse(oSalesOrder)
//This Will change and replace the header and yi...
Excellent work Max ! ļ
Took me 2 days to figure out that it's impossible to get the server URL via the destinations, and I was including the port like a dummy
Thanks !
I finally found the issue, I wrote the scope as Scope and it must not be in capital letter, now I'm able to consume the destination without any problem