One of the best features when working with CAP is the ability to use CSV files as data sources for the CDS entities. This feature makes developing and testing the applications much easier as one doesn't need to mock database connections or HTTP reque...
An SAP Inside Track is a community event, open to all people from the Community (Customers, Consultants and Freelancers). No matter if you are a developer, business consultant or an architect. Peers from the community organize the event... and YOU ca...
Here I am, on a plane flying back from Code Connect at the SAP headquarters in Germany. I'm still processing everything, mentally replaying some of the sessions I had attended, eager to watch the ones I couldn't. Stuck on a plane isn't fun, so I deci...
jQuery has been the most used JavaScript framework ever created. It took web development out of the Dark Ages and brought some joy to web developers (no more fiddling with browser agents and conditional code). However, jQuery is not required in moder...
This is a blog series on exploring modern javascript testing frameworks in Fiori/UI5 context. In this one, we’ll see how to use Node Test Runner (aka node:test module) to unit test Fiori/UI5 apps and libraries. We’re going to use the openui5-sample-a...
@Richie you could use the following example available in the project itself, it uses the devtools service for code coverage:https://github.com/mauriciolauffer/wdio-qunit-service/blob/48c10ba8398fc9406032f5fea24e71e4b985f7c9/examples/wdio-features/w...
This seems to be a new wrapping for our old bgRFC friend, it's the ABAP Cloud version. The concept is similar to regular SM36/37 jobs.Regarding the "exactly once", it means you can add multiple transactions to the "job" and the framework guarantees t...
Hi Andrew,That's funny, I just had the same conversation with a colleague this morning! Somehow, people don't have a package.json in the db folder and don't know they should have.Let me be clear here: developers must control their app dependencies, a...