Re: SAP HANA XSJS - Analytic view & XSODATA
Hi Ram Have you figured out how to expose Analytical view throught ODATA service. If so could you please share it across.. Appreciate your response in advance. Kumar T
View ArticleRe: How to expose an analytic View using OData?
Hi Mohamed Ali In regard to exposing the Analytical view in ODATA service. have change anything in respect to authorization. Im able to expose Table , Attribute view in ODATA service, but on trying...
View ArticleRe: Data Provisioning in the SAP HANA Sandbox system
Hi Guys, Just go to the Security tab - Select the user which you want to execute the Data Provisioning - Assign the role <Schema>_DATA_PROV. Thats it BR,Harish
View ArticleRe: Procedure for inserting a record in HANA
Hi Andy thanks for your response. When you have Columns with camel casing in your procedure you need to put your column names in double quotes. This worked for me and I was able to insert values into...
View ArticleAccess data for SAP ECC with HANA Database
Hi I hava a ECC with HANA database, how to access tables through HANA Studio?? How to create de Catalog to access the tables?, in other architecture the tables are replicate with SLT. Thanks in advance
View ArticleRe: Access data for SAP ECC with HANA Database
Hi, You can access the ECC tables through Data Provisioning in HANA Studio. Refer the below document for step by step process. SAP HANA - Data Replication through SLT
View ArticleRe: Access data for SAP ECC with HANA Database
Hi Ravi Data Provisioning is a SLT tool that enable you to replicate tables from ERP (with own database) to HANA. In this case HANA is a database from ECC, I don't understand why to use a RFC to access...
View ArticleRe: Access data for SAP ECC with HANA Database
Hi, RFC connection is used to connect SAP systems to SLT system. If you have the tables replicated in HANA database then you can use that tables for data modelling in HANA studio. The SLT replicated...
View ArticleRe: HCP: Creating a ZIP Stream that will start immediately stream to frontend
Issue was solved. I had a configuration issue which streamed to the wrong servlet.
View ArticleXSJS: query from calculated view with input parameter
I have a calculated view that I am trying to query from an XSJS service. The view has an input parameter "INPUT_ID" which comes from the request parameters. The following statement works in the SQL...
View ArticleRe: Access data for SAP ECC with HANA Database
Hi Virgilo, If you are already using ECC on HANA then check the ECC schema - it will have all your tables already. Just log on to HANA Studio using Admin user and check the catalog and your ECC schema...
View ArticleRe: XSJS: query from calculated view with input parameter
Hello Charles, "?" cannot be used for input variable placeholders as for placeholders for e.g. in where conditions (... where FIELD1 = ? ) which are set by the corresponding set methods of the...
View ArticleRe: XSJS: query from calculated view with input parameter
Florian, How do we prevent SQL injection in this case? Input parameters are important for performance, yet security can be compromised. Nehal.
View ArticleRe: Why not ABAP as HANA modeling coding language?
hi Sohil please be clear that hana is an database. and all database quires are done through sql only. every database like orcale, my sql, etc has to use a query language. to my knowledge ABAP is not a...
View ArticleRe: Restricting HANA Schema/ folder
Hi Manjush, You can create a role and grant privileges to only the schemas you want the user to be able to make changes to. The others will be restricted.
View ArticleRe: how to add input parameters in HANA trail
Hello Zongjie, ok, now I got you fully, you wanna use the data preview on HCP. This is not possible at the moment because of the trial restrictions (regarding authorizations). There are already several...
View ArticleRe: XSOData service on Analytical View
Hello Kumar, I'm wondering why you get a "forbidden" error in case you exchange the table by the analytical view. I would expect a "insufficient authorization" error message in case you have for...
View ArticleRe: Restricting HANA Schema/ folder
Hi Vivek & Sanjog Many thanks for the reply. Roles are already created and all schema's are live but some issues are happening due to sensitivity of data in few schema. I need to restrict these...
View ArticleRe: XSOData service on Analytical View
Hi Kumar, In your xsodata definition of file also add aggregate always; line as it is analytic view Regards,Vivek
View ArticleRe: Limit HANA ODBC connection to specific schema
Hi Ronnie, It depends on the user that you are using to connect HANA.Limit the HANA user to access only few schemas or tables and then you will see only the schemas that the user has been assigned to....
View Article