Basic question on HANA Information Views ( Calc. Views) Vs CDS Views
Hi, Can someone clarify me on the difference between HANA Information view Vs CDS views. I know CDS views will be available as catalogue objects in schema under the views and they are created as design...
View ArticleRe: Communication between XSA environment and Classic XS environment on the...
Thanks a lot for this. It clarifies the doubt.In that case I understand that I must be looking to create and use xshttpdest file for this. Is my understanding correct? I have created an SCN question...
View ArticleSAP HANA XSA: How to use xshttpdest with XSA?
I am trying to call an xsjs file from another xsjs file using xshttpdest in XSA. The developer guide mentions a word on xshttpdest using destinationProvider property in sap-xsjs. I tried implementing...
View ArticleCalling scripted calc view from another scripted calc view with INPUT PARAMETERS
Hi All, I am trying to call a scripted calculated view with INPUT PARAMETERS from another scripted calculated view and passing INPUT PARAMETER and having trouble activating it. 1. I am able to call the...
View ArticleFull Text Index Question.
Experts and those more knowledgeable than I, I have a trigger on insert of table A, insert the value of A.message to table B. My full text index is on B.message. After the B.message is Indexed and...
View ArticleRe: UPDATE FULLTEXT INDEX
I am very sorry but I get only errors with a timeout if I want to open the M_FULLTEXT_QUEUS Table. Is there another way to trigger the text analysis?
View ArticleRe: Insufficient privilege (EXECUTE on REPOSITORY_REST) error on /content folder
Hi Roshan, Greetings, I am also facing the same error while using HANA trial account. Could you please suggest the solution for this issue. Thanks in advance. Best Regards,Nachappa S
View ArticleIs it possible to create a view in HANA CDS which queries from a table in...
Dear Experts, I am trying to create a view in Hana CDS which will fetch data from "SCARR" table of "SFLIGHT" schema. Code: namespace dev.cds.model; @Schema: 'CDS'context sampleCDS { view sample...
View ArticleHow to do a lookup
I need some guidance on best way to do this in HANA Customer Group (blank) AB C1234 CD I need to assign a Group to each Customer. If the Customer is...
View ArticleRe: How to do a lookup
Sandy, you could find these records if you use sqlscript.. select *from <table>where "Customer" is null or ltrim(rtrim("Customer")) = ''; -- verify this is your correct record set ... you may...
View ArticleRe: Is it possible to create a view in HANA CDS which queries from a table in...
I'm not sure if this feature is supported in SPS 10 (your system). I think it came with SPS 11/HDI version of HDBCDS. Still it might be worth a try. You can access catalog tables via USING command at...
View ArticleRe: UPDATE FULLTEXT INDEX
Strange that you get a timeout error for that, cause I think you do not have to many fulltext indeces in your system. I do not know any other option to trigger the text analysis. The options offered by...
View ArticleRe: Is it possible to create a view in HANA CDS which queries from a table in...
One other point I just found in the documentation for this USING command: Currently there is no way to set the DB schema in a CDS QName for any read operations.The read API can only find an entity for...
View ArticleSAP HANA Cloud Trial account - Content - Insufficient privilege
Dear SCN members, I am trying to use free trial HANA Cloud account mentioned in Open SAP https://account.hanatrial.ondemand.com but after creating an account and schema, I have added the account in...
View ArticleRe: Insufficient privilege (EXECUTE on REPOSITORY_REST) error on /content folder
Please go through the guide and troubleshoot the issue. Authorization Troubleshooting Guide
View ArticleIs syntax description correct for CREATE SPATIAL REFERENCE SYSTEM
I do not understand CREATE SPATIAL REFERENCE SYSTEM I want to create a new spatial reference system which is based on an EPSG srid, but I'd like to register it with a different SRS_ID.View...
View ArticleRe: Install random NPMs
Hi Omer, tried now all NO_PROXY combination, but don't get it fixed. But I'm wondering. As I said before, I can do an install on the xsa client side, but there is no impact in the webide? Did I miss a...
View ArticleRe: Number of Rows difference between CRM query and HANA view
Hi Jyothi, Just right click on the calculation view and select where used.. This will show list of objects i.e privileges... etc From the list you can check the privileges by double click on it....
View ArticleRe: CDS view with SQL Privileges
Hi Florian, I use Analytical Privilege of type SQL which is a SQL (Analytical) Privilege. I am talking about HANA CDS view and not ABAP CDS view. I am not using the HDI version (XS advanced) of CDS but...
View ArticleHow can I install HANA XSA Job Scheduler?
I have installed HANA SPS12 in my server and after following the tiny tutorial I've got the application fully working. Now I'm trying to make work in my server the "SAP HANA Interactive Education...
View Article