Hello,
I have two remote services imported from Open API specs, one from SAP API Business Hub, one from a custom project, but also Open API, ver. 3.0.1.
The first is working.
The second is imported, CSN looks ok to me, but during initializatio...
gCTS is now an option for transporting and storing the codebase using a git-based server. One of the key point to realize is the fact that gCTS is CTS plus "g(it)". It is still the good old transport system, but backed up by Git which adds some benef...
This is my second extension ported from Brackets-UI5 into VS Code. It allows to search & display UI5 objects in the side bar. By design all information is displayed there, so not everything is exposed directly (but for example you can hover on a meth...
When testing UI5 applications using UI5 MockServer you can generate mock data for you OData service, but they are often not very useful if you have rich frontend with some logic based on specific values. You can also prepare and edit the files manual...
SAP TechEd 2020 was full of interesting topics, here are my key points from several sessions I watched, related to ABAP, UI5 and DevOps topics.
You can watch plenty of recorded sessions at the event page (you can register for free) or Youtube channe...
You're welcome. We currently are in test phase for blue-green with ..live.. parameters from CLI (witjh --skip-testing-phase), from SAP CICD and from SAP Transport and Managements System service, seems to work ok.
More about live parameters: https://help.sap.com/docs/btp/sap-business-technology-platform/modules, search in Modules for param name "live".Best Regards,Jacek
Hi,please check the samples here: https://github.com/SAP-samples/cf-mta-examples/tree/main/blue-green-deploy-strategy/blue-green-deploy-with-live-routesIt explains such scenarios - live parameters, live routes, skip-testing-phase.Best Regards,Jacek
nicolai.geburek How to have annotations in the uidmodule working using this method?
The example in GitHub has annotations pointing to not correct path, but even after correcting they are not applied.