Re: Information Composer is not working
Anybody found a solution? Having the exact same problem...
View ArticleRe: Unable to load xsappsite
>XSapp gives me a 404 error. 404 would seem to indicate that the URL is wrong (check for typo - including case), the content isn't active (perhaps an error during import) or you don't have...
View ArticleRe: YTD , MTD Calculation based upon user input - HANA Model or BOBJ Universe
Hi, Thanks Ravi. Let me explain my scenario properly. User would input date range i.e. from and to. Based upon that we have to do a comparison between actual and plan for current year , plan(CY) with...
View ArticleRe: ABAP in HANA Studio
For Graphiti issue first add the path Kepler Software Repository and expand "Modeling" and scroll down to find Graphiti related SDK's, select all these and install. Once it is done then try to install...
View ArticleHow to Sync SAP HANA Backup catalog(M_BACKUP_CATALOG) with actual files on OS.
Experts, . The backup catalog table(M_BACKUP_CATALOG) is showing all the backups which was successful. Is there is a way to sync HANA DB CATALOG tables with the actual files on the OS...
View ArticleNeed Advice on SAP HANA for testing Professional
Hello Everyone.I have six years of Mainframe Testing exp.Right now i have left my job and am pursuing my masters in Computer Science.To be frank i dont find programming my cup of tea,but have interest...
View ArticleRe: Third Party Javascript In XS Engine?
How would your library looks like? And do you have any suggestion of how to adapt 3rd party library (i.e. underscore.js) into xsjslib format? Thanks
View ArticlePartitioning of tables
Hello Team There are some tables in My HANA box which has more than 2 billion records . Can some one please suggest how i can partition this table . Regards
View ArticleRe: Problem installing Studio & Client Rev. 80 on Linux - Apple Encoding
I ran into the same issue. Very helpfull suggestion! Thank you
View ArticleHANA server company databases upgrade
Hi all,I upgraded HANA server to SPS Rev 74 successfully, Whenever I upgrade the company databases to PL 902.220.12, I get error "Company upgrade status is invalid". The SBOCOMMON upgraded successfully...
View ArticleIF statement syntax in SQL script view
I need to include a "IF" condition in the "SELECT" section of my SQL script view. I tried the following syntax's but I get the error 'Incorrect SQL syntax near 'IF' 1. IF(Revenue <> '0' AND...
View ArticleRe: IF statement syntax in SQL script view
Hi Lakshmi,below is the syntax for IF statement. IF <bool_expr1> THEN<then_stmts1>[{ELSEIF <bool_expr2>THEN <then_stmts2>}...][ELSE <else_stmts3>]END IF eg :...
View ArticleRe: IF statement syntax in SQL script view
Hi Sreehari, But I will have to include "IF" in the 'SELECT' clause itself just before 'FROM' as follows: SELECT Revenue, Quantity, IF(...condition...) AS field3FROM table1 Please let me know if any...
View ArticleRe: IF statement syntax in SQL script view
Hi Lakshmi, How about CASE instead of IF? Even I have used CASE for validations in SELECT statement, IF didn't work. SELECT REVENUE, QUANTITY,CASE WHEN REVENUE <> '0' AND QUANTITY <> '0'...
View ArticleRe: IF statement syntax in SQL script view
I don't thing IF is supported here. Would case statement help you ? select MATNR ,CASE WHEN "ERSDA" > '20130405' THEN 'Y' ELSE 'N' END as "TEST"from "SAPXX"."MARA"; You can change your IF...
View ArticleRe: how to use table variable obtained from a ce function
Hi Sudipta, To query on variables, prefix colon ( : ) before variable name. Hence the query becomes SELECT COLUMN_NAME1 FROM :TAB_VAR1; Performance will degrage if you use SQL and CE script in the same...
View ArticleRe: IF statement syntax in SQL script view
Thanks Chandra and Sreehari but for the logic that I need to use, CASE wont work.I have used CASE too for a different requirement and that works just fine. If I get to know the exact IF syntax (not...
View ArticleError importing SQL dump: Object is being imported by other transaction
Hi all, I just encountered an awkward issue when I tried to move a database dump from one HANA system to another. I am getting the following error description: SAP DBTech JDBC: [2048]: column store...
View ArticleGetting Syntax error at position 0 for POST Method in OData Service
Hi all, I am trying to insert record using OData service. I am using postman creating POST Request for inserting records. I am getting below error while inserting <?xml version="1.0"...
View ArticleHANA rounding off fucntion
I want to round of Key figure values.For Ex. I have key fig value 12.567 in HANA view.I want after rounding off and output should be 12.57 23.467 - > 23.4734.3457 -> 34.35 I am using...
View Article