Error connecting add-on with DI API
Hi, I'm having the error "Database server type not supported" with an application that connects to SAP Hana through DI API in VB .net. The aplication crashes as soon as it reaches the Connect() method....
View ArticleRow Store Tables of SAP not shown when creating views in HANA Studio
Hi HANA Master's, I have requirement to create a HANA Calculation view on SAP standard table "TBTCO", but in HANA studio i am not able to see this table because it have a storage type as "ROW STORE", i...
View ArticleWhat is the syntax for a delete with a join in HANA?
Hi Everyone I read the previous answer to this question which was: deletefrom sk1 where (sk1.user, sk1.location) in (select sk.user, sk.location from sk); unfortunately this does a select for every key...
View Articlestore last value
Hi, I have a calculation view where some of the material standard price is not displaying while taking year/ month in the report. if the user drag year/month, then few rows are showing blank for...
View ArticleAnalysis preview in HANA doesn't show values in Filter pane
Dear members, I utilized three scripted calculation view in a Graphical calculation view to do Time Range Analysis like YTD,MTD,WTD sales per product. I used three scripted calc view in graphical calc...
View ArticlePrivilege required for connecting with MS-EXCEL other than the Risky Data Admin
Hi Everyone Earlier I had given Data Admin Privilege for Connecting Excel with Hana to a User(say TestUsr). But later on I came to know that Catalog Read and Data Admin Privileges allows the TestUsr...
View ArticleUnsupported data type ST_POINT sap.hana.democontent.epmNext.data::MD.Addresses
Hello, While testing an ODATA service with the DEMO tables and error is shown: I´m using: SAP Cloud Appliance Library SPS 9 Please Help.
View ArticleRegarding SQL Logic
Hi, I have a requirement as below. I just tried with Select + update ( inner query ) But the only challenge I am facing is how to fetch data for previous row. ie for n column 'B' is blank so get the...
View ArticleHow to convert BIGINT data to TimeStamp
Dear Experts, I got some time stamp data which is stored as BIGINT. How to convert it to readable TimeStamp format. Sample data - 140,069,594,517,504 Regards,Ashwini
View ArticleExtend logical Volume lvhanaback HELP
AWS Cloud SAP HANA 97SUSE linux server 11 sp3 I have added large 1000GB AWS SSD volume to my SUSE linux hana master on our a 3 node multi-host hana system. mkfs.xfs /dev/xvdg fdisk /dev/xvdg ##Added...
View ArticleSAP Hana Cloud Platform Account for SuccessFactors eXtension
Hi Foum Do you know what kind of account i need for a SuccessFactor Extension, accound in Hana Cloud Platform? i found this Price Account Page of HCP http://hcp.sap.com/pricing.HTML My App is very...
View ArticleXSOdata service : 503 not available
Hi All, I have created a xsodata service using a Calculation view , the service defination is following: service {...
View ArticlePassing current users as parameter in XSOData
Hi, I have a requirement where I have a calc view which accepts sap-client as a parameter. I have a XSOData created using the keywords "Parameters via Entity". The calling program (SAPUI5) makes a call...
View ArticleDifference between Mobilink and SAP IoT services.
Hi All, As we all know that recently SAP has come with a new service namely SAP IoT workbench. Which allows us to connect and send data from Sensors to SAP Hana Cloud. SAP IoT Workbench is capable of...
View ArticleGetting can not get the data provider error while executing calculation view...
Hi All, Need help on below SAP HANA Modeling issues.I have created one attribute view and trying to consume that in another calculation view with some other logic. But the problem which i am facing is,...
View ArticleSQL Inline Functions
All, Apologies I'm pretty new to SAP Hana and come from a SQL Server/Oracle background. Anyway problem:SAP Hana FunctionCREATE FUNCTION "SURF_ST"."IS_NUMERIC"(input1 NVARCHAR(128))RETURNS output1...
View ArticleHana Hadoop Integration
Hi, I'm using hana box which is SPS 09 and I'm trying to integrate it to hadoop. 1. I created a remote source using the below script : CREATE REMOTE SOURCE HADOOP_SOURCE ADAPTER "hadoop" CONFIGURATION...
View ArticleCreate script to run commands via hdbsql
Hi, I am trying to run sql commands via hdbsqql by preparing a shell script in linux. I am able to enter the hdbsql prompt and connect to hanaserver but not able to run the sql commands via the shell...
View ArticlePassing database name to stored procedure
Hi everyone, Please tell me, how to send database name to the stored procedure.For instance (doesn't work): CREATE PROCEDURE "SelectPurchaseOrder" (IN DbName VARCHAR) LANGUAGE SQLSCRIPT ASBEGIN SELECT...
View ArticleHow to call a Hana Calculation View from HDB Procedure
Hi, I am implementing a hdb procedure which internally calls a Calculation view by passing a set of parameters.One of these parameters is a variable .. defined in the procedure itself. Can someone...
View Article