We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello experts,
I am currently trying to consume an event mesh queue from my CAP app, but it is in a different subaccount.
I know that it is technically possible to connect to the service via SAP Integration Suite or simply via Node.js coding. How...
Hi Experts,
I'm currently prototyping a mashup service in CAP Typescript, where I have to implement a custom expand.
When I wanted to forward the spliced columns from the Request object to the external API via the fluent SELECT API, I noticed tha...
Hi experts,
as the title says im trying to setup a local test environment for consuming the Event Mesh service in CAP.
In my current setup, an S4 HANA Cloud instance is already connected to an Event Mesh client via AMQP, which is consumed by the ...
Hi together,
I was just implementing a sample CAP project with bound actions and associated exemplary http requests. At this point I noticed that apparently bound actions are executable on entries, that are not visible to the user.
I've created t...
Hi ckuczera,as I expected, the metadata file will not change. I thought you had problems with omitting the action parameters? The mandatory annotation will check the parameter value on the CAP side on validation time.This means, when you set the valu...
Hi @ckuczera ,you can annotate the action parameter with the following:@mandatory: falseThis will add (or remove) the input validation for the annotated parameter, so you can omit it in the http request.I don't think it will add the "Nullable" attrib...
Hi @sandeepmalhotra ,the types have moved to the cap-js/cds-types package. So just install it via `npm i -D @cap-js/cds-types` and there you have all your types in one .d.ts file.BR Tom
Hi @rumeysaturgut ,There is an excellent Blogpost from @ale_biagi about the implementation details for integrating SOAP Services in your CAP application.Afaik from this point on there is no real difference between S/4HANA Cloud and other 3rd party se...
Hi @Khabir-Raja,as Mourad stated, maybe it has something to do with BAS. Have you tried it in the deployed version?Otherwise you could implement a workaround by using the SAP Cloud SDK directly: https://sap.github.io/cloud-sdk/docs/js/features/connec...