How to get hostname in SAP HANA
Hi, I want to get the hostname of current SAP HANA via SQL statement, just like SELECT host_name() in SQL server. I try this in SAP Hana, but it doesn't work. So is there any way to get hostname,...
View ArticleLooking for Project in Hana
Hi Folks, I am looking for being involved to any Hana project. I would like to familiar myself with Hana environment, from data modelization to deployment. So if anyone of you knows an internal project...
View ArticleStudio Preferences - repository access - synchronise local and remote - v60
Hi, Notice there is a difference between studio versions 56 and 60 with the text associated against the "Remote access - always synchronize local workspace with remote workspace". In v56 the text...
View ArticleHow to call HANA store procedure with table variables in xsjs?
Hi, I am developing a web application using HANA XS.I have create stored procedure to insert and update data into DB and send back to front end. My requirement is, i have to insert/update multiple...
View Articleexpression 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 ArticleHANA Developer Edition SPS6 Status & Roadmap
Status Update: Client and Studio downloads have been updated to SPS6 - get it here. Just a reminder, the Studio for Mac OS-X comes without regi, so XS development will require creative workarounds (you...
View ArticleCan we update data back into source system using HANA
Hello All, can anyone let me know if we have a provision to write something back / Update / Delete to source system using SQL Script from HANA. I was trying to do a scenario like I have an R/3 Ecc 6...
View Article