We are currently implementing a cap application with the flexible programming model. In the background we a huge number of importers which need to be selected by the user. I have read into the guidelines from SAP and found out that the SELECT input f...
I am currently trying to implement a distinct entity projection based on one of my tables. The table in the data base is pretty simple and holds onto users in differnt sap onprem systems: entity SAPUsers: cuid {
userId: String;
userName: String;
e...
I am currently implementing a SAP fiori elements application and using the List report floor plan as a base. Till now everything worked fine and fiori elements made it super easy to implement the application. However we now got the requirement to add...
we are currently trying to integrate the event mesh into our SAP CAP application. We followed this tutorial here: https://cap.cloud.sap/docs/guides/messaging/event-mesh Therefore our files looks like the following: event mesh config: {
"options": {...
we are currently developing a SAP CAP application with fiori elements. The application should display a user all his tools for which he is responsible and the user should give feedback if he is still responsible or not for each tool. In the our data ...
@manishmatte1753 , I am also very interested in your question. Where you able to figure something out? If not, @arunkrishnamoorthy1988 do you have an answer for this question ?
Hi @Diphnesh, I solved it in a different way, since I was using the latest version. My problem was that the querry I was sending to my hana was to large. Therefore I created chunks and send it bit by bit. Still thank you for your answer
Hello @Gopi_Singamsett , thank you for the blog. We are currently facing a problem that applications from multiple subaccounts want to access datasphere. Does that mean, that we have to create a support ticket for every new application that want to a...