Re: Not able to schedule HANA XS based batch job for HANA EIM Flow?
I tried testing this issue with HANA rev. 97 and we still get the same error message.
View ArticleRe: call PAL procedure with XSJS - infinite execution time - HIGH PRIORITY
Great Sangamesh, thank you!Apparently, it's a known problem. We didn't have the chance to test on an instance with SPS9 but it were told to us that this is fixed on it. I post here in case of any news...
View ArticleRe: PAID & UNPAID Amount - ISU
I can help you with the logic or model how to build in HANA. But I think you are asking functional query regarding ISU.
View ArticleRe: Secure storage is locked
Would i loose all the systems I have defined already? We have lots of HANA systems and it is a nightmare if every time I need to recreate them.
View ArticleRe: Does anyone have the hole source code of the openSAP demo
All the content is available pre-installed and pre-configured on the SAP HANA Developer Edition systems:http://go.sap.com/developer/hana.html#try-and-sign-up
View ArticleRe: CORS issue consuming HANA XS service (SPS9)
I rechecked and the CORS configuration was attempted in the correct package. As I understand it, the settings propagate from the parent, but to be safe, I tried both the root of the application and...
View ArticleRe: CORS issue consuming HANA XS service (SPS9)
Stephan, Thanks for the link to "simple" headers. I still suspect that CORS isn't working properly on SPS92. I ended up working around the issue by changing to JSONP. The switch was simple and...
View ArticleHANA data storage
Hi, We have a situation where we can't use SLT to load data from non sap DB into HANA. We are looking into SDA option which is real time reading the data. I heard in SP9, we have SDI which can be used...
View ArticleHana SDI Flowgraph related questions
Hi, We are trying to do data transformation using SDI flowgraphs and we are looking for some inputs to handle some use cases in the right way. 1. How to handle conditional transformations? If a column...
View ArticleRe: Count Disinct in Aggregation in calculation view
Hi, http://scn.sap.com/thread/3155627 BRSumeet
View ArticleRe: How to call remote rest service from xsjs?
Hi all! I got it done! I followed the examples in SAP HANA Cloud Platform and now it works. Thanks!!!
View ArticleIs it possible to have large objects in request?
Hi all! For reasons I can't explain here I need to set a very large object in my request body. By large I mean a very very very large object, possible 5GB, because it'll contain a lot of records that...
View ArticleUncaught TypeError: d.getDay is not a function
Hi All, I am getting problem in view controller when I am clicking on Cancel instead of closing the dialogue, its deleting the rows and also showing following uncaught error. Uncaught TypeError:...
View ArticleRe: Handling exception in a for loop
Hi Kshore, are you asking regarding exception handling in SQLScript? If yes, then the answer is true. You can declare exit handlers for HANA standard SQL error codes and own defined error codes. For...
View ArticleRe: Only FULL using SLT
I was able to achieve loading only FULL using SLT by using table RS_ORDER. Triggered below SQL every few minutes for my tables to do FULL loads. insert into "SCHEMA"."RS_ORDER"...
View ArticleRe: How to create "M_FISCAL_CALENDAR" in SAP HANA database?
Please drop the public synonym and try to re-create the M_FISCAL_YEAR_CALENDAR table.
View ArticleRe: Handling exception in a for loop
Hi Florian,, I contains basic examples of exception handling. But when i am declaring exit handler in for loop block it is throwing exception like incorrect syntax error. For example i have 10 records...
View ArticleNeed help to figure out simple date filter in calculation view
Guys and Gals, I have a simple issue that I can't wrap my little brain around. I need a simple date filter where I get data for only yesterday. For example ERDAT = yesterday. This has to be done in...
View ArticleHow to retrieve row ID after insert?
Hi all! I have a table that has 3 columns: ID, Name, LastVisit, wich are int, string, timestamp. I'm inserting data in this table and I need to retrieve the ID I just inserted. Problem is that the...
View Article