Re: Issue with decimals in join calculation view
i have the same problem in another analysis, it maybe a problem of the join. i have some data in the union but when i do the join i get different data for the measures.
View ArticleRe: accessing an association via XSDS
It was due to several mistakes by my side: first of all, and most important, not debugging from the very beginning. That would have shown me the root of the problem. It was a problem with the data, the...
View ArticleRe: Email Alerts SAP hana
I am not sure of a particular use case for what you speak of.. I was referring directly to setting up Email for SAP HANA related Alerts.Alerts relating to service level issues, services that are down,...
View ArticleRe: Could not execute 'CALL _SYS_AFL.PAL_DT
Hi, Try using INSERT INTO DT_PARAMS VALUES ('IS_SPLIT_MODEL', 1, null, null);instead ofINSERT INTO DT_PARAMS VALUES ('IS_SPLIT_MODEL', 0, null, null);Thanks,Pragati
View ArticleVariable Date Format Conversion
Hi Friends, Currently I am working on a HANA Calculation View; Where HANA used as a side car approach for ECC. In one of my view CV, the data format of a variable (Posting date) is displayed as...
View ArticleConsuming Calv. Views in ODATA services with In/Out Parameters
Hi All, I have created a Calc. View with input parameters CARRID, CONNIDand all fields of SFLIGHT as output parameter as below,I am able to see the data as expected by passing the required inputs as...
View ArticleSession / Connection reset in HANA Web IDE
Hi, Is there any way for us to change configuration in Web IDE such that the session / connection is not reset for every query? I execute a CALL procedure with the option - WITH OVERVIEW, and because...
View ArticleRe: Consuming Calv. Views in ODATA services with In/Out Parameters
Hello Arun, in your service definition you named the entity for the parameters "Input", in the URL you wrote "Inputs". Remove the "s" in your URL. In addition the column names CARRID and CONNID do not...
View ArticleHow to get Predictive Power & Confidence in HANA PAL classification algorithms?
Hello Experts, I am working on SAP HANA PAL SPS09. Currently I am using Naive Bayes Classification Algorithm for one of my use case. Please let me know how to get Predictive Power and Confidence in...
View ArticleRe: How to insert the result from a procedure into a table or table variable ?
Hi Yujun, I just played around on creating the below procedure which returns the 'Create Table' script. I haven't considered the constraints/indexes part on this. Also there might be missing in data...
View ArticleRe: How to insert the result from a procedure into a table or table variable ?
Hi Nithin, Thank you very much again for your help! Best regards,Y. Hu
View ArticleRe: Is it possible to get a result from anonymous block using JDBC in SAP Hana
Great that there is such tracing option. Thanks.
View ArticleRe: Delete objects from change number - HLM
Thanks for your help. So i undestood that we cannot delete objects or we cannot keep any objects without assiging to some change id. i have transfered my objects to some test change id which doesnt...
View ArticleRe: [1000002] Allocation failed error on backup recovery
Hello, I have had the same error.After checking my filesystem, I have seen, that there are only 13GB free on my root partition. (not Backup Partition. It has 1,3 TB free)After deleting some files the...
View ArticleConsume Stored Procedures In HANA ODATA Services
Hi All, I have created a stored procedure with 4 input and 4 output parameters as below, PROCEDURE "BPS_SCHEMA"."AB_BPS::Final_SP"( in in_flag varchar(1),in in_carrid nvarchar(3),in in_connid...
View ArticleRe: Secure storage is locked
Hi Team, This issue of "Secure storage is locked " is not resolved for me after doing all the steps suggested in the above posts. Can you suggest what could be the issue here and how to resolve the...
View ArticleRe: Consume Stored Procedures In HANA ODATA Services
Hello Arun, the error message itself that no result column of the vew is defined as a measure. At least one measure is necessary in case the data category of the view is set to "CUBE" (check the view...
View ArticleDiffence between c_hanaimp151 and c_hanaimp141 certifications
Hi Expects , Can anyone explain me what is the difference between the c_hanaimp151 and c_hanaimp141.I am planning to attempt Associate certification in SAP HANA . Do i need to choose anyone of these...
View ArticleRe: Is it possible to get a result from anonymous block using JDBC in SAP Hana
It's for developers like you
View ArticleRe: Consume Stored Procedures In HANA ODATA Services
Hi Florian, Thanks for the clarification. 1. So, we can call a procedure in a view if it has only one output parameter and we cannot create a view with multiple output parameters... Correct?2. As per...
View Article