PAL in SAP Hana
Hi HANA Experts, Wanted to know if anybody has actually implemented any of PAL algorithms so far? Went though couple of videos on youtube which gives good idea about all these algorithms. If anybody...
View ArticleRe: SAP UI5 (HTML 5)
Hi Ramesh, SAP UI5 is a JavaScript library used to build web applications while Fiori is a collection of Web Applications. They use SAP UI5 and ABAP in backend. To learn more about SAP UI5, read:What...
View ArticleRe: Calling functions for default values?
Thanks Sagar, Unfortunately that only seems to work for dates and identity columns (int) -- I'm trying to generate a guid for each row (i.e. select SYSUUID from dummy ) -- Anyone have any other ideas?
View ArticleRe: How To Kill Process/Thread in HANA
Hi Ugur, the cancellation of commands does not happen between two SQL commands, where the user could check for the flag.Instead it happens during the execution of plan operators at a much lower SAP...
View ArticleRe: Connect SLT to a non SAP source system(MSSQL)
Hello RahulI have the same requirement, I have SLT on Linux on x86_64 64bit and I need to connect to MSSQLI have also looked for the DBSL for MSSQL in SMP but it does not exist.I just want to know if...
View ArticleRe: Connect SLT to a non SAP source system(MSSQL)
More Info: I am using Suse Linux Enterprise Server 11 Best Regards!Michele
View ArticleCall a Graphical Calc view with input Parameters from a Script Based Calc View
Hi All. I am trying to call a graphical calculation view with input parameters from a script based calculation view as below but getting syntax error: SESSION_SAMPLE = SELECT...
View ArticleRe: Calling functions for default values?
May be you explain your use case. Why a simple sequence not sufficient for you when generating rows?You could check the blogQuick note on IDENTITY column in SAP HANA
View ArticleRe: Call a Graphical Calc view with input Parameters from a Script Based Calc...
Hi,This should work,SESSION_SAMPLE = SELECT SESSION_CREATE_DATE,SHA256,CA_MEASURE FROM "_SYS_BIC"."WILDFIRE/CV_SESSION_SAMPLE" ('PLACEHOLDER' =...
View ArticleRe: Call a Graphical Calc view with input Parameters from a Script Based Calc...
Hi Vinoth, It didn't work. Below is the snapshot of the calc view and error message I am getting. Goutham
View ArticleNot able to Install HANA -installer location..
Hello All, We are trying to install HANA SPS07 but it gives the below message I did all the prerequisite create data, log and shared folder. Initially I thought the files downloaded has been corrupted...
View ArticleRe: Calling functions for default values?
Hi Chad, currently this is not possible with default values and/or generated columns. The recommended approach here is to either generate the values during data provisioning or by using a INSERT/UPATE...
View ArticleAutoComplete with Odata
Is there any simple way which I can use with Odata for AutoComplete ( I cannot use sp (stored procedure) directly with odata serivces that is what i am reading on so many discussing that sp has to be...
View ArticleRe: AutoComplete with Odata
I believe you have already answered your own question within the posting. In order to use stored procedures in XSODATA services, you wrap them in a Calculation View.
View ArticleRe: AutoComplete with Odata
How that's the issue, I have been watching your videos and hats off to you to explain in such a great length but I have not seen in those videos or in any discussion actually addressing or showing how...
View ArticleRe: AutoComplete with Odata
There isn't much to it. Just create a scripted calculation view. Within the logic of that calculation view place the CALL to your stored procedure. The 'hardest' part is recreating the interface of...
View ArticleSAP EP Portal User Needs Password Reset Frequently
We have users from both Database(local users) and LDAP. The database users are frequently experiencing "Authentication errors" when they try to login with password. On resetting the password the user...
View ArticleRe: AutoComplete with Odata
In odata itself there is a function called search but it gives me string for all the fields in the table can't we restrict to the field which matches the input character??
View ArticleRe: HANA Capacity analysis (memory, CPU)
In Hana studio when I perform this step, it is giving blank values. Is there a setting which need to setup?
View ArticleFailed to load HANA dashboard on SBO Cockpit
Hi, We are working with SAP HANA Analytics for SAP Business One, we are running SAP Business One SQL version because our customer use an Addon that don't support HANA, in another appliance we install...
View Article