Hello,
since some time Eclipse has quarterly releases. As a user you can just install "latest" and you get the update automatically, which is nice and works well for me since this was introduced.
SAP has added a "latest" repository to their Eclip...
Hi,
It seems the mission "Consume Microsoft Azure services in SAP Cloud Platform" is outdated:
The linked official help guide doesn't exist anymore.The linked Github project is not maintained anymore, see https://github.com/Azure/open-service-bro...
Hello,
we are developing for SAP Cloud Platform Neo environment. For a while SAP was updating the tooling (https://tools.hana.ondemand.com/) quite frequently, releasing it for new Eclipse IDE versions. But since last year we are stuck on Eclipse Ox...
Here is the answer for the lack of documentation: "We don't recommend to use three parameters. For this reason, you won't find it in the official documentation. We are talking here about grants that exceed subaccount limit, and we do not want to impl...
Hello carlos.roggan
thank you for this blog post.
I checked the reference documentation here
Application Security Descriptor Configuration Syntax | SAP Help Portal
and I think it is missing the $XSAPPNAME with three parameters (including subaccou...
This is exactly what I was looking for right now. I just wonder: Is the “authorities” parameter documented anywhere? In the standard UAA documentation I can’t find it.I think what you use here is the Client Credentials Grant with Authorization:Token ...
Thank you for the update. I'm not surprised: The runtime and garbage collector is most likely optimized to put whole objects into memory (in JVM called "heap"). Tearing apart the data structure that forms an object would create more indirections and ...
Thank you, I didn't know about memory inspector. With that you should be able to tell apart the internal implementation of ABAP and whether they actually keep just the attribute alive or the whole object.