Re: Hierarchy on HANA Calculation View with Optional Input Parameters Fails
I should add the comment that hierarchies do work in HANA SPS07 with optional input parameters. A new type of calculation view was introduced in SPS07 - the Star Join. We have found problems in SPS07...
View ArticleRe: Size of a compressed table in ECC vs Size of a HANA table
Thanks Lars. That does help a lot and clear the doubts !!
View ArticleSYSTEM has no authorization to grant SELECT access to schema for User
Hey all,I'm logged in to my HANA DB with the SYSTEM User. Now I want to give a role access to a schema by selecting the schema under 'Object Privileges' and selecting 'SELECT' When I try to save and...
View ArticleRe: SYSTEM has no authorization to grant SELECT access to schema for User
Hi Stefan, Have you tried issue the statement from the user schema"GRANT SELECT ON SCHEMA SCHEMA_NAME TO _SYS_REPO WITH GRANT OPTION"; RegardsRaj
View ArticleRe: HCI integration with SAP ERP backend system
Hello Prasad,Thank you for the response. Currently I am struggling with one question on how to test the connection between my backend ECC system and the Cloud for sales browser. Is it possible for...
View ArticleRe: Cannot start replication from HANA SUDIO...SLT ISSUE
Hi Raj, I figured out that due to authorization issues the UI was not inserting rows in RS table. Thanks for your help. Regards,Sidharth Mishra
View ArticleRe: SYSTEM has no authorization to grant SELECT access to schema for User
Hi Stefan, By default SYSTEM User doesn't have access to any Schema that you create.Login through the MYSCHEMA user and assign MYSCHEMA schema to SYSTEM with Grantable to others optionThen try...
View ArticleRepository from schema
Is there a way to create a repository / package from an existing schema? Thanks -- Chad
View ArticleDynamically Pass a list as input parameter to a Graphical Clac View
Hi All, Can anyone please let me know if it is possible to pass a list of comma separated values as an input parameter to a graphical calculation view and how this list can be parsed inside the view?...
View ArticleRe: Calling functions for default values?
Hey Lars, thanks for the suggestions. Unfortunately this application has about 4 million lines of code, so changing the data model is not feasible at this time. Fortunately the schema is generated by...
View ArticleRe: Dynamically Pass a list as input parameter to a Graphical Clac View
Hi Goutham, Have a look on these documents: Using Multiple Values in Input parameter for filtering in Graphical Calculation View SAP HANA: Handling Dynamic Select Column List and Multiple values in...
View ArticleRe: Repository from schema
Hi Chad, I think packages are independent of Schema.If you have the required privileges, you can create a new package by logging in through any user. But You can create a Schema inside a package but...
View ArticleIssue with exposing the created unicodes-views in to odata in JSON format
JSON Format not displaying the Unicode’s properly but other formats displaying properly. Please check the screenshot for more info.Can you please provide your input is it is an issue from JSON...
View ArticleRe: how to expose odata service for input parameter based procedure.
hello Avinash. this is where i stuck in my code. i dont know how to wrap procedure in calculation view.. My procedure code is below. create procedure "Get_User_for_Project"(in PROJECT_ID VARCHAR(255),...
View ArticleRe: how to expose odata service for input parameter based procedure.
hello Vivek. this is where i stuck in my code. i dont know how to wrap procedure in calculation view.. My procedure code is below. create procedure "Get_User_for_Project"(in PROJECT_ID VARCHAR(255),...
View ArticleRe: loading & converting geographical data to/in hana
Hi Henk, Officially only loading spatial data from HANA and Oracle is certified with Data Services 4.2. When loading from Oracle, Data Services is generating a Sql statement that contains a function...
View ArticleRe: how to expose odata service for input parameter based procedure.
Hi Anand, You will have to create a Scripted Calculation View from the Modeller perspective. In your case since you want to wrap a procedure. Below is an example I just tried. Add Columns & Input...
View ArticleRe: Connecting Hana view to SAP Lumira
Hi Chaitanya, Check if the Schema and the package containing the AN view you have created is assigned to your USERNAME under Object & Package privilege respectively. And while connecting to HANA...
View ArticleRe: SAP HANA: Writing the output onto a .csv file
Why don't you try this one? http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/da0bec751910148e69c9668ea3ccb8/content.htm
View ArticleRe: What are the limitations/challenges in HANA sidecar
Hi Can someone please share the major steps involved using "HANA HEC as a Sidecar" approach for ERP Finance data/tables including how to install HEC side car ?. Thank you
View Article