Hi Gurus,
I have a scenario where I need to create a table function in CDS. I have created a table function and an AMDP, however the AMDP throws and error that even after applying a filter on MANDT using where clause -
*** "CDS_VIEW_V1" is client...
Hi Experts,
I have a very trivial question - If I run a query to select MYCOLUMN from MYVIEW does it only process column1 or does it process all columns and then return column1 in the following scenarios -
Scenario 1 -
1. MYVIEW just selects 1...
Hi Experts,
I wanted to understand if we have Change Management in XSA which would help us move only the necessary changes from "DEV" space to let's say "PROD"? Currently we have tried deploying an application using xs deploy command and that moves...
Hi,
I am new to the XSA paradigm and was exploring this new world. I have a question around application deployment to a different space(let's say PROD) from my DEV space. We are using HANA 2.0 SP03 system and were following the steps described in t...
Hi All,
Is there any way to handle column store errors in HANA? I have a procedure where I am using EXIT HANDLER for SQLEXCEPTION. With this I am able to capture SQL exceptions for e.g. if i run a select query on an invalidated view, that gets h...
Hi Florian,Does MTAR deploy redeploy all objects including unchanged objects. I ask because i had a deployed an MTAR file which didn't have column view V1, but when I checked the creation time of V1 in the HDI container it shows the time when I had d...
Okay! In my case I noticed that this error only appeared if I used a custom view which reuses some standard view. The above mentioned annotations didn't help and I had to redesign the models by taking out the standard views from base level and joinin...