Re: Moving Average Calculation in HANA.
Hi, It's on page 92 of http://help.sap.com/hana/SAP_HANA_Business_Function_Library_BFL_en.pdf. If you want to use those functions in a local table in a SQLScript Procedure or Scripted Calc View then...
View ArticleRe: Package: contains hidden objects
This is because you have XS artifacts left in the repository. Either: 1) Check out the project for this repository catalog object, then delete the objects, check them in 2) Delete the objects in the...
View ArticleRe: Error on requests transports BW HANA
Usually it's a version mismatch - HANA DB- HANA Client (on app server)- HANA Database libraries- Kernel Version Get them all on the same version (or the latest) and you should be good. Check...
View ArticleRe: insert data into hana from JSON .
You can create this using HANA XS, with OData or XSJS. Here is a good guide: SAP HANA Extended Application Services You can POST JSON to OData no problem using Postman, or Python, or whatever you want....
View ArticleCreating views and procedures
Hello friends, I have few ECC tables replicated onto HANA system. Now I need to create views and procedures for those tables. I am familiar with one method i.e to right click on table and choose to...
View ArticleRe: Creating views and procedures
If you are building a view on catalog tables (as opposed to repository tables), then you don't need the namespace part at all. Just supply the schema.table_name. If your table name is _ETRAG and its...
View ArticleRe: Creating views and procedures
Hello Thomas, Thanks fory our quick reply. You are right, I should not use the namespace at all. I used T0 because I copy pasted it from an example and I accept that I was too lazy to make the...
View ArticleRe: Inventory Handling in HANA views
Krishna:Go through the steps mentioned in the document from link: Hope you find the below info useful. Rama http://www.sendspace.com/file/1t4wja
View ArticleRe: Package: contains hidden objects
Assign yourself the IDE role: sap.hana.xs.ide.roles::EditorDeveloper John
View ArticleRe: Error occured when using default modifier in CDS
Hi John, Thanks a lot for your solution, it works for me.
View ArticleHow to use XSO Data service without User Authentication ?
Hi , As I am facing some issue with XSO Data service. I was trying to access XSO data Service with out credentials but it is throwing an error. "NetworkError: 500 Internal Server Error -...
View ArticleUnable to display the column chart using Analytical view data
Hello All, We have created a analytical view and created a OData in test.xsodata and with two fields ( attribute, measure ) service { "package/ANA_VW.analyticview" as "Analview" keys...
View ArticleConcatenating Multiple rows of a column into 1 cell
Hello All, I'm sure this question has been asked multiple times, but i'm still not have a clear answer..My...
View ArticleRe: Certification of C_HANAIMP_1
Hi, Any idea if SAP has discontinued this exam? Anitha
View ArticleRe: How to use XSO Data service without User Authentication ?
Have you gone into the XS Admin tool and maintained a user name and password for the anonuser.xssqlcc entry? That's the most likely cause of the error. However the error details aren't being returned...
View ArticleRe: Certification of C_HANAIMP_1
Anitha, Yes, I think they have retired the exam...I'm struggling since this morning to register for the exam and nobody(SAP testing center) is able to do that for me...it just does not appear in their...
View ArticleRe: Certification of C_HANAIMP_1
HI Tonyi can see that certification code on official sap web however i would rather take newest,i do have c_hanaimp certification and I would recommend you following:1-search sap hana certification on...
View ArticleRe: Boolean type column in oData services with HANADB
Hi Christian, That's a nice example. Thank you! Casper
View ArticleImperative logic in HANA procedures
Hello SCN folks, I would need your suggestion on how to go on with writing procedures. I have two tables with few million records. 1) I need to loop through each and every record of table1 and check a...
View ArticleHANA query Runtime Error
Hi Team , When we executing the procedure with input values execution goes fine for small set of data , but when we are executing the procedure for full data set ( call...
View Article