Re: Updating UI5 resource version on HANA DB
Did you clear your browser cache? Have you looked at the files directly in the repository via Studio or Web-workbench to verify the version or just running one of the pages?
View ArticleRe: insert a new line character in calculated columns in SAP hana
DECLARE var1 NVARCHAR(2); SELECT BINTOSTR( HEXTOBIN('0D0A') ) --Carriage return line feedINTO var1FROM DUMMY; :var1 can now be used in select statements and logic to concatenate texts. Regards,CPJ
View ArticleNot able to Activate Repository Procedure calling R procedure..
I'm getting "Could not create catalog object: insufficient privilege; Not authorized" error when tried to Activate the procedure under Repository. The procedure which I'm trying to activate calls the...
View ArticleRe: Saving SQL output to a pdf file
The EXPORT command is to export tables. It doesn't support arbitrary SQL statements.In SAP HANA there is no SQL level command to export result sets.You can however use the command line tool hdbsql to...
View ArticleRe: Updating UI5 resource version on HANA DB
Thanks Thomas for the reply. I did clear the browser cache and check the repository files. For eg. the library.js comment snippet shows this /** * Initialization Code and shared classes of library...
View ArticleSAP HANA
Hi , Please provide me the questions for HANA certification related to Data modelling,Provisioning, analytic privileges,hierarchies.Approaching SAP HANA Modeling (Quick overview of HANA...
View ArticleRe: Kick off parallel processing
As i understand i have to avoid these points in the picture to optimize my procedure.
View ArticleRe: insert a new line character in calculated columns in SAP hana
Hi, but this thing I want to implement while creating Calculated Columns. Is it possible to write an SQL Script while creating an "Calculated Column". Can you help out with this RegardsRahul
View ArticleRe: Kick off parallel processing
Correct, you can find the restrictions also in the SQLScript Reference Guide.
View ArticleAny documentation for the values in OBJECT_DEPENDENCIES.DEPENDENCY_TYPE
Hello, I am using SQL statements to view the dependencies between tables, views, sequences and procedures. However I can not find a documentation for the values in the column...
View ArticleRe: JDBC driver bug in Connection.setSavepoint()?
Hello Michael, Is there any plan to include savepoint support in the near future?
View ArticleRe: HANA is ignoring WHERE clause in procedure
Thanks It does work with the colon. But I never noticed a difference when using the colon or not. In the past I often used the syntax without colon for SQLScript variables. What's exactly the...
View ArticleRe: HANA is ignoring WHERE clause in procedure
the colon is to read a value from the variable. please create another question for your new question / issue
View ArticleRe: How to calculate SQUARE ROOT on a column in SAP HANA Graphical Modeling?
Hi Ramana, Please use SQRT Function in calculated Measure column to achieve this. SQRT ("Measure") Please refer help.sap.com, this details are already available there....
View ArticleRe: How to calculate SQUARE ROOT on a column in SAP HANA Graphical Modeling?
Hi Muthuram, This function available in SQL Script only but not in Graphical modeling.If you try to create any Calculated column in Calculation View then SQRT function is available in the functions...
View ArticleRe: How to calculate SQUARE ROOT on a column in SAP HANA Graphical Modeling?
Hi Ramana, To get SQRT of Measure, In SQL Script, You can write directly, But in Graphical Modeling, Calculated column is the only option. Best Regards,Muthu
View ArticleRe: How to calculate SQUARE ROOT on a column in SAP HANA Graphical Modeling?
Hi Muthuram, I found that function in calculated column itself by choosing SQL from drop down from top right corner.Thank you very much. Regards,Ramana.
View ArticleRe: Passing procedure input parameter to XSJS
Florian, Thanks for your reply, it helped me a lot. My case was similar to the below discussion where your answer helped me to achieve what i want. https://scn.sap.com/thread/3763297 Thanks once...
View ArticleSUM error during S/4HANA Conversion
Hi experts, I'm trying to convert our development system to S/4HANA On-premise 1511 SPS01. I could successfully generate the stack.xml file by using Maintenance planner. However, SUM shows the...
View ArticleRe: AFL Connector File
Hi Florian, Please share any related documents to use flowgraph model. Does the SAP stopped,providing the HANA AFL connector ? Please clarify Thanks
View Article