Advertisement · 728 × 90

Posts by

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. 🙃

11 months ago 1 0 0 0
Preview
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...

1 year ago 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!

1 year ago 1 0 0 0
Comparisation of the available options to implement UI5 Version handling

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.

1 year ago 3 0 0 0
Post image

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...

1 year ago 2 0 0 0
Preview
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...

1 year ago 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

1 year ago 1 0 0 0