Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Browsing all 6412 articles
Browse latest View live

Where condition on time travel column view

Hi,I want to put a where condition to get the very first fresh records inserted SELECT key,value,"value1", "$validfrom$", "$validto$" from "practice_history1" ('REQUEST_FLAGS'='ALLROWS') where...

View Article


How to call CDS View from XSDS?

Hi Team, I am trying to call CDS View from XSDS but i am getting following error var EntityObject = XSDS.$importEntity("CapaProdV1", "CapaDCS.ViewName", {}, { $schemaName : "SchemaName" }); var...

View Article


how to use "where in" condition in XSDS ad hoc queries?

Hi Team, I want to pass array of values in where clause of ad hoc queries like below var rows=myEntity.$query().$where(columnName.$eq([1,2,3,4,5,6]).$execute(); ThanksVarathan

View Article

SAPUI5 error "404 not found"

Hi all,I'm looking into the SHINE content for SAPUI5, Odata, XS etc.  Looks very nice, and it's working fine. (HANA dev edition 1.91 via MS Azure!)The next step I'm trying to take is to make some...

View Article

know how a particular column value has evolved in History column table

Hi,     I want to track the history of each column individually in a History table. Is there a way to do it? eg:-KEY VALUE ENTITYAA     1         XXBB     2         YY UPDATE table set value=3 where...

View Article


How to add roles to HCP user..?

Hi Everyone, I am using HCP and would like to explore in-depth of Hana DB. while using the Hana Cloud Platform user has limited roles and privileges to execute the actions on DB. Can anyone suggest how...

View Article

How 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 Article

SQL in hana project

hello,      in SAP HANA developer guide it is mentioned that we have to use the following command to create table in .hdbtable file.  table.schemaName = "HELLO_ODATA";table.tableType = COLUMNSTORE;...

View Article


Image may be NSFW.
Clik here to view.

SAP HANA Installation on VM

Good Morning Experts!!I am installing HANA on Virtualized environment getting below technical challenge -  1. In my test environment "HDBDAEMON, IndexServer, compilerServer and Statistics Server" is...

View Article


Image may be NSFW.
Clik here to view.

Not able to debug XSJS in HANA Studio SPS06

Hi Folks, I am trying to debug XSJS file in SAP HANA Studio SPS06.We have completed following steps to enable xsjs debugging:1. Assign debugger role to user2. Add debugger section to xsengine.ini3....

View Article

XSJS and OData-Batch result consuming

Hello, I've got some problems regarding the consuming of Batch-Responses of OData. I've successful send out an OData Batch request via POST to $Batch; The returned request however seems to be...

View Article

Image may be NSFW.
Clik here to view.

Problem adding SAP Hana Cloud Platform System in Eclipse

Hi,  I am facing the issue in adding the cloud trial account system to the eclipse . I am using Eclipse Luna 4.4.2.All the HANA development plugins are installed in eclipse .But while adding the system...

View Article

How to determine SQL Plan Cache Size?

Hi Everyone, In our HANA production box, we are getting the below alert:"96292 plan cache evictions occured on host hana, port 30003" and the recommendation HANA is showing is "To increase size of plan...

View Article


Image may be NSFW.
Clik here to view.

sap hana function to calculate the string length in bytes

Hello All, i am trying to find a sap hana function to calculate the number of bytes in a string. Well what i exactly need to check if there are any DBCS data in a column. i googled for the issue and...

View Article

Image may be NSFW.
Clik here to view.

Missing values from calculated column

Can anyone help me with the problem i'm facing.I have a simple calculation view as shown below. In the join I add one calculated column to my dataset.MEDIATYPE with a hardcoded value 'Call'When I...

View Article


Image may be NSFW.
Clik here to view.

Error while connecting Power Pivot to HANA

Hi, I am trying to establish connection form power pivot to hana via odbc. I am successful in connecting to hana server and I was able to see the list of available views/tables. But when I click on any...

View Article

SUBSTRING filter on Projection

Hi Guys,I am new to HANA and tried searching through forums but couldn't find a similar question so i thought I would ask the experts here. This is what is needed : I have a view on COEP and COBK...

View Article


Grouping in Calculation view

Hi people, one simple question: do we have some equivalent to the Group By-clause in graphical calculation view? I want to find duplicates and want to group my rows by having count(*) > 1. Any ideas?

View Article

Image may be NSFW.
Clik here to view.

[71000266] inconsistent datatype: DOUBLE type is incompatible with DATE type

Hi, I am trying to activate flowgraph model (.hdbflowgraph) which is consuming an APL function. However, I am receiving following message during activation....

View Article

GROUP BY USING VIEWS

Hello Guys,  I am a beginner to SAP HANA.           I have a sql query something like this:          Select  a.username,b.rask_id, count(*)            from tableA a, tableB b           where tableA.id...

View Article
Browsing all 6412 articles
Browse latest View live