Hi Experts,
I have a cirtical action in my Fiori Elements Application. Now I want to change the confirmation text, like shown here: https://sapui5.hana.ondemand.com/sdk/#/topic/f5a04c7ddd054a33a84e48525a51b5fb and also mentioned here https://answer...
Hi Experts,
I’m trying to work with ui Intgreation cards and copied this sample. (https://ui5.sap.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/explore/analytical/donut)
When providing the data trough the data{ jso...
Hi Experts,
I am trying to connect my SAP HANA Cloud (trial) Instance to a on premise HANA trough the Cloud Connector. When creating (checking) the remote source I get the Error below:
Could not execute 'CALL CHECK_REMOTE_SOURCE('CONCCECT_RS_CLI...
Motivation
Testing is an important part of modern programming culture, and CAP provides many tools to make our life easier. For simple applications, we can use the provided `cds.test` to launch a CAP test server to work with. (See reference here htt...
Hello all,
I'm trying to create an Analytical List Page with Fiori Elements and CAP.
When filtering on a calculated field, the response is empty. Filtering on fields, which are persisted in the database, works as expected.
---------------------...
Hi all,I was able to solve a similar issue using this blog debugging at the shown spot.I think for the original issue was that I was using the main i18n file (webapp/i18n/i18n.properties) and not the designated one for the respective page (webapp/i18...
Hi Mohammed,I haven't checked the documentation, but in the command we used, we specified the instance name. This seems to be the error you are receving. Please compare to this command (don't mind the variables): btp create accounts/environment-inst...
Hi
Antonette,
we faced a
similar problem as well. We solved it by pointing the approuter to our
uncompiled webapp directory. If you start it that way you don’t need to build
the project each time, but the Browser tab does not refresh on its own.
ht...
Hi Poornima
as with most
SAP configuration, its done in multiple steps. In the cloud foundry environment you have
the concepts of destinations, that is similar to the on-premise concept of
destinations. You define a destination with a name and a ...