Re: Currency Conversion is not working
HI Venkat , Yes, TCURR table has filed GDATU which is in different format than our usual date field of VARCHAR length 8. The GDATU field stores date after subtracting it from 99999999 (99999999-given...
View ArticleRe: XSJS Tracing - Trace files do not show trace levels other than 'error'
Hi Fabio, You need to do some configurations. Please have a look at Trace Server-Side JavaScript Applications - SAP HANA Developer Guide - SAP Library and View XS JavaScript Application Trace Files -...
View ArticleRe: Flat file loading issues
Hi Thara, Thanks for responding.Eventually, I was able to import the DATE data type from Flat Files to Studio. The problem was, I had to use semicolon as delimiter. Best regards,Hamed
View ArticleRe: Delivery Unit transport within the same HANA system
Hi, what you can do is as well a Mass Copy,,, of the packages from the Quick Launch. I know its not a DU copy more a package copy, but perhaps this might help as well. roland
View ArticleLogistic 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 ArticleRe: How select data from know partition from a partitioned table?
Hi Suren, 1. First, when you select data from a partitioned table, SAP HANA knows which partition owns which data. For example, if your table is partitioned by range, Jan on part. 1, Feb on part. 2 and...
View ArticleRe: How select data from know partition from a partitioned table?
Hi Wenjun, Thank you so much for you response. I want to select based on a specific partition to make sure i have right data in my partition or for other reasons/verification. In Oracle we do SELECT...
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 ArticleRe: How to concatenate rows into a single column in hana view
Hi Ravi, Now you can find STRING_AGG in the doc link Expressions - SAP HANA SQL and System Views Reference - SAP Library Best regards,Wenjun
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 ArticleRe: HANA replication with DR test
Hi to all the viewers, Please just let me know that I am not going mad and would one of you just sya hello. There are over 200 views and no replies. At this stage even insults are welcome Regards John
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 ArticleRe: XSODATA Service for Attribute Views
hi, While designing the attribute view, are the columns from the other table are also added in the output? First check in data preview of attribute view, if all the columns are coming as per your...
View ArticleRe: Reading Inactive objects using repo API
The Repository XSJS APIs are not documented nor released for external usage. Please do not discuss SAP internal only APIs on the public forums. As you are an SAP employee you should use the internal...
View ArticleRe: XSODATA Service for Attribute Views
You have the schema name on the front of the specification and therefore accessing this as the catalog object. This is not recommended as changes to the view won't be reflected in the service without...
View ArticleRe: XSODATA Service for Attribute Views
Thanks Thomas for your Reply . Now I have used MyPackage::AT_EMPLOYEE . But still the UI5 Application is not displaying the columns of second table in the attribute view. Attribute view consist of 2...
View ArticleRe: XSODATA Service for Attribute Views
Nikhil,Provide us some screenshots(entity set output in browser-json and your attribute view output columns) Sreehari
View Article