Hi,
I am trying to migrate my project from using cds2types package to @cap-js/cds-typer. With cds2types, when I defined some property as "localized", the generated .ts file would contain a constant that could be used to reference the generated text...
Hi,
I am running ADT with SAP GUI Java 7.8rev2 on Linux. ADT is using JDK bundled with SAP GUI which is on version 17.6. Basically, everything is on the latest version but I've been experiencing this problem for some time so it's not a new regressi...
Hi,
I have a Fiori Elements app for Object with List/Object page. The oData version is 4. I implemented a custom view as is described here.
https://sapui5.hana.ondemand.com/test-resources/sap/fe/core/fpmExplorer/index.html#/customElements/customE...
Hi,
I have a CAP app that is written in TS. As the code growths, the import paths started to be really long as it would be something like import { Service} from ../../../../module/service. I looked for a solution for this and there seems to be an o...
Hi,
this may sound stupid but I find it really annoying how the names are generated for properties related to managed associations/compositions. E.g. if I have something like this:
group : Association to PromotionGroups;
it generates property g...
Hi,I was getting the same error. When I attached bash to the Docker image, I could see that HDB was running fine. At the end, it was not enough memory. I changed available memory to 20GB for Docker image and then it was able to start ABAP AS.
Hi Mattias,
I think it can work fine if cost of developing services is really low. I believe the main idea is that you model your business objects and then create multiple services on top of them. Some of the services will be consumed by Fiori apps ...
Hi,yes, it's JDK version 17.0.6 that is bundled with the latest SAP GUI for Java. Thanks for the info, hopefully this gets fixed. I just checked and my current ADT version is 3.32.2. If I am not mistaken, the version 3.34 will get released with the n...
Hi,thanks for your comment but the extension point is only available for oData v2. I have service with version oData v4. On the side note, it's really annoying that we have two versions of the same concept and each version works slightly differently....