I'm converting a CAP project to TypeScript and the generated entity types work really well with CRUD event handlers, but for actions/functions the req.params object is generically typed, requiring extra effort to extract the entity keys. It's odd si...
I'm trying to determine which calculation views users are accessing in our HANA sidecar system so that I can determine if there are any tables we can stop replicating. I'm familiar with BW statistics that does a great job of recording this informatio...
In Lumira 1.31 there was an option of a combo chart to toggle Split by Color Dimension(s) on/off for the line series. This allows us to have a stacked column chart split by color, with a line series that is NOT split by color. See red arrow in the im...
How can I create a dynamic field label in ABAP CDS? The @EnduserText.label annotation appears to be for translatable text and doesn't seem to have the ability to have dynamic elements like a BW text variable.The user will enter a fiscal year/period,...
We are in the process of implementing a separate BW Java stack that we would like to integrate into our EP using FPN. The BW (producer) portal is 7.31 SPS 4. The EP (consumer) portal is 7.02 SPS 9. We have created the producer system in the consum...
This seems to be a known issue. For me, running npm rebuild resolved it. See https://cap.cloud.sap/docs/get-started/troubleshooting#typescript.Type definitions for @SAP/cds not found or incomplete ExplanationRoot Cause 1The package @cap-js/cds-ty...
Yes, in my "on" handler I used this code:
// Respond with 202 so the job scheduling service knows that the job has started asynchronously
req.res.set("Content-Type", "text/plain");
req.res.status(202).send("ACCEPTE...
Thank you for the confirmation.
Now I am using external stages on Snowflake to tie to the S3 bucket, and an SQS event notification to trigger auto-ingest using Snowflake pipes. It adds 2 more steps in the overall pipeline that require monitoring, b...
Thank you for the informative blog! Do you know how to get the data from S3 to the target database, such as Snowflake? I guess I was expecting RMS to work similarly to gen 2 operators where it would stage it in S3 and then automatically trigger the...