Logistic regression: class_map0, class_map1
Hi, I am trying to use the PAL function logistic regression in SAP HANA Studio. There are two parameters I do not really understand: class_map0, class_map1. When I run the regression without these two...
View ArticleHow select data from know partition from a partitioned table?
1. How select data from know partition from a partitioned table? If i have partitions one, two and three and if want select all the data only partition one what should be the query? 2. Does add alter...
View ArticleSQLScript error handling for invalid hierarchy view
Hi everyone, I am playing around with hierarchy views and I came across the following problem:My source data for the hierarchy view degenerates and may contain cycles, which cause any query on the...
View ArticleSAP HANA - Will the partition restrictions be applied before other...
In an example scenario, CREATE COLUMN TABLE TEST_TABLE ( A INTEGER NOT NULL, B INTEGER NOT NULL, C VARCHAR(10) NULL, PRIMARY KEY (A, B) );...
View ArticleHow to iterate over internal table in SQL procedure?
Hello SDN. I work on port some ABAP code to the HANA SQL stored procedure.One of the input parameter has table type.I want to know how I can iterate over this table?In the ABAP I can write something...
View ArticleMissing xml tag in result set of xsodata results in rev 68
Hi,We have an xsodata service in our staging environment that is working fine and returning the xml results starting with "<?xml version="1.0" encoding="utf-8" standalone="yes"?>" however in our...
View ArticleHANA Repository and Perforce
Hello All, We are facing with a unique challenge. Working on some text analysis features of HANA which I need to keep both in Perforce as well as HANA repository. Is there any way I can keep those two...
View ArticleDoc Detail LineNumber
Hi, I have a case There are 3 related Doc : PO - GRPO - LandedCost, let say there is 1 Line Itemcode "A" LineNumber for Item A on PO is 0LineNumber for Item A on GRPO is 1LineNumber for Item A on...
View ArticleXSODATA Service for Attribute Views
Hi, I have created a Attribute View and trying to consume it in UI5 via ODATA Service . Code for XSODATA: service { "_SYS_BIC"."Nik_HANA/AT_EMPLOYEE_ADDRESS" as "Employee_table" keys local generate...
View ArticleSAP HANA - Does partitioning a non partitioned table move existing data to...
1. Does partitioning a non partitioned table move existing data to right partitions? Or do we need to perform additional steps to move the data to right partitions? Table which i am trying to...
View ArticleSAP HANA - How to run alter table statement in HANA procedure?
I am trying to run alter table statement in a procedure. HANA gives error saying SAP DBTech JDBC: [257] (at 1338): sql syntax error: ALTER TABLE is not allowed in SQLScript: line 36 col 8 (at pos 1338)...
View ArticleSAP HANA - Dynamic SQL for altering table causes run time error
Hello Experts, I am trying dynamic SQL to add partition to a non partitioned table. I am doing this in a hana procedure because i want to iterate over all schemas and add partition to the target table...
View ArticleSAP Working Capital Analytics Crashing : how to trace and correct ?
Hi experts I have been trying to have WCA work on our 'Business Suite powered by HANA' platform for some days now, but whatever the user I try to use and the authorizations I put on it, I get the same...
View ArticleError connectiong to Remote Source MSSQL ODBC
Hi everyone, I try to create a Remote Data Source in HANA Studio for a MSSQL ODBC connection. If I try to verify my connection following error message appears: SAP DBTech JDBC: [403]: internal error:...
View ArticleWhat is best way to bring data from ECC to HANA
Dear All, I am little confussed. I want to know, what is best way to bring data from ecc to SAP HANA SLTBODS If you want to say... SLT then whay?If you want to say... BODS then why? Please let me know...
View ArticleSAP HANA CEI Segmentation error
Hi All, in ADT-> Segmentation-> define aliases for SAP HANA DATA source , i am getting following error . my HANA schema name is HANADEMO and table name is ZTAB i am specifying the path as...
View Articlehow to build html page into sap ui5.
hi. I have a project in html and xsjs.Now i want to convert one of the html page to sap ui5.i install sap ui5 Application in hana studio.and goto sapui application option.create project name and select...
View ArticleNo data found from start index 2 to end index Error
I'm trying to import a .csv and I keep getting this error when I press the Next button: No data found from start index 2 to end index I know it is because my Date column in my csv, because when I take...
View ArticleHANA CDS doesn't support type TINYINT
It seems to me that the Web IDE Editor doesn't seem recognize the TINYINT type in a CDS (.hdbdd) file. The text doesn't turn into blue color. Other type like INTEGER does turn into blue color. Do you...
View ArticleUsing regi with operating system user authentication
I have an operating system user authentication to HANA system. I am trying to use regi with a system key (created by hdbuserstore).It is not working as when creating a system key like this:...
View Article