's Avatar

@hschaefer123.bsky.social

138 Followers  |  53 Following  |  7 Posts  |  Joined: 02.12.2024  |  1.732

Latest posts by hschaefer123.bsky.social on Bluesky

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

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

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

05.02.2025 13:33 β€” πŸ‘ 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...

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

@hschaefer123 is following 19 prominent accounts