Re: Cannot open data preview (HANA Studio v2.0.2)
it looks to me that the jar files from the old eclipse version, didn't upgrade properly to the new one and when Java tries the linkage it refers to the old Jar files, and because of the incompatibility...
View ArticleImport Longtext from a SAP System into HANA
Hey folks, I'm trying to import longtexts out of a SAP System (e.g. table "QMEL") into my Monsoon HANA. I know that I need the tables "STXL" and "STXH", but the most challenging thing is to get the...
View ArticleRe: Import Longtext from a SAP System into HANA
Hi Tim, So you have two informations missing. First is the key that this thread can help you:regarding READ_TEXT for long text The other is the dificult to read that binary inside HANA, as we don't...
View Articlesap crm on hana
hi experts , what is sap crm on hana ? does it helpful for an crm functional consultant ? as the market now tends to move to salesforce. will crm on hana be better future for sap crm...
View ArticleRe: OData request with input parameters
Hi Monissha, Try below URL: To check metadata:hostname:80<InstanceNumber>/filepath/odatafilename.xsodata/$metadata To check input...
View ArticleRe: OData request with input parameters
Hi Vivek, Thank you.. I got the results. But when I tried accessing the the service using, hostname:80<InstanceNumber>/filepath/odatafilename.xsodata/IP/ I get the error...
View ArticleTrailing spaces getting truncated
Hi Experts, I am trying to load data from DB2 database to HANA DB and my source data has data with trailing spaces .For example there is an attribute 'UNIT_CD' where data is like 'ABC ' ,'XYZ...
View ArticleString length in stored procedure, how?
The situation is as follows: DECLARE v_len INT; I would have hoped for something like the following to work:v_len = strlen("Hello");v_len := strlen("Hello");v_len = length("Hello");etc.but activation...
View ArticleRe: When I am selecting column from the HANA live I am getting error "Invalid...
Hi Lars: By giving the column names in the " is working fine. SELECT "SAPClient"from"_SYS_BIC"."sap.hba.ecc/Material". Thanks,Vara...
View ArticleRe: When I am selecting column from the HANA live I am getting error "Invalid...
New question, new thread mate!
View ArticleVariable paramter is not showing up in the calcualtion view which created in...
Hi I have analytical view with MSEG and created the variable "V_MJAHR" assigned to the filter to attribute "MJAHR" and created calculation view on top of this analytical view. When I tried to map the...
View ArticleRe: Trailing spaces getting truncated
Santhosh,I don't think your target DB truncate the spaces by default.If you have multiple query transforms in your data flow , probably you need to debug the job to see where it is loosing the spaces...
View ArticleRe: variables in hana
oh ok great.. thanks Fernando.. lemme try with input parameters.. also for suppose i have a variable in calculation view and i want to use it in universe.. can i do it and how? Thanks,Nujhat.
View ArticleRe: String length in stored procedure, how?
Hi, The support for the stand alone function is not provided. Instead you can write the three query as SELECT LENGTH ('length in char') INTO v_LENGTH FROM DUMMY; Hope this will help. Regards...
View ArticleRe: Trailing spaces getting truncated
Hi , NVARCHAR(10) will trim the last blank space at it will think of it is null. Make it as a data type of CHARACTER(10). It should work this way. Regards , Pratik Doshi
View ArticleRe: It's not easy to download HANA Studio From...
Hi Shu,You can use the below link:SAP | HANA Developer Edition or go to sap service marketplace to download(you need S-User ID fo it) Regards,Vivek
View ArticleHow to publish HANA view's through Odata service
I have small idea about view creation, XS project ,.xsodata file . But I don't know how to integrate all of them and create webservice over HANA View.
View ArticleRe: Posting HANA DB content on Browser with XSJS
Hi Sreehari V PillaiThanks a lot i came up with exactly the same solution again .I wrote my code as var responseArray = []; while (rs.next()) { // body+=...
View Article