Met error when trying to use $.db.ResultSet to convert decimal array returned...
Hi, I met a issue when trying to create my own XS app. Basically, the app tries to do some SQL query and convert returned results to JSON, and one column of returned table from SQL query is "decimal...
View ArticleRe: Retrieve data from calling stored procedure using "EXEC" command
Hello Florian, In my scenario, i know the procedure name at run time only. So i need to execute via dynamic sql. Thanks,Venkatesh
View ArticleRe: Transform table data into json or xml format in SAP HANA SQL Script
Hello Florian, Yes, we can convert using XSJS or ODATA but in my scenario, i have different procedures which will be return different types of data. I would create one wrapper procedure and...
View ArticleRe: Retrieve data from calling stored procedure using "EXEC" command
Hi, I achieved this with below code. Here "SYSTEM"."ZPERIOD_TEST" is temporary global table. CREATE PROCEDURE test_procedure(out lt_data1 tt_data ) LANGUAGE SQLSCRIPT SQL SECURITY INVOKER...
View ArticleRe: XS engine hangs out on "network read"
HI Christophe, I met the same issue, just wonder is there any progress on solving that? Thanks so much.
View ArticleRe: HANA JOINS
Hi Can you please elaborate your query with example..Do you what apply the logic inside Calculation view? or Want to query on top of the Calculation view?
View ArticleRe: Diffence between c_hanaimp151 and c_hanaimp141 certifications
Hi Venkat, The Support Pack stacks SPS08, 09, 10... are all cumulativeWith HANA evolving you mostly have new topics added in the latest versionsAs indicated in the links I provided before...
View ArticleRe: HANA JOINS
HI Srihari, I have to add few columns in the view, where columns are created by doing some calculations from tabA&B, I would like to query inside the view. Calculations are like, if an entry1 of...
View ArticleRe: Is it possible to do POST (insert) on HANA using oData service from XS?
Hi Asiok, Can can share some sample to us about CRUD using OData? Thanks a lot. Yuxin
View ArticleHow can I get the number of week (of quarter) in a Date in sap hana modeling?
Hi, I need to calculate number of week of quarter for a given date in sap hana graphical modeling.for example: the given input is year - 2015 quarter - Q2 and I have a column in my cal. view as...
View ArticleRe: How can I get the number of week (of quarter) in a Date in sap hana...
How does the week number for 20.08.2015 turn out to be 8? 20th Aug is the 34th week of the (calendar) year. Please explain the logic for deriving the week from a given date.
View ArticleRe: HANA JOINS
Hi Create a Calculated column with below logicIf column A > column B then Win else B (need find correct syntax of Expression editor)
View ArticleRe: How can I get the number of week (of quarter) in a Date in sap hana...
Hi Suhas, I think he required Week number of a Quarter(Ficscal or Calender)Hi Ramana Try this by creating a calculated column SELECT ROUND(TO_NUMBER(TO_CHAR(Ficscal or Calender,'ddd'))/7)
View ArticleRe: How can I get the number of week (of quarter) in a Date in sap hana...
Hi Suhas & Srihari, Thanks for your reply.Suppose I'm looking a report for a specific quarter example Q3 of fiscal Year 2015.Now I want to show week wise report for that specific quarter Q3 not for...
View ArticleRe: SFDC lightning connect with HANA
Hi Mohan, Have a look at: https://developer.salesforce.com/blogs/developer-relations/2015/11/salesforce-1-lightning-connect-sap-step-step.html Regards, Bassamba
View ArticleRe: BODS for SAP HANA
Hi Chandrababu, hope the following links will give you an idea, SAP ECC to SAP HANA Data Loading using SAP BODS with template tables - YouTube Creating Datastore using SAP BODS for SAP HANA - YouTube...
View ArticleRe: How to make unique value
Hi Jesus, You may be able to achieve this using a scripted calculation view with window functions. You could write an sql statement as follows to achieve this SELECT ID, CHAR, FIRST_VALUE(Mes) over...
View ArticleRe: How can I get the number of week (of quarter) in a Date in sap hana...
Hello Ramana, in general the formula to calculate your required value is: Week for Date - Week for Quarter Start Date related to Date + 1 In a query statement this can look like following (you can test...
View ArticleBulk Activating CVs
In HANA Studio, I am able to select a bunch of Calculation Views in the System menu, right click and 'Validate'.The Job Log whirs away 'Running..' and all of my CVs are validated.However, try the same...
View ArticleRe: Bulk Activating CVs
Simon, please go to the Developer perspective - instead of the system tab.. and do the same .. select multiple files, then try to activate. it is best practice to activate from the developer...
View Article