Re: SAP Hana Studio
Hello Sree, I was not having a problem with the installation, i just wanted to know studio is integrated with which flavour of eclipse thats all. Regards,Pooja
View ArticleRe: SAP Hana Attribute View
Hello Sree, Thanks for the info but then what should be considered as measure? i am confused as to what numerical values should be considered as measure?But attribute views do have the option of...
View ArticleRe: SAP Hana schemas
No I am not able to view the system schema, I am not sure what privileges are needed to view it though. Regards,Pooja
View ArticleUsage of HDB interface in XSJSLIB
Hello All, Is it not possible to use the new hdb interface in xsjslib? I am trying to call an xsjslib function in my xsodata service (create using ....) If I do this in xsjslib: let after =...
View ArticleRe: Usage of HDB interface in XSJSLIB
>Is it not possible to use the new hdb interface in xsjslib?Yes but that actually has nothing to do with your 'real' question.>So is it a correct assumption that the hdb interface cannot be used...
View ArticleRe: Usage of HDB interface in XSJSLIB
Hello Thomas, Thanks for your answer. If I use the "param.connection" (connection in screenshot) object in my xsjslib function it is a different object then the connection object from...
View ArticleRe: Usage of HDB interface in XSJSLIB
>What I would like to have is access to the loadProcedure function via the connection object.You can't. As I said earlier, you need to use the connection object passed in via the XSODATA framework...
View Article500 - Internal server error
Hello community, I have to battle with some strange server exception last time, doesn't allowing me to go forward in my work. I'm writing a simple XSJS application to consume data from the database and...
View ArticleRe: Error to insert plugin in SAP HANA Studio
Hi Lendro, This is showing Error SAP Development Eclipse IDE with HANA Development Environment set up is not properly installed , Kindly make sure your middle ware database server and JDBC...
View ArticleRe: SAP Hana Attribute View
Hello Pooja,What should be considered as a measure --> Measure is something on which aggregation calculations can be made meaningfully. Thus all the numeric attributes can not be treated as a...
View ArticleRe: SAP Hana Studio
replace kepler with luna and try. I am also not sure about it. I remember i read somewhere its luna .
View ArticleXSDS: cannot omit key if hdbsequence file is present
Hello all, I have an hdbsequence file. schema= "CCM"; increment_by = 1; start_with = 2025; maxvalue= 99999999; minvalue= 1; cycles= false;...
View ArticleRe: XSDS: cannot omit key if hdbsequence file is present
Found it. You have to add a parameter called $key in the $importEntity function. $key (boolean or string): set or unset key property for field. If set to the name of a HANA sequence then that sequence...
View ArticleHow 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 Articleknow 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 ArticleSAPUI5 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 Articlehow 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 ArticleHow 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