How to convert BIGINT data to TimeStamp
Dear Experts, I got some time stamp data which is stored as BIGINT. How to convert it to readable TimeStamp format. Sample data - 140,069,594,517,504 Regards,Ashwini
View ArticleExtend logical Volume lvhanaback HELP
AWS Cloud SAP HANA 97SUSE linux server 11 sp3 I have added large 1000GB AWS SSD volume to my SUSE linux hana master on our a 3 node multi-host hana system. mkfs.xfs /dev/xvdg fdisk /dev/xvdg ##Added...
View ArticleSQL Inline Functions
All, Apologies I'm pretty new to SAP Hana and come from a SQL Server/Oracle background. Anyway problem:SAP Hana FunctionCREATE FUNCTION "SURF_ST"."IS_NUMERIC"(input1 NVARCHAR(128))RETURNS output1...
View ArticleSAP Hana Cloud Platform Account for SuccessFactors eXtension
Hi Foum Do you know what kind of account i need for a SuccessFactor Extension, accound in Hana Cloud Platform? i found this Price Account Page of HCP http://hcp.sap.com/pricing.HTML My App is very...
View ArticleXSOdata service : 503 not available
Hi All, I have created a xsodata service using a Calculation view , the service defination is following: service {...
View ArticleRe: Join with analytic views problem
Hi David, Try this approach. 1. Create AT view and join TAB1 and TAB2. Take TAB1.MY_ID, TAB1.MY_NUM, TAB2.MY_ATTRIBUTE, TAB2.MY_OTHER_NUM to output.2. Create AN view with TAB1 in data foundation and...
View ArticlePassing current users as parameter in XSOData
Hi, I have a requirement where I have a calc view which accepts sap-client as a parameter. I have a XSOData created using the keywords "Parameters via Entity". The calling program (SAPUI5) makes a call...
View ArticleRe: SQL Inline Functions
Hello Florian, Thank you very much for your response, now I've changed one of my case statements to use Option 2 and it worked for one package. However the same case statement using option 2 gives me...
View ArticleRe: Passing database name to stored procedure
Hi Evgeny, You don't need to use || to join each line. whatever is there in ' ' single quotes are considered as a single string, even if your query is in multiple lines.use '' (2 single quotes)...
View ArticleRe: Strange error calling an R script
Hello Pierre, I think the error is caused because your vector does not have a name. Try following:result0 <- data.frame(result0=c("R")); result0 is either the name of your procedure output...
View ArticleRe: How to call a Hana Calculation View from HDB Procedure
Hi Florian, Thank You very much. This is something which I've learnt today Regards,Alekhya
View ArticleRe: Strange error calling an R script
Hi Florian, You are right, but using your code I've got the error: Could not execute 'CALL PR_TEST_R_2(?)' in 210 ms 326 µs .SAP DBTech JDBC: [2048]: column store error: search table error: [34086]...
View ArticleRe: Authorization in SQL view
Hi guys, I´m still facing this issue. Any thoughts?Regards, Christoph.
View ArticleRe: Strange error calling an R script
Hard to evaluate these upper/lower case errors in the browser window .
View ArticleRe: Deriving a Calculated column by looping
Didn't get you.. Please re phrase your requirement again..
View ArticleRe: Deriving a Calculated column by looping
I have the view with the 3 columns Category, Text and Date. Now I need a 4th column called Custom date. I need to fill this column with the date from the Date column where Text = "GW3". If GW3 is not...
View ArticleRe: Deriving a Calculated column by looping
Hi, Here you goes. 1.) Create first projection and insert your table.2.) Create one more projection and insert your table and put filter text = 'GW3'.3.) Join both of them as 'left outer' join.4.) In...
View ArticleRe: XSOdata service : 503 not available
Hi Patrick, No it still doesnot work it gives me 404 not found exception. RegardsDeep
View ArticleRe: XSOdata service : 503 not available
Hello Nidhideep, it seems that you do not have create and XS app. You need at least the following two files that your service is accessible:".xsapp" with content "{}"".xsaccess" with content{...
View ArticleUsing Gmail To Send Email in HANA XSJS
Hi Experts , I am trying to send mail from HANA using gmail's smtp settings but not able to figure it out.I have gone through the following blogs but could not find much help.How to send email from...
View Article