Re: Determine if valid date via SQL
Ravi, yes exactly what I was thinking too, that I would have to account for the varying number of days in different months which could be cumbersome. Henrique, I do have time data generated and this is...
View ArticleRe: Determine if valid date via SQL
'A' is just an alias for the COUNT of the inner select (I didn't want to have to write COUNT(*) two times again). Basically, the inner select checks whether the desired date exists in the...
View ArticleRe: problem creating hdbview
Hi, Try to look for the error details. You will find the solution in the error description. Regards,Atul
View ArticleRe: RLANG in repository procedure
Hmmm - seems docu change, now I see somethuing about UNSECURE mode on page 190: Select the language in which you are writing the procedure.Note: You can choose to create procedures in Read Write mode...
View ArticleRe: Could not connect to SUM
Hi, When i try to connect to lifecycle management from studio by right clicking on SYSTEM and slecting lifecycle management , getting the below error. host could not be found, please check the name and...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
Hi Aravinth, As you are currently working on BASIS then go for C_HANATEC_1 certification as it is more on administration part of HANA like installation and system architecture But as you said you have...
View ArticleRe: Restricted Measure in Analytic View with SCD Attribute View
Hi Vijay, I am not sure if I understood your problem correctly.But here is what i feel. Create two Retricted Column based on field Status.and from the button next to Restricted column, choose the value...
View ArticleRe: Unable to Execute the Helloworld in 30 days trial machine in cloudshare
Hi Kumar, As you told i have updated the license key in HANA-Studio. Now i am facing my anoher obstacle in executing the code in browser. I am getting an error link borken or resource not found.But in...
View ArticleRe: Unable to Execute the Helloworld in 30 days trial machine in cloudshare
Hi Dinesh, For deployment of hello world application please refer to the following link, your mistake is you are giving the wrong URL it may be in any form you might be missing some folders or upper or...
View ArticleRe: Evaluator address out of range error while executing procedure
Might I suggest that a 12000 line case statement probably isn't a good design decision in any programming environment. Why not put those 12000 conditions as records in a table and perform your...
View ArticleRe: Call procedure from another procedure - HANA rev 56 - insufficient...
Hi Henrique, my user has had already the CREATE R SCRIPT system privilege. I also tried to run with SYSTEM user - the same behavior. Is there something different in the role/authorization concept in...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
Hi all; As per my concern i could suggest you to join BODS had BW 7.3.Present the market is runing with BW but future BW is begin the BODS already in some companys there are asking more about BODS had...
View ArticleRe: Unable to connect to HANA DB thro Studio , Invalid username / Password error
Thanks Atul , I recreated the DB system and changed the .eclipse folder which worked for me. I will try those commands also. Thanks againArun
View ArticleUnable to connect to HANA DB thro Studio , Invalid username / Password error
Hi , I got this error because of the corrupted security file which is in the C:/users/admin../.eclipse. Just rename it as OLD.eclipse. And recreate the system. But after this I got licence error and I...
View ArticleRe: Evaluator address out of range error while executing procedure
Hi Venkat did you consider to use 'decision tables' http://www.saphana.com/docs/DOC-3132http://www.saphana.com/docs/DOC-3132 \kc
View ArticleRe: Scope of SAP HANA - Current market trend
Hi Heta, Please check this thread for ABAPers interested in learning HANA:http://scn.sap.com/community/abap/hana/blog/2012/12/04/key-learning--in-sapteched--abap-on-hana As you have practical knowledge...
View ArticleRe: Call procedure from another procedure - HANA rev 56 - insufficient...
Does calling the R script procedure directly works?I'm sure a nested approach works, for example, I was able to run the sample code from Blag's blog in rev56.
View ArticleRe: Whether something is occur , if I change DXC User's password in...
Hi Kazuki, Generally The schema used by DXC is owned by DXCUser and while creating HTTP connection to HANA, we use the DXCUser's passwordSo if you change the DXCUser password may be you might have to...
View ArticleRe: Can HANA be used for broadcasting or like a APD ??
Hi Pac, word from one of developers of APD -> it was never intended as tool to export huge data out of BW. For that OpenHUB interface was developed. APD was developed for advanced analytical data...
View ArticleTable Variable as Input parameters
Hi Experts, Can you please tell me what is the use of tables variables in procedures defined as Input parameters. say i have created a procedure as CREATE PROCEDURE ABC (IN ITAB TY_IN, OUT T_OUT TY_T...
View Article