Hi All,
We are getting an error while deploying the mtar file using Deploy to XS Advanced.
Please find below sample mta.yaml:
ID: TEST
_schema-version: '2.1'
version: 0.0.1
modules:
- name: db_TEST
type: hdb
path: db
requires...
Hi,
I am trying to extract semantics for the calculation view built on standard SAP table. I have attempted to extract semantics but seems to have it unavailable. Is there any step am I missing?
Our scenario:
SAP ECC standard table exposed thro...
We are currently having error as : "could not insert into table due to a unique constraint violation". We have defined the primary keys for the target table but still continue to have the error.
Data from datasource: 2LIS_02_ITM
Primary key at t...
I have a requirement to present the query in different formats. E.g. Query returns with 12 key figure values and I need to separate these 12 KFs in separate cross tabs. E.g.Query output in DS 1. KF1KF2KF3KF4KF5KF6KF7KF8KF9KF10KF11KF121001201401601802...
Hi Sergio,
Nice blog. I have a doubt related to flowgraphs. If you can help in the below scenario.
https://answers.sap.com/questions/13617958/sap-hana-xsa-flowgraph-could-not-insert-into-table.html#
Thanks.
Hi Mayank,
If you can help me based on your expertise for the issue I am currently facing. I am attempting the scenario in XSA, where extraction of the data works but fails at UPSERT.
https://answers.sap.com/questions/13617958/sap-hana-xsa-flowgrap...
Hi Ingo,I used another syntax available for cell usage.I wrote below code for On Startup event:TEXT_1.setText(DS_1.getDataAsString("009ZVKYB3L9Q2CAH0ZN2B6KG1", { "0FISCVARNT": "Z1"})); This populated text field with value from table cell & I could re...