Re: Why is Key Attribute mandatory in Attribute View?
Yes and also if you have only one table in the attribute view you can activate it without key attribute. Regards,Krishna Tangudu
View ArticleRe: Default filter for an attribute in HANA views
Guys I may not have understood the question properly but did you guys try using Variables with Default value ( keeping the LOV from the current or any other view ) ? Also on the reporting tool front...
View ArticleRe: Doubt regarding requirement gathering in SAP HANA(BODS and SLT)
Didnt get why do you want to use them together? Depends on the requirements as you stated in your question itself, if he needs real time data he can go for SLT else can go for BODS. Also depends on how...
View ArticleRe: Granting schema privileges
Hi There, For your user ask the basis to assign the below role:<SLT_SCHEMA>_DATA_PROVRegards,Krishna Tangudu
View ArticleRe: Delivery Unit transport within the same HANA system
Hi , Is that you want the all the models but in a different package? For that after exporting the models to the desktop you can change the folder name and import it . Regards,Krishna Tangudu
View ArticleRe: Error while import schema in HANA DB
It seems like the when the table is created in schema A. It has already created an index with a name. And when you are trying to import for Schema B it is conflicting with the name of the index defined...
View ArticleRe: can't use procedure in the .rdl file.
Hi Rafi, I tried to execute the sql statement "grant select, execute on schema "RIVERPRJ" to "_SYS_REPO" with grant option;" with my user and the system user, but it had some strange error messages....
View ArticleUnable to view Catalog package in Hana Studio
Hi All... For the last three days, My sap hana studio tool is hanging when I open the "Catalog" folder in order to use Schema database tables... Please observe the following the screen shots.. At this...
View ArticleRe: SAP HANA Studio - Separate License
Hi Nicky, As per my knowledge, there is no separate licensing required for HANA studio. License for HANA d/b or Enterprise HANA license is sufficient. Installation of HANA studio will not ask for any...
View ArticleRe: can't use procedure in the .rdl file.
Hi Omer, I create the River project first,then I used this three procedures to create the river environment and add roles to myself:CALL CREATE_RIVER_ENVIRONMENT ('testutility', ?);CALL...
View ArticleRe: Using wildcard for mandatory input parameters
Hi Patrick, In your "AmazingView" can you show us how are u handling the filter is it with LIKE predicate? Two options: 1) Use If condition - If Input parameter = % then remove the where condition...
View ArticleRe: Analytic View: Keyfield in Data Foundation disappears after join with...
When you are joining with Attribute view the column from that view comes to your output right? you can use it.. Regards,Krishna Tangudu
View ArticleRe: Granting schema privileges
Did your basis assigned that role and still you are not authorized on STL schema?
View ArticleRe: Using wildcard for mandatory input parameters
Actually in our view we are indeed using the LIKE predicate. It's still like pouring molasses on a cold winters day. and IFNULL(a.CUSTOMER, '') Like :IP_CUSTOMER And of course now that I'm pasting...
View ArticleRe: Work with a table in different schema depending on the user group
DIVITEJA GUNTAMADUGU wrote: i tried to set schema using dynamic sql but it seems that the schema is changing only after the end of the stored procedure. Can you post your code here ? we will have a...
View ArticleRe: Using wildcard for mandatory input parameters
Also try with the other way If Input_parameter = % then keep the same select query without the where condition That should improve the performance. Can you check that? Regards,Krishna Tangudu
View ArticleRe: Does number of fields defined on Analytical View affect overall performance?
If you are using the same query on both the models then the performance should be identical. Did you saw the Viz plans on your models? Can you share them? Regards,Krishna Tangudu
View ArticleRe: Granting schema privileges
Hi Patnaik,There are SLT roles pre-created for the target schema configured as <target_schema>_DATA_PROV → Role to manage data provisioning<target_schema>_POWER_USER → Contains all SQL...
View ArticleRe: Analytic View: Keyfield in Data Foundation disappears after join with...
Hi Christoph,Yes when you join Data foundation field to the Attribute view, the one in the data foundation disappears and the one in the attribute view appears in the output. In cases of Inner join or...
View Article