Re: Need help to figure out simple date filter in calculation view
Hey guys, The syntax is no working, I get an error. I'm doing this in the expression filter in the projection node. If you notice there is limited syntax. I just need data where ERDAT is yesterday. I...
View ArticleRe: SAP HANA - front end/screens for users to update HANA tables directly
Hi Victoria thanks a lot for providing such an open description of your current situation and what you try to achieve.I find that very interesting to hear and think it would be awesome, if you'd come...
View ArticleHana Multi-Tenant registration to SLD/LMDB
Dear Experts I am trying to register a multi-tenant hana with the SLD. We have a logical hostname for each of the tenants (for example DB<SID>) The current situation: (edit:we have HANA SPS9)...
View ArticleCan xsjob start automatically w/o activating in XS Administration Tool?
Hi all! O develped a job following this tutorial: http://help.sap.com/saphelp_hanaplatform/helpdata/en/62/15446213334d9fa96c662c18fb66f7/content.htm And I noticed I have to go to XS Administration...
View ArticleRe: How to use a variable as a select for Columns
Hi Florian,thanks a lot for your answer.we have solved the issue using dynamic sql and a little workaround. Kai
View ArticleHANA GeoSpatial - how to build a polygon
i am wondering if any one has done this. i am trying to build a polygon based on a ST_Point and adding a distance, for example I have a Long and Lat point and i want to build an area of the St_point...
View ArticleRe: ABAP ON HANA : AMDP : SQL Script : Convert LRAW to Charecter or string
Hi, Normally we use the READ_TEXT fm to get the header text of orders like SALES or DELIVERY..., If i use READ_TEXT it consuming more time, so i am reading STXL table in AMDP, but CLUSTD of a...
View ArticleAny documentation on base64_encode/base64_decode?
Hi benevolent HANA experts, I am looking for examples for the SQL functions base64_encode and base64_decode. Specifically, I am wondering if they can be used to insert a blob field from a SQL script,...
View ArticleRe: HANA GeoSpatial - how to build a polygon
i am stil not able to answer this question, however, i went a different route on identifying two points and calculating the distance then i would filter out the distances which are greater than the...
View ArticleRe: Disk_Size of dropped table (Removing table from Harddisk)
You definitively want to read up about HANA Administration... I could recommend a well received book for this case Anyhow, just like nearly any other DBMS SAP HANA doesn't allocate space on disk table...
View ArticleRe: Any documentation on base64_encode/base64_decode?
SAP HANA doesn't provide those functions on SQL level. That's something your application code needs to do for you. - Lars
View ArticleRe: Handling exception in a for loop
Hello Kishore, I think you did not understand what I tried to explain in my previous answer. Let me try again . I would implement a procedure which does the insert + error handling for a single data...
View ArticleCalling a procedure via SDA
Hello Experts, I have a user management application running on a HANA system. I also need to create the same user in a remote HANA system to enable SSO between both the HANA systems. Is it possible to...
View Articleimdbworker02 indexserver not starting.
Sap Hana 96Linux SUSE 11 sp 3 After redistribution after adding 2 hosts (imdbworker01 and imdbworker02) after hana restart (soft) imdbworker02 index server is not starting.. [37802]{-1}[-1/-1]...
View ArticleRunning Explain Plan from within a Stored Procedure
I want to know if it is possible to run an "explain plan" from within a stored procedure? I have already seen posts about not being able to run an "explain plan" against a stored procedure despite the...
View ArticleRe: HANA Multi-Node Migration AWS
Solved this with an extra table that stores data that is staged to be transferred from our app db to our bi HANA instance. after snap shot and configuration of multi host instances, run sync process...
View ArticleRe: Multiple Rows using Json Input from PostMaster
Hello, it is not possible w/o a batch operation, even not in the current OData 4.0 implementation (HANA supports at the moment 2.0). But there are some investigations in the Oasis group which indicate...
View ArticleRe: Running Explain Plan from within a Stored Procedure
The explain plan for SQL within a procedure will most often not be very useful as it is a apriori plan that is created before execution time.You'd rather want to check the PlanViz that you can run...
View ArticleRe: SQLBulkOperations not supported in SAP HANA
Without your code, there's nothing to discuss here.Bring your code, bring your issue and then there is a chance that anyone to look into it. - Lars
View Article