Re: PATINDEX EQUIVALENT FUNCTION IN HANA???
Thankyou very much Florian for i got the out put i have one more problem like the query is given belowSELECT u."name", "firstname", "lastname", "email", to_char( to_date ("creationdate",...
View ArticleRe: PATINDEX EQUIVALENT FUNCTION IN HANA???
For that you have already opened another question (how to use to_char(to_timestamp("creationdate" / 1000), 'MM-DD-YYYY') in hana). We should not mix the different things here.
View ArticleRe: PATINDEX EQUIVALENT FUNCTION IN HANA???
I posted in a wrong window sorry for that RegardsNaresh P
View ArticleBuild Structures like BEx Queries in SAP HANA
Hello together, I hope this is the right corner. I am facing now some issues. In BEx query designer I am able to make structures like below, these structures includes offsets and some calculations....
View ArticleRe: why the 2 single quotes in this hdbprocedure?
ok I get it but maybe would have been a bit cleaner if the escape character was a backslash; or if it was configurable to make it a backslash
View ArticleChecking logged in user's ID and Application Role in Procedure
This is a follow up from a previous question asked here: Limiting table Insert/Update access via procedures only Now we have HANA procedures which are using DEFINER rights. Within this procedure...
View ArticleHANA CLOB insert failed - length cannot exceed maximum length (8388607 bytes...
We are trying to insert some CLOB data into a table and we are getting the above error.Details - Field type in the table is CLOBTable is of Row TypeInsertion is via a procedure. Version SP09...
View ArticleRe: Limiting table Insert/Update access via procedures only
Hey Thomas, Thank you for your response. As I am trying to implement the solution, one more question comes to mind.Within the procedure, which is now running as _SYS_REPO, we might need to make...
View ArticleRe: Checking logged in user's ID and Application Role in Procedure
Hello Nitin, I think it is not the right approach to implement such a logic in a procedure because of several reasons (for instance bad performance cause of imperative logic, ...). Separating the...
View ArticleRe: how to use to_char(to_timestamp("creationdate" / 1000), 'MM-DD-YYYY') in...
Hello Naresh, the format of "lastloggedin" is the same as you described above for "creationdate"? Did you check if all values for both columns have a valid value in the specified format? One problem...
View ArticleODATA activation error
Hi, I am getting an error during ODATA activation (have written the service call). I am trying this scenario in the local machine (Eclipse Luna) connected to the cloud server. Screen shot below....
View ArticleRe: ODATA activation error
As the message says, you have no authorization for the corresponding repository package. Because you are on the trial landscape you have to add new packages under the path...
View ArticleRe: How to update SAPUI5 server runtime to latest version?
Hi Michael, this is what I'm looking for so long. The link doesn't work anymore. Do you know the new address? BRDirk
View ArticleRe: When shall we use “execute in SQL Engine”?
Hi Lars thanks for the Information. Do you have more informaiton regarding differences in the way BusinessObjects (e.g.,Lumira, Design Studio) handle HANA views?In HANA data preview and in Lumira, we...
View ArticleRe: Updating UI5 resource version on HANA DB
Hi Thomas,we are behind a firewall and we are building our apps with almost the latest libraries by SAPUI5 (>1.32)Now it would be much more easier for us, if we could store additionally newer...
View ArticleRe: Checking logged in user's ID and Application Role in Procedure
Hi Florian, Thank you for the technical approach. I am sure I can make a workable solution using that.However, on the topic of whether the approach is correct, I would disagree with you. If I followed...
View ArticleValue help dialog , gathering information from row selection
I am working on a "Single select" value help dialog. Where i was able to data bind with my odata service model. I would like to know if there is a way i could identify my current row selection and also...
View ArticleRe: Checking logged in user's ID and Application Role in Procedure
Hello Nitin, I still think that the procedure level is the wrong level for such a logic, but that is of course only my opinion. Regarding your example I think, that it does not match the approch with...
View ArticleRe: how to use to_char(to_timestamp("creationdate" / 1000), 'MM-DD-YYYY') in...
Hi Naresh,By seeing at your query , it seems you have to understand the actual reason, why in the postgresql , the division has been done. if you do write the below SQL, it will serve the purpose, but...
View ArticleRe: Checking logged in user's ID and Application Role in Procedure
Hi Nitin,I think we have done a similar implementation .xsjs script, to stamp the user information who is downloading the file from UI. Created a proc which will insert the user information like User...
View Article