Hello Everybody,
i tried to build an CDS view on a Table from the EPMSAMPLEDATA.SNWD_AD Content in the HANA Cloud. I could not get it done.
i tried it like followed :
namespace s0010044918trial.test; @Schema: 'DEV_9V2SR3LG4AKF30G9TXCW2ZF3W' context CDC_1_1 { define view hallo as select from S0010044918trial.test.data.SNWD_AD.attributeview { NODE_KEY, CITY, POSTAL_CODE }; };
------
do have someone a hint ?
Is it at all possible to create CDS on HANA - Tabels / Views ?