expression cannot be used as an assignment target in SAP HANA stored procedure
Hi , I created sample stored procedure using scalar variables . In the stored procedure I am using INOUT parameter . Please find the below stored procedure. drop procedure scalar_proc;create procedure...
View ArticleSAP HANA in AWS
Dear Experts, We are planning to user AWS for SAP HANAI am not sure about the AWS service using SAP HANA system. 1) Do we have to install the SAP HANA software in AWS ?. or Is it Already installed in...
View ArticleSQLScript Table Variables - how to populate table variables in code?
I know how to populate table variables by reading from the database, but how can I do this programatically? Say I have an SQLScript procedure that accepts some input parameters, and I want to return a...
View ArticleHow can I Pivot a table using SQLScript
We are converting some TSQL Stored procedures to HANA Procedures, where I have to convert some TSQL PIVOT statements to HANA . Any help will be greatly appreciated.
View Articlehana on sap bw
is there any specific site for learning hana on bw or any tbw book .Please let me know .I am interest to learn hana on bw . Thanks
View ArticleConsume Data in Hana on SAP BW
Hello, Environments: SAP BW 7.30 SPS4 Upgrading to SPS9, SAP HANA standalone data base SPS5 Rev51. We have got huge amounts of data in Hana and there are plenty of requirements by the business which...
View ArticleConnect to HANA Studio in the CloudShare HANA SAP server.
Salam, I want to connect to the HANA Studio in the HANA SAP server in CloudShare 30-Days Trial. I mean that I found an icon in the server located in the "Network" folder named "HANASTUDIO" and I want...
View ArticleHow to use GENERATE ALWAYS AS in artifact?
I've created an hdbtable artifact witht the following definition: table.schemaName = "MYSCHEMA"; table.tableType = COLUMNSTORE; table.description = "Demo"; table.columns = [ {name = "DriverId"; sqlType...
View ArticleHow to change objects owners in HANA
hi, I have a schema and there are procedures developed by different developers. I want to change the ownership of a particular procedure to a different user. How do we change the ownership of objects...
View ArticleHANA Delivery Units.
Hi All, While creating the Delivery Units is there a way to identify newly designed/modified Information models after previous produciton promotion? what are the best practices of promoting models from...
View ArticleIs null really null ?
I have a HANA table with a field defined like: "BUDGET_ASSIGNED" NVARCHAR(1) DEFAULT ' ' NOT NULL , So when I see that I assume that I can not put a null value to that field, right? However I run this...
View ArticleFor loop using decimals in SAP HANA
Hi , I am trying to create & execute the below procedure and It is throwing error if I use decimal in the for loop . CREATE PROCEDURE for_proc LANGUAGE SQLSCRIPT AS v_index1 INT; v_index2...
View ArticleDoes HANA replace BW?
In the light of the capabilities of HANA, there is a doubt among the SAP community about the sustenance / existence of BW. The doubt cannot be ruled out because of the leverage of the HANA capabilities...
View ArticleHANA calculation view performance tips
Hi HANA experts, I'm developing a calculation view and need some suggestions about designing and performance optimization. In my calculation view I need to UNION several Analytical Views that are all...
View ArticleError: Unique Constraint Violated: Table (xxxx)
Dear all,firstly this is the error I get when activating a .hdbtim, ERROR playpen/db/ZGS.hdbtim Repository: Internal error during statement execution, please see the database error...
View ArticleCE_JOIN Self Join Issue
Hello, I'm trying to accomplish a self-join in HANA with the CE functions. My table, TT_UNION, looks like GROUPEMPLOYEESTARTDATE1123452013-01-011123452013-02-01 ...but with 50 million records. Each...
View ArticleProblems with embedding a *.data-file in R
Hey guys,i got a problem while writing an R-procedure on my HANA-instance: I want to store the content of a *.data-file in a variable (x)- all my tried failed.here is what i already tried to do: read...
View ArticleCannot create repository workspace
Hello all,I am preparing a workshop and got a virtual infrastructure, which contains a SAP HANA database Rev. 60 and a Windows Terminal Server with HANA Studio Rev. 60. I already made data imports and...
View ArticleCreating a Loop query in HANA Studio
Hi, I need to test an application which kills running threads in HANA, so I am trying to create a query which stays IN LOOP for quite a big time (5 minutes or more). How should be my query? I have...
View ArticleBest way to Monitor table updates in Hana
We are using BODS to update tables in Hana and we can see a panel there (bods) for monitoring the job, however I'm wondering what is the best method to see that kinda status in Hana? Mike
View Article