Re: I can't get the syntax for a table defined function to work.
Thanks Sagar. I appreciate the input. It turns out you can do it and I was able to figure it out. You just leave off the TABLE and declaration like this: CREATE FUNCTION MY_SCHEMA.MY_FUNCTION()...
View ArticleRe: Memory allocation failed error while running multiple Webi reports at...
Welcome to HANA world This is out of memory error (OOM), in sps 8 you can limit sql statement memory consumption
View ArticleRe: Alert: The following statement has been running for 999999 seconds
Answer from sap - There is no parameters in HANA and there is no plans to add them.
View ArticleRe: I can't get the syntax for a table defined function to work.
Good to know that this syntax works. Somehow I always thought that TABLE () is mandatory for Table UDF
View ArticleRe: I can't get the syntax for a table defined function to work.
Me too! That's why I had so much trouble figuring out the syntax. I spent hours on it. This learning curve really wears you down.
View ArticleRe: Memory allocation failed error while running multiple Webi reports at...
You may want to check how large the intermediate results are that get created during the execution of your report.If these force required columns to unload, out of memory errors can occur when other...
View ArticleRe: C_HANAIMP131 - HA350 Data Provisioning - How do you learn yours?
Hi Jon, I am planning to take the C_HANAIMP141 . I dont have HA350. Is it mandatory ? I dont have HA350 as of now . How can I get it . if we can not get it please let us know is there any alternative...
View ArticleLT Replication server job status
Hello, In our HANA system, under transaction LTRC, we can check status job that "Master Job Status : Running" under tab "Administration data". We have setup E-mail alert using Transaction LTRC -->...
View ArticleRe: LT Replication server job status
Hello, Please let me know if there a some way also in solution manager? Thanks,Urvi
View ArticleRe: Sap Hana
Hi Shah, Honestly, I am not getting the point why you have chosen to start a career in HANA?? Do you have any experience relating Database and Analytics???
View ArticleRe: Sap Hana
Post your query in Career Center.Please choose correct forum at the time of new thread creation. Choose appropriate forum from http://scn.sap.com/docs/DOC-19361. Read the document...
View ArticleSap Hana
Hi my name is shahzaman i would like to start my career in sap hana can any one help me what is best way to start . thanks ----Hi shahzaman, please use the appropriate space for questions around...
View ArticleRe: WBS Hierarchy structure in HANA possible?
Hi Rahul, Have you implemented the WBS hierarchy in HANA?If yes then could you please share. RegardsRaj
View ArticleRe: Loading Language dependent text to HANA
Use NVARCHAR data type for that columns Regards,Krishna Tangudu
View ArticleRe: In HANA VARCHAR datatype stores unicodes?
So, varchar(10) contains 10 single-byte characters, while nvarchar(10) contains 10 multi-byte characters (the actual size depends on the codepage used for encoding, I guess).
View ArticleRe: In HANA VARCHAR datatype stores unicodes?
Correct - the size check ensures that only so much data gets inserted that a client application that expects single-byte characters don't get delivered too much data when reading the column. The...
View ArticleRe: Number of column views for Analytical view
Thank you everyone for the detailed explanation here it has been of great help for my use case too. I know this is old post so let me know if I should create a new one. My question is When analytical...
View ArticleCE-Functions and intermediate results
Hello, If I write tmp = CE_COLUMN_TABLE(<table>), is then tmp a pointer to <table> or does it really hold the data of <table>?. If the latter is the case, it could happen that we get...
View Articleif statement in CE function
Hi,When we use IF in calculation view with CE function the SQL engine is used. When we remove the "IF" the CE engine is used.Is there any alternative for if or case in CE functions? Thanks,Amir
View ArticleRe: SAP HANA ODBC Driver missing.
Hi, Replying here for those that are still reading your post as a result of a Google search. Just uploaded a video to the SAP HANA SPS 08 installation playlist:...
View Article