Re: SAP HANA procedures and optional parameters
Nope. Sry.SAP DBTech JDBC: [1281]: wrong number or types of parameters in call: Param_2 is not bound: line 1 col 15 (at pos 14)I guess - if a solution exists - is the create procedure statement where...
View ArticleRe: Stored procedure with sleep
Hi Edna, Although you can implement it based on your script, but I think that it is not good solution, It will impact other thread or process, and reduce performance. Anyway, if it is only test...
View ArticleRe: SAP HANA procedures and optional parameters
Hi Marcus, Is it not possible for you to take the input parameter values anyway and then NOT use them in the procedure depending upon the value or logic ? Regards, Ravi
View ArticleRe: SAP HANA procedures and optional parameters
Hi Ravi, That's how I realized it right now. I hoped that it will be possible because I have about 20 different values I'm entering in Param_1 as an action_type and depending on that the other params...
View ArticleRe: SAP HANA procedures and optional parameters
Hi Marcus, If you have the SAP account manager associated with your SAP HANA project, then I'd suggest you to raise a "Feature Request". Depending on the business criticality of the required feature,...
View ArticleRe: Stored procedure with sleep
Hi Edna, I am not sure if there is any 'sleep' or 'wait' function in HANA. However, if your requirement is to make the procedure wait for a specified time(in seconds) then you can probably achieve that...
View ArticleRe: Calculation view with multiple selects using sql script
Hi Preeti, Can you please post the code. Ideally the variables which contain the resultset (except for var_out) need not be defined explicitly. There could be some syntax issue. Hence the code will...
View ArticleRe: Calculation view with multiple selects using sql script
Hi Preeti, Can you please share the sample code which you are using? The syntax which you need to follow is VAR_OUT= <<select statement>> You can not write <<Select stament>>...
View ArticleSAP HANA Side Car Scenario
Hi All, I am currently working on a SAP HANA side car scenario. I have a Z report which needs to be read from SAP HANA database. I followed the following steps to identify the tables. 1. With the...
View ArticleRe: SAP HANA Side Car Scenario
Hi Nilesh, For application acceleration, this statement applies which i extracted from the OSS note 1696402 content: "Custom scenarios must not operate on SAP programs! Custom scenarios that affect SAP...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
Hi SivaRamPrasad GLNV,Few best ways to learn SAP BI/BW:Try to spend atleast two hours to understand the basics of BWI would suggest you to undergo a course in Hyderabad where we have best...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
Dear Ankush, I just joined this community and have read your very insightful posts. They are very informative. I work in Logistics field, with experience in freight forwarding. I work for Maersk and...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
Dear Ravi, I just joined this community and have read your very insightful posts. They are very informative. I work in Logistics field, with experience in freight forwarding. I work for Maersk and...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
Dear Danielle, I just joined this community and have read your very insightful posts. They are very informative. I work in Logistics field, with experience in freight forwarding. I work for Maersk and...
View ArticleRe: Which module has a good scope in future either SAP HANA or SAP BW?
HI Srinivas Burra, Thanks for your valuable guidance. I will start SAP BI/BW. After SAP BI/BW I will go with HANA. Best Regards,Siva rama prasad.G
View ArticleRe: Data Dictionary Tables
Dear Nilesh, When you use SLT, you use transaction LTR to create a new configuration.After you click "OK" button then automatically Replication Control Tables(RS*) and DD* tables get replicated to HANA...
View ArticleRe: Input mapping in calculation views
Hi Preeti, Can you please try data preview on the projection in the Calc View (C3). It should call the underlying Calc view. It gets difficult to debug HANA views but check if the preview thing works...
View ArticleRe: Input mapping in calculation views
Hey, I got the result The input parameters should be passed in lower case ( i had defined it in upper case).Thus, now the mapping is correct.By comparing the "show log" such errors can be rectified....
View ArticleRe: Input mapping in calculation views
Great . Have fun with complex modeling. I am sure you must be aware that such a data model Graphical Calc View (C3) based on Script based Calc View (C2) based on Graphical Calc view (C1) is not...
View ArticleRe: Input mapping in calculation views
Hey, Yeah i do, but this is a complex requirement.Hope for the best. Cheers,Preeti
View Article