Re: SAP HANA QUERY
Hello Justice, sorry for my previous answer (seems that I had some drumming apes in my head :-)). Now I understand your requirement. My question is, why do not need the intermediate result table at...
View ArticleRe: Does SAP HANA SQLScript Support Regex?
are you looking something like this: select SUBSTR_REGEXPR ('is' in 'This is a Test') from dummy;
View ArticleRe: [SAP Marketplace] SAP Hana Vora: No data available
Hi Mehdi, Vora is currently in ramp-up status and only approved customers can download it from the SAP market place. If you are interested to become a ramp-up customer you can apply. The delivery of...
View ArticleRe: Need to change cmy sql code to HANA sql code
Hi Naresh, In SAP HANA SQL, to the best of my knowledge there is no support for shifting start day of week (default being start Monday (0) thru Sunday (6)). However you can create a UDF user defined...
View ArticleRe: OPENQUERY command available for HANA?
Maria,Did you ever find an answer to this question?
View ArticleRe: HANA Run more than 10 sql scripts/BATCH SCRIPTS using HDBSQL ON LINUX
You should be able to create a shell script execute as cron job or script the set of sql statements or call procedure in a file and execute it as a cron job calling hdbsql syntax: hdbsql -n...
View ArticleRe: SAP HANA and Twitter data
Hello Sergej, Good to know that you are going to use SAP HANA platform for academic projects. Here are a few pointers: Getting twitter feeds: You can use SAP Event Stream Processor (ESP) to get...
View ArticleRe: Getting error during calculation view in SQL-pLS HELP
Hi Raghavendra, The problem is you have same alias 'd' for tables "SAPDM1"."CRMD_ORDERADM_I" and "SAPDM1"."CRMD_ORDER_INDEX" that is causing the error table ambiguously defined. HTHGopal
View Articlehow to restrict line items at header level
Hello Experts, I am a Newbie to HANA and need help on the following requirement. Need to pull a item level field and display in output (probably first record) Fields in Header tableHF1HF2HF3HF4...
View ArticleRe: how to restrict line items at header level
Hi Sumanth, Are you gonna perform some calculations based on the selected fields or is there any measure in the selected fields. If there is none, then it is good you can use Attribute view for joining...
View ArticleRe: SAP HANA and Twitter data
Dear Gopal, thank you for your answer and encouraging words for our research. Will go through the links carefully. But feel free to fire one questions briefly -so actually there is no particular set...
View ArticleRe: SAP Hana Mini Checks.
Don't run the mini checks and then filter for C= 'X' as you will loose information. Better run the mini checks with ONLY_POTENTIALLY_CRITICAL_RESULTS = 'X' in the "Modification section" if you only...
View ArticleRe: SAP HANA and Twitter data
Hello Sergej, In order to answer your question, I read thru your paper and by the content I understand your research is focused on analytics on twitter data not on building technical infrastructure...
View ArticleRe: how to restrict line items at header level
thanks Thirumoorthy Rajaram . When I did try attribute view, I am getting rows as below: coz i have multiple 3 line items for the header. HF1 HF2 HF3 LT4HF1 HF2 HF3 LT4HF1 HF2 HF3 LT4 I...
View ArticleReading HANA data from SQL Server, using ODBC
Hi all,I've created a linked server (SQL Server 2012), pointing to a HANA database, using This excellent blogConnection test finishes successfully, but when trying to run a very simple query (from SQL...
View ArticleRe: SAP HANA and Twitter data
Dear Gopal, working with department of computer science is exactly what I want to do, and I believe that you answer my main question - should I use SAP HANA text analytics or try to integrate some...
View ArticleDefine CDS Table using given table type
Hi, Is it possible to use a table type when defining an hdbdd-table (as entity)? This table type shall not be defined in the same hdbdd-file, but be given somewhere else. I want to omit listing all the...
View ArticleRe: Define CDS Table using given table type
Hello Ingo, since SPS09 you can use declarations from other CDS files using the "using" option. For details please check following:SAP HANA SPS 09: New Developer Features; Core Data Services (chapter...
View ArticleRe: Reading HANA data from SQL Server, using ODBC
A SYSTEM DSN was missing on the server
View ArticleObject creation timestamp
Hi Experts, Could you please help me on how to find the creation time stamp of the index objects in HANA.I have tried the materialized views but did not get anything specific. Can we record it without...
View Article