Error in procedure
Hi, I am going through procedure from SAP help document. I still not understand from where can I refer the correct syntax for creating a procedure. Below is the code I directly copied form SAP help...
View ArticleUPSERT in XSJS Issues
Hi ExpertsI'm trying to INSERT/UPSERT values into my tables using the following xsjs code try{ var conn = $.db.getConnection(); var query ="UPSERT...
View Articlewant to add column in HANA Tables
Hi , I have created a table with few columns and loaded the data.Now I would like to add a new column and load the data to it .Could you please let me know how to do it.
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 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 ArticleODBC Error... SAP Hana trial version
Hi good post.. exactly what I'm searching for... I'm new using SAP HANA, and I'm trying to extract data from a DW (SQL Server 2012) and load it into SAP HANA.. I created a SAP HANA account (Trial...
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 ArticleViews for Sales Reporting
Dear All, We want to develop views for Sales Reporting (the same as we have 0SD_C03-Sales Overview in BW) We have considered the following tables: KNA1VBAKVBAPVBUKVBUPLIKPLIPSVBRKVBRPVBEPVBKDKONV We...
View ArticleError in Upgrade SAP HANA to Revision 74 from Revision 58
Hello Experts, I have tried to upgrade my HANA Bw system from Revision 58 to Revision 74 and ended with warnings. Appreciate if any one can suggest me on how to solve this issue. Warning :- SAP HANA...
View ArticleSAP HANA Expert Script in BW Transformation
Dear All, Please can anyone share some resource (as well as the sample codes) around Hana Expert Script in BW Transformation (Trx Code: RSA1). Many thanks,Sen
View ArticleMigrate SQL Server database to SAP Hana
Hi, I have a free developer trial version of SAP Hana deployed on my Azure portal. I am looking to move my existing database in SQL Server to SAP Hana and compare the performance of my existing .NET...
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 ArticleSERIAL Data Type
Hi all,what is the Hana way of creating SERIAL data types? One can create a sequence, but it cannot afaict be specified as the default value of a column, and I see no equivalent of Oracle's SYS_GUID....
View ArticleXSJS Batch Post for OData
Hello, I'm currently working with B1 Version for HANA and try to do a post to the OData Service Layer of Business One from XSJS of Hana. So far it works for regular, single entity Post e.g.: /** *...
View ArticleError while executing Procedure
Hi All I have executed the below procedure. I got the below error. My doubt is why should I used GroupBy clause from Product_Name. If I am not using Group by clause, error is thrown up. Create...
View ArticleOdata Service for calculation view
Hi Experts, I am trying to create Odata service for one calculation view, which is already available in the HANA Live.I am getting below error message , when am trying to activate the file. Kindly...
View ArticleChange the length of a Column
Hi All, I have created a table with Product_Name of Length 100 and loaded the data. Now I would like the chage the length to 20. But I am getting the error. Is it like I should drop the column, again...
View Articleabout xssqlcc
Hi I need to setup a technical user for my XS application. Everything works ok. Now, I want to setup our continuous integration (CI) server when we checkout git code, deploy the code in XS, activate it...
View ArticleALter the datatype of a Table type
Hi All, I am trying to alter the length and datatype in a Table type but I am getting errors. Am I wrong somewhere I have used the same syntax which I use for table alteration. Please help. alter...
View Article