Re: HANA Trial - XS Application not available in Project Explorere
Hi Christian,I've faced the same issue for some time. Also tried all resolutions described above, even manually replacing the plugin for Rhino (from version 1.7.4. to 1.7.5), but nothing worked. Only...
View ArticleRe: HANA identity column issues after system restart
Hi Juste / Lars , We have faced the second issue (rename table with primary key and identity)for a production customer system. And the issue was resolved by performing a permanent workaround (own) as I...
View ArticleODATA Service With Two Date Input Parameters
Hi Experts, I am trying to create a service with two date input parameters service { "ABC_PE.MODELS.CALC_VIEWS_DEMO2::CLV_POWER_OUTAGE_FILTER" as "power_outage" // always use package path not the...
View ArticleRe: Not able to get results from calculation view when we add BSEG table...
Hi Madhavi, Please share your join conditions. Thanks,Krishnan.
View ArticlexsOdata service with procedure call for UPDATE
Dear Experts, I am running on HANA SP8. I am facing issue to use xsodata for UPDATE / PUT calls. Initially I have created one hdbprocedure with input of one row of the table to be changed and with one...
View ArticleHow to fetch column values based on Rowid
Hello, If I want to get the value of let us say the 1st, 1000th, 2000th entry of a particular field, how should I go about. I tried with the below logic. It did not work for me. select belnr,...
View ArticleRe: Join 2 tables resides in 2 different hana servers
HiThanks for the reply.I am aware of smart data access. But in Sql server we can directly do it. I am looking for a solution in a same way like sql server. Please help me further.
View ArticleRe: Join 2 tables resides in 2 different hana servers
I am afraid that I am not aware of any way to do this in HANA. What would be the SQL, if you were to write this in SQL server? Thanks,Krishnan.
View ArticleRe: xsOdata service with procedure call for UPDATE
Hi, one update, only activation work, the xsodata still give HTTP error 400. BRTamas
View ArticleRe: xsOdata service with procedure call for UPDATE
Update operations need two inputs and one output. The table of interface parameters can be found here:Custom Exits for OData Write Requests - SAP HANA Developer Guide for SAP HANA Studio - SAP Library...
View ArticleHana Live Config
Hi Experts, Could any one pass me the thread for HANA live configuration.I would like to know how & where to give authorization for sap.hba.explorer.roles::Developer &...
View ArticleRe: How to fetch column values based on Rowid
Don't use $rowid$. Like, ever! What you want to do is likely this: select row_num, belnr from (select row_number() over (order by belnr asc) row_num, belnr from bseg)where mod(row_num, 1000) = 0;
View ArticleRe: Redeploy content of Delivery Unit per sql command
Hello Lars,thanks for your feedback. I know about the DU import via regi, but it would have been more convinient to use a sql command. But if thats not existing i'll have to find a workaround (which...
View ArticleExit Handler exception not caught
Hi Experts, I have created a stored procedure wherein it takes input as Table name, column name, data type and length, constraints and primary key and generates SQL scripts automatically. I am able to...
View ArticleRe: Join 2 tables resides in 2 different hana servers
The way currently it is working in sql server is below select * from server1.schemaname.dbo.tablename union select * from serve2.schemaname.dbo.tablenameIn the same way how can i write in sap hana.As i...
View ArticleRe: table type definitions for variables
hi Lars, Thanks for taking the time to respond to my question. To make a long story short, we're trying to avoid a data type conversion when joining two CRM tables, namely but000 & crmd_partner....
View ArticleRe: Join 2 tables resides in 2 different hana servers
Alright, this is a case that requires that both databases allow access for the same user via external authentication,With SAP HANA that's not doable in the very same way. However, even on MS SQL Server...
View ArticleMDX Query not executing in Hana Studio 2.0.8 Version
Hi Guys, I am trying to run MDX query in Hana Studio Console but its not running. The version of Hana Studio is 2.0.8 Query is:- MDXSELECT{ [PARENT].members } ON COLUMNSFROM [AN_TEST] CELL PROPERTIES...
View ArticleRe: SAP HANA Procedure
Hi Sanjog, Thanks for reply, Actually I created procedures under the "STUDENT" package, they are processing table data , these table are stored in "STUDENT" schema under the catalog folder, at the...
View Article