Hello,
As far as I understand, as of Dec 2021 window functions are supported. I can use them just fine in model definition, however, I'm having issues trying to use them in services, as "cds watch" won't start.
Here's my data model:
namespace ...
Hello experts,
I have the following scenario:
ZEST_PO_H has a [1..*] association to ZTEST_PO_I named _ZTEST_PO_I
and ZTEST_PO_I has a [0..*] association to ZTEST_PO_ACCT named ZTEST_PO_ACCT
Associations are made public in each CDS view.
CDS...
When using Fiori Elements, you get a generated UI with complex search help/value help popups for most fields.
How can I achieve such complex search helps for fields in a freestyle SAPUI5 app without having to build the popup manually and query a cu...
Hello everyone,
I'm creating a CDS view joining tables MARA, MARC, MARD, MBEW and MAKT. But if I use MARD, I get wrong values for labst (always return 0), so I have to use ndsm_e_mard instead.
The problem is that while using MARD I get response t...
Hi All.
I'm trying to import SAPUI5 apps deployed on gateway using web ide, but I'm getting the fllowing error:
Failed to get the applications. Make sure /sap/bc/adt/discovery is reachable and returns a valid XML
I get this error using both Web...
Hello yasmeenhs, please check the manifest for the backend service, because it's returning an error saying the field _PurchaseReqnAcctAssgmt_PurchaseRequisition, which is in the list of selected fields, does not exist...
Hello, please make sure there is at least one valid .cds file in your db/srv folder.If you have .cds files in those folders and are still facing problems, we would need a minimum version of your CAP project in order to reproduce and find the root cau...
luzlloveras7 If you can, try creating a small version of your project where the error happens and share the source code as a ZIP so we can reproduce the problem.Regards.
Hello Maria Luz,Did you try to deploy the service? if it gets deployed correctly then it means your CDS is right and in theory you shouldn't have problems using it, as the application won't know about the calculation process, but the result itself. I...