SQL script that returns data when used in a procedure doesnt show any data...
When i try to call the procedure i get the following error SAP DBTech JDBC: [1281]: wrong number or types of parameters in call: VAR_OUT is not bound: i havent used any input parameters in the...
View ArticleRe: Error While opening an Analytic View (Imported View)
Hi Sharath, When you get error, below in job log you can see completed with errors. Just double click it. Through SYSTEM user, admin will give privileges to your user. If you are practicing HANA then...
View ArticleRe: SQL script that returns data when used in a procedure doesnt show any...
Hi Rajesh,Give a try like this.call "_SYS_BIC"."packagename/yourcalculationviewname/proc"(?);orcall "_SYS_BIC"."packagename/yourcalculationviewname/proc"(null);you need to pass the output parameter...
View ArticleRe: SQL script that returns data when used in a procedure doesnt show any...
Hi Rajesh, Unless you give some details of your problem, it will be difficult to all in helping you. At-least could you give the in and out parameters of the procedure and their data type, if you could...
View ArticleRe: SQL script that returns data when used in a procedure doesnt show any...
Thank you. The call was successful. But the result still has zero rows with the procedure call too. How can i check the run time code?
View ArticleRe: is there a way to see if an object (table or procedure) is used where all
hi,Right click on your procedure and choose "Where-Used". it will give you the list of procedure and package containg your procedure. Rahul
View ArticleIs it possible to use CE_CALC inside CE_AGGREGATION to create new column?
Hi, I have a scenario to use ce_calc with case expression to evaluate the value of column. this ce_calc will create the new column which needs to be projected using ce_aggregation. Thanks,Rahul
View ArticleRe: How to use count in CE_CALC
Hi Santosh, Do you have reslution to above problem? I am also facing same issue to have condition within ce_aggregation. Thanks,Rahul
View ArticleRe: is there a way to see if an object (table or procedure) is used where all
Hi Ravindar, Here it is. Check this link. RegardsRaj Kumar
View ArticleRe: How to use count in CE_CALC
Hi Guys, Using count in CE_CALC is already covered by Ravindra in this thread.If this is not the one you are looking for then post your query so that you can get CE equivalent. RegardsRaj
View ArticleAfter upgrade to Revision 55 some of query getting out of memory issues
In theory rev55 was released, among other things, to solve some OOM issues.However I wouldn't doubt there are some cases where the fix broke things that were working... I'd open an OSS message to SAP...
View ArticleRe: HANA: export table as csv file
Hi Atul, Thanks for your prompt response. The issue seems to have been with the Studio version that I was using. After an upgrade, export seems to work fine. Thanks again
View ArticleRe: HANA - SUP connection problems
HI Amey, I have prepared a documents with the steps. You can check out the same at the below link.http://scn.sap.com/docs/DOC-40974 Hope it is helpful. RegardsTrinoy Hazarika
View ArticleRe: HANA - SUP connection problems
HI DHH please find the document in the below link http://scn.sap.com/docs/DOC-40974 regardsTrinoy Hazarika
View ArticleRe: HANA: export table as csv file
Hi Satya, Good to hear issue has been resolved ,please close this thread as answerd. Thanks Atul
View ArticleRe: FileLoader - unable to see uploaded file
Ok, thanks Thomas, I understand what you are saying. And actually I do want to store the contents of the file in a database table. I was hoping that I may be able to integrate this with the data...
View ArticleRe: is there a way to see if an object (table or procedure) is used where all
Thanks but douse it impact performance for HANA database?.
View ArticleRe: HANA db case sensitivity with SQL text searches
Hi Patrick, For text search and non sensitivy you should use:CONTAINS("WERKS",'xyz1') ( to catch a word in a phrase )or CONTAINS("WERKS",'%xyz1%') ( % to works like like and catch part of a...
View ArticleHANA db case sensitivity with SQL text searches
Interesting topic.After some quick googling, apparently the default behavior varies from DB to DB.SQL Server apparently is case insensitive by default, while Oracle apparently isn't. One thing the BI...
View ArticleNeed help with creating a new user/analytic privilege
Hi,I was trying to create an analytic privilege for a new user I created on the 'hanacloud' '00' system. The analytic privilege is over a calculation view restricting certain shop IDs.I followed...
View Article