former_member590206
Explorer
Member since ‎2018 Jul 23

User Statistics

  • 11 Posts
  • 0 Solutions
  • 21 Kudos given
  • 2 Kudos received

User Activity

I have the following setup: mta.yaml ID: MY_APP _schema-version: '2.0' version: 1.0.0 modules: - name: core_db type: hdb path: core/ requires: - name: core properties: TARGET_CONTAINER: '~{core-container-na...
I have the following scenario: <Table id="priceListsTable" items="{path : 'myModel>/PriceLists', templateShareable : false}"> <columns> <Column> <Text text="Name"/> </Column> <Column> <Te...
I've refactored my project to use the new Cloud Platform Application Programming Model. My project structure looks file this: <my_project_name> - hdb (db module) - srv (service module) - ui (ui module) - cdsrc.json - package.json - m...
I had to change my SAP HANA Express system hostname, because I bought a new domain, so I did that using instructions provided at this link: https://blogs.sap.com/2018/06/20/hana-express-and-xs-advanced-when-you-cannot-modify-the-hosts-file.../ ...
I recently started to learn app development on XSA platform, but one of the things that gives me a real headache is: where is the app data from HDI containers actually stored and how to backup that data. When i build and run my app, HDI container get...