Thanks @CleanShot! You implemented my feature request: save screenshots as WebP 🎉
Huge help for #UDINA docs and great for performance! #CleanShotX#macOS
It's so cool that @geertjanklaps#SAPCDS Launchpad plugin also supports RTA, so you can easily test your own CustomPage within #SAPFioriElements using key user adaptation in a modern clean core approach.
-> Annotation driven freestyle design
(OnStack or Side-by-side)
It seems that SAP has integrated the cds-launchpad-plugin functionality from @geertjanklaps into #SAPBuildCode, but in a static (tools) way. The new dev-cap-tools package updates the sandbox app entry point(s) on start, but preview crashes watcher accessing .git/maintenance.lock
Somehow I survived the last week with #SAPBuildCode, despite all the bugs and restrictions like 'System limit for watchers reached', blocked/used ports, restricted Simple Git ,… Lucky to go back to VSC next week. Best issue is, that after git init, tools crash on .git directory
I needed an overview of the current #SAPDevelopmentTools. Somehow nothing fit properly or the image quality was poor. In the end, I was glad that I made my own diagram to include non-SAP relevant things.
The future is now! I tried to find a prompt that describes the daily work of an SAP developer with #SAPBuildCode and #SAPJoule. I think the result already describes how it feels to be a generative AI-based code developer 🧑💻
There was a small problem with the new #SAPCAP Visualize Deployment Descriptor function when using cds-plugin-ui5, which @pmuessig fixed yesterday with 0.11.1. THX. For "CDS: Preview as Diagram" also install extension marketplace.visualstudio.com…
SAP S/4HANA Public Cloud still lacks with PP functionality concerning confirmations. Today created a custom #SAPUI5 svg control, because micro charts does not fit needs. How nice (and easier) would it be if css was directly part of the custom control...
The current developments of #SAPCAP regarding #TypeScript have certainly made points of the full stack example obsolete:
- cds build takes care of @cds-models
- cds add typescript -> tsconfig.json
- mbt needs tsconfig.cdsbuild.json (see doc)
- eslint.config.mjs
- tsx instead ts
Hooray! #SAPWorkzone feature "automatic content refresh for integrated HTML5 applications after update" again shifted to Q4/2024 (initially planned for Q3/2023). This is actually a must-have and not a nice-to-have! 😉
On Friday I discovered that the VS Code 1.94 update makes the SAP Fiori Application Wizard unusable. I reported it. It will probably take a while until the fix is available, alternatively you can downgrade to 1.93: code.visualstudio.com/update…
Our new SaaS solution for transforming SAP B1 customers to S/4HANA public cloud gets a @revealjs parallax background presentation. I love the atmospheric lightrays and what is possible with js (thx Hakim).
Thanks to @ChrisKolbowski tip, I figured out some missing sap fe extension params, that are currently not rendered by Fiori tools as jsdoc param, but they are quite helpful while working with custom list report extensions. SAP will fix this in the tooling.
#SAPCAP solutions with the HANA Cloud DB have the problem that you cannot use CSV mocks for draft transaction data. My kind of transport solution for master data is a generic Fiori extension that supports DeepExport/DeepImport for the current table selection using a JSON file.