PaoloS
Advisor
Advisor
Member since ‎2017 Aug 07

User Statistics

  • 25 Posts
  • 0 Solutions
  • 10 Kudos given
  • 20 Kudos received

User Activity

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...