One of those SAP days:
Mail Client fails → works only with Subaccount Destinations and not with Instance Destinations 🤦♂️
CAP Attachment Plugin → "Unsupported MIME type" (thanks, TablePlugin in UI5 1.129) 🫠
CSRF error with sap/ushell/utils/HttpClient → built my own.
Great times. 🙃
13.05.2025 14:41
👍 1
🔁 0
💬 0
📌 0
Go Dark mode with CSS Filter
There are a plethora of plugins to use and JS to write to achieve dark mode on your website. A straig...
Thanks #chatgpt I figured out, who first released the nice css dark mode hack (also used by #capire).
:root.dark img,
:root.dark svg {
filter: invert(1) hue-rotate(180deg);
}
This automatically converts images for dark mode without further needs, see
dev.to/withpyaar/go...
26.02.2025 11:06
👍 0
🔁 0
💬 0
📌 0
Yesterday, I spent some time migrating out #UDINA #VitePress site to latest #TailwindCSS v4 using Vite plugin instead of PostCSS. The framework now support cutting-edge CSS features, that hopefully will also find their way into #SAPUI5. This would make the theme designer runtime obsolete!
26.02.2025 10:56
👍 1
🔁 0
💬 0
📌 0
Comparisation of the available options to implement UI5 Version handling
Just figured out, that #SAPUI5 CDN does not support Evergreen Versions with #SAPBTP destinations. That is a problem, since outdated versions are removed from CDN. More infos and a #SAPAppRouter based solution can be found at btp.udina.de/service/exte... that even saves costs by bypassing the proxy.
14.02.2025 07:00
👍 3
🔁 0
💬 0
📌 0
A litlle bit later than last year, the #SAPAppRouter v19 supports nodejs 22 LTS. Now i can safely switch my local node env ;-)
btp.udina.de/tools/api-ex...
05.02.2025 13:33
👍 2
🔁 0
💬 0
📌 0
API Explorer | UDINA BTP
Preconfigured «Ready-to-run» solutions to quickly get started with the Intelligent Enterprise
Today i fixed the api explorer (besides deps), because search for @sap packages ran into npm api issue "to many requests". Sadly the scope search is documented but not implemented. As a Side Effect, also other sap relevant packages are now included
btp.udina.de/tools/api-ex...
23.01.2025 14:16
👍 0
🔁 0
💬 0
📌 0
Today I had to test an S/4HANA public odata service via BasicAuth, but the ICM login sequence prevented it. Fortunately, the universal savior query param "?saml2=disabled" works here too and allows to bypass and get a login prompt
14.01.2025 16:53
👍 1
🔁 0
💬 0
📌 0