Problem with SAPUI5 Custom Theme in XS Project
I made a custom theme with designer.hanatrial.ondemand.com, which gave a zip file. I then created a local standalone SAPUI5 application. After unzipping and copying into "WebContent/resources/sap"...
View ArticleRe: Creating table types for procedures at design time: Where is the "Local...
Hi , Have a look on this discussion: Table type creation via HS repository / CDS / DDl Source Regards,Krishna Tangudu
View ArticleRe: SAPB1H - After installing AFL package _SYS_AFL is not being showed on...
Hi,You will need to grant the user (SYSTEM) access to the schema. Unless the user has access, it will not the listed in the catalog for the user. grant execute on schema _sys_afl to systemshould do the...
View ArticleRe: How to call HANA store procedure with table variables in xsjs?
Hi, pc.setInteger(10, ProfessionalHigh); if(pc.execute()) { //<----- Avoid this a wrap in side try - catch var businessData = [];You may not want to check the return value of pc.execute() if you...
View ArticleRe: How to call HANA store procedure with input table variable in a SQL console?
Hi,You can call procedures with table type input parameters from SQL Console. But, you cannot specify these as ?s. What you can do is create temporary tables (or physical tables, views etc) and pass...
View ArticleRe: Creating table types for procedures at design time: Where is the "Local...
Thank you for this link. I am using HDBTable and would prefer to continue with it. And I just realized that chapter 4.2.3 in the current HANA development manual "creating reusable table structure" is...
View ArticleError while executing the the SQL on top of Analytical view
Hi all, below is the generic pattern of the query I am using on my Analytic view, Select a. col1, a.col2, a. sum(col3) from _SYS_BIC.SIMPLE_AN_VW awhere a. col3_date_field > a. col4_date_field...
View Articlehow to apply filter based on another Column in Analytic view
hi all, I need to filter a column based on another column for eg,Need to find order_type, total order amount when the order_date is greater than the day_date. The Order_date comes from Fact table...
View ArticleSimple image scaling service on hana
Hi, I'm using ECM to store user uploaded large images and I need a xsjs service to get scaled versions of the stored images to show on different client devices to be able to load images faster since it...
View ArticleWhat 'exaclty' is a Column_View
Ok, so may seem like a dumb question, but ... New to HANA and working in HANA Studio, I can see that when I 'Activate' an Attribute View (for example), I am actually creating a Column View in the...
View ArticleRe: Slow case statement evaluation comparing values from two tables
Did you try COALESCE as well? Regards,Krishna Tangudu
View ArticleRe: Error while executing the the SQL on top of Analytical view
Hi Krishna, Thank you for the reply. Option #2 :I added a dummy calculate column and the query just ran successfully.the calculated column is just a column with hard-coded value.Do you by any chance...
View ArticleComplex Joins (like)
So in the old days of SQL server, I could do this : Select * from Table_A inner join Table_B on left(Table_A.Field,2) = Table_B.field I cannot see a way to do this in HANA...
View ArticleRe: Error while executing the the SQL on top of Analytical view
Hi Gayathri, Option 2: Check in _SYS_BIC on how many views got generated for this analytic view. You will see one with /OLAP and another one without it. When you added the calculated column it will...
View ArticleRe: Complex Joins (like)
Hi Simon, you can do the same in SAP HANA - by using SQL directly.For the graphical modelling tools you will find that not every option SQL provides is available. This has to do with the fact, that...
View ArticleCareer Path in SAP HANA!!!!!
Hello HANAites, Nowadays, the talk of SAP HANA is huge among the developers. Can you pls let me know the prerequisite knowledge's, experiences and technical skill-sets required to migrate to HANA. I...
View ArticleRe: Slow case statement evaluation comparing values from two tables
Spot on!COALESCE would be the way to do it. The only thing you have to take care of is to check whether tie values are resolved in your interest. However, using CASE, COALESCE, IFNULL... in the...
View ArticleRe: Slow case statement evaluation comparing values from two tables
Just to mention it: very good way to put the question!If everybody would do it like this, providing answers would be a whole lot easier. In case you want to improve this even further, please provide a...
View ArticleRe: Why GN_INVOICE_CREATE has no performance improvement even in HANA landscape?
Hi Lars, Thanks for the guidance.We are using SAP Business Suite on HANA with Netweaver 7.4 release.1. could you please tell me how to check whether the particular function module mentioned...
View Article