Re: ODATA
Yes it is an xsjs Service, but it returns JSON format, I am tring to display the results in context of an Master detail Table, thus when you click on company name eg SAP, it should render all entries...
View ArticleRe: UPSERT in XSJS Issues
hi, You clearly do not have privilege to modify the table content. Since it is a trial system, changing the data might not work. If you have an instance where you have your own user id, then ask the...
View ArticleRe: want to add column in HANA Tables
Hi Kannan, This can not be done using Update statement. For adding or removing a column you need to make use of DDL statement "ALTER". "UPDATE" is a DML statement and is to update the content of the...
View ArticleRe: want to add column in HANA Tables
Hi Sreelatha- There are some posts already related to adding/removing a column . Please check before posting a new thread. Adding a new column: ALTER TABLE <tablename> ADD...
View ArticleRe: want to add column in HANA Tables
Hi All, I tried adding column to the table using Alter command and it was successful. But when I am trying to drop the column I am getting the syntax error. alter table "ID42588"."CUSTOMER" add...
View ArticleRe: want to add column in HANA Tables
Hi, I dropped the column by the below syntax: alter table "ID42588"."CUSTOMER" drop (custphone);
View ArticleRe: want to add column in HANA Tables
Hi Sreelatha- Yes. I did not notice when I was copy-paste. This would be correct. Removing an existing column: ALTER TABLE <tablename> DROP (<columnname>); Example:ALTER TABLE emp_t...
View ArticleRe: Performance tuning of report in HANA studio
Hi Sumit, Thanks for your suggestion. I have one confusion, I have created report using SE38 in HANA GUI, so for testing the performance do I need to perform some step in HANA studio or we can test...
View ArticleRe: Performance tuning of report in HANA studio
Hi Saurabh, Yes you can perform ATC check in both studio as well as SAP HANA GUI. If you are using HANA Studio, you need to have ABAP perspective where you are writing or using the report. so you...
View Articlesap crm trade promotion management
hi experts , whats the future for trade promotion management , how is the market for tpm in usa , right now companies in usa migrating to salesforce,will this effect in tpm also, i'm...
View Articledeclare cursor on local temporary table
Hello Experts, i am creating a procedure where in i build my source data first and feed it in a LTT . after feeding it to LTT i need to iterate on the data hence i need to use LTT in cursor select...
View ArticleRe: ODBC Error... SAP Hana trial version
Did someone find a solution to this problem? I am facing the same issue.
View ArticleSelection cannot be launched and there are no recent launches
Hello Experts, I have written a xsjob and a sql procedure to execute the a job in background in sap hana. I have activated and saved the job via xs admin tool. But when I try to run the job in SAP...
View ArticleRe: ODBC Error... SAP Hana trial version
Hi , You don't need to install both client versions: Please find my comments: The client software you will be using to query HANA will determine whether or not you want to download the...
View ArticleSAP Hana PAL Algorithms in a Stored Procedure. How to?
I've been trying to create a Stored procedure to define, create and call a PAL algorithm inside a *.hdbprocedure. But my code gives an error in this line: CALL SYSTEM.AFL_WRAPPER_GENERATOR ('PAL_KM',...
View ArticleRe: Error in Upgrade SAP HANA to Revision 74 from Revision 58
hello KranthiHave you been able to solve it?? ThanksJacobo
View ArticleRe: Performance tuning of report in HANA studio
Dear Saurabh,You do not always need HANA studio in order to analyze the performance of ABAP report for HANA DB.You can analyze the performance of the ABAP report using standard runtime performance...
View ArticleRe: SAP HANA Expert Script in BW Transformation
Hi Nanda, Not sure if you still have this issue, but I tried in sp5 with select * from :intab and it worked . thanks
View ArticleRe: Performance tuning of report in HANA studio
Hi Sumit, I have checked the performance in GUI. Now I have to test same report in Studio, could please let us know the steps to see same report in studio? Also can we use Attribute view or Analytic...
View ArticleCreating column with previous month
I have this model with year-month (attributes) in the rows and KPIs (measures) in the columns. A simple tabular display of the content thereby obviously shows the KPI-values / month (and other...
View Article