Gregor Wolf
Gregor Wolf
The project [SAPUI5-Deployer](https://yelcho.github.io/sapui5-deployer/) from Graham Robinson provides an HTTP Handler (YCL_GITHUB_WEBHOOK_HANDLER) which can be added as an SICF Note at /sap/zui5deployer. The payload sent by the webhook should be similar...
It would be great if this project would follow the changelog convention of other SAP provided NPM packages i.e. [@sap/cds-dk](https://github.com/gregorwolf/SAP-NPM-API-collection/blob/master/apis/cds-dk/CHANGELOG.md).
After installing SAP Note [2684665 - Custom code checks for SAP Cloud Platform ABAP Environment](https://launchpad.support.sap.com/#/notes/2684665) the SAP Code Inspector (Transaction SCI) Check Variant with the following settings: results in the...
Like the issue #1011 that I've created there are this SCI Check Warnings for slow parameter passing: ``` ------------------------------------------------------------------------------------------------------------ |Tests |Errors|Warnings |Info| ------------------------------------------------------------------------------------------------------------ |List of Checks | | 57| |...
Like the issue #1011 therea are this SCI Check Warnings for Low Performance Operations on Internal Tables: ``` ----------------------------------------------------------------------------------------------------------------- |Tests |Errors|Warnings |Info| ----------------------------------------------------------------------------------------------------------------- |List of Checks | | 15| |...
The [Best Practice Guidelines for Development – Useful Tips for ABAP Development](https://www.dsag.de/sites/default/files/dsag_recommendation_abap_development.pdf) contains appendix A.1 where Repository Object Naming Conventions are defined. I'm missing such a definition here in the...
The old link points to a 404 - Page not found
Hello SAP Cloud SDK for Node.JS Experts, as requested by Artem Kovalov in the reply to [my question on this topic in the SAP Community](https://answers.sap.com/questions/13237206/is-there-a-way-in-the-nodejs-cloud-sdk-to-use-sess.html) I post the question here:...
I'm trying to implement Advent of Code in ABAP and use also the transpiler to run it in Node.JS. But already with part 2 of day 1 I run into...