I have a tree table and would allow my users to expand all nodes with a click on a single button.
I can currently achieve this via two approaches:
oTreeTable.expandToLevel(999);
or
oTreeTable.bindRows({
path: sPath + "/to_Closing...
We want to develop several applications, where parts of the UI will be similar. We thought about an MTA application in CF, where we create several HTML5-Modules and similar content will be outsourced for reusability.
How can we best achieve the re...
Can someone explain the difference between mta.yaml and manifest.yaml?
My understanding:
Multi-target application: A microservice-based application consists (as the name suggests) of different microservices. Those can be developed by different te...
I developed an OData service to create items for a notification (IW23). Batch processing is enabled. It's therefore possible to send several Item Post request at once. How do I determine the item key?
I tried:
DATA lv_item_key TYPE n L...
Is HANA SQLScript executed synchronously or asynchronously?
We have created the following procedure:
CREATE PROCEDURE "EMLUSER"."INFERENCE_TEST" (IN input_data "EMLUSER"."METADATA_INFERENCE_IN_ALL", IN param_accuracy DOUBLE, OUT output_data "EML...
I am facing the same challenge. Any recommendation how to solve the issue? As you already figured out it is not possible to do it this way for custom entities:'Access control needs to be implemented manually in the query implementation class to ensur...
Thanks for the informative blog post!
When I run:
cds build --production
I get the following error:
Error: Cannot find module 'postgres-cf'
Any idea gregorwolf? Many thanks in advance!