Re: HANA SQL Sub Query - Unique Record
Appreciate your feedback, I was able to resolve it using the MAX function.Below is my query. Can you suggest a good document.it_sales_data has the sales order data. My below query works perfect.SELECT...
View ArticleRe: Extend UI of CEI - Audience Discovery and Targeting
I have solved the issue by using the code page "UTF-8", when the program opens a popup asking for an code page.
View ArticleRe: cannot get the data provider outline
Hi Angad,Do one thing for testing purpose just create sample Attribute view run it then see the view is activated or not if not ur getting same error the u have to go for administrator or u have to...
View ArticleHEX String to INTEGER conversion
Hi, I would like to convert a hex string representation to the corresponding INTEGER value. I've tried: select cast(hextobin('A') as int) from dummy;which yields: Could not execute 'select...
View ArticleRe: HEX String to INTEGER conversion
This looks like a core HANA DB question, not Cloud Platform related => moved to HANA dev center.
View ArticlePassing nvarchar param values to scalar UDF from XSJS
Hi, I've created a few scalar UDFs (User Defined Functions) in HANA repository via an XS project. They work really nice from SAP HANA Studio SQL Console, but despite many attempts I've not managed to...
View ArticleRe: cannot get the data provider outline
Hi, yes i can create a attribute view and preview the data. but in analytical view don't have permissions. i'm wondering in HANA cloud platform why don't have an administrative rights? now since i'm a...
View ArticleExecution of hdbaddhost failed
Hello SAP experts, I am facing and error when I am trying to add host to single node sps7 Hana as worker from HLM tool from studio.The add Host fails..with below error.My Master node (single node) is...
View ArticleGot confused on: HANA Studio with SAP Development Tools-, Eclipse- and SAP...
Hi,what's the best way for useing SAP HANA Studio + SAP Development Tools for Eclipse ?HANA Studio and install new Software form https://tools.hana.ondemand.com orDownloading from SAP Software...
View ArticleIs it possible to use ABAP dictionary type for stored procedure variable
Is it possible to utilize a classical ABAP dictionary object type in HANA SQL? In my particular case I am working with an .hdbprocedure and would therein like to declare a table variable of a type...
View Articleis null
Hi Gurus, I have some table pairs with nearly same structure like the tables below: A_TABLE: A_IDsomething not important12B B_TABLE: B_IDsomething not important12 I would like to filter out what is in...
View ArticleRe: Is it possible to use ABAP dictionary type for stored procedure variable
Table types in ABAP Dictionary are in Application layer. They are not database objects, hence you can not refer it in SQL Script . Sree
View ArticleInput Parameters in Scripted Calculation Views
Hi All! Why are input parameters restricted in scripted calculation views? I mean the following: 1) Mandatory: They must be mandatory.2) Single Values: No multiple values are possible.3) Default values...
View ArticleFailure in first tutorial from developer guide, a little help for a novice?
In SAP HANA Developers Guide, following the first tutorial,installed eclipse Luna, installed HANA Studio, added HANA system, added Repository Workspace,now... FAIL wheni try to Add an Application...
View Articleerror when opening catalog folder
I'm getting an error when I try to open the Catalog folder with my Monsoon (AWS) system. I'm able to open the catalog on other instances, i.e. my team's development instance, but this one gives error:...
View Articlereset_by on hdbsequence artifact
I use sequences to generate keys for my tables. I am trying to use the reset_by clause in my hdbsequence file. It is my understanding that if you use the reset_by clause, it will reset the sequence...
View ArticleTransport by Sap Hana Life cycle manager
When i am trying to transport objects via sap hana life cycle managerand try to create a transport route none of the delivery units is populatedfrom the source system . Can some please let me know if i...
View ArticleRe: Connecting JS and HANA Tables
Hi Shashank, did you have a look at this thread, its about using xshttpdest with outbound to oData and finally on purpose for consuming WebServices ? Calling external webservice call from XS App...
View ArticleRe: SQL Server and HANA - Query with parameters
Maybe you should ask that question in a MS SQL Server development forum. Not sure that MS SQL supports parameters for views - that's rather SAP HANA specific.Usually you would go and simply put the...
View Article