Re: Html - XSJS issue
Hi Dennis, Thanks for the response. I used GET to make this to work. If i want to use POST, could you tell me how to extract the two fields data in xsjs..after getting var body =...
View ArticleRe: SAP Hana and ABAP Codes
Hi Katrice, check out the SAP HANA Academy ( http://www.saphana.com/community/implement/hana-academy ). For information about ABAP on HANA, see the ABAP for SAP HANA Reference Scenario (...
View ArticleRe: Error to install the B1A
This happens because the SBOCOMMON DB on MS-SQL has an entry telling it that the Business One is connected to a B1A system. 1.//Done on SBOCommon DBSELECT * FROM dbo.SLSPP WHERE ParamID IN(SELECT...
View ArticleRe: Error to install the B1A
Hi Duncan, This is possible? I can delete a row from SBOCommon DB? I will not have any problems with this situation? RegardsAlvaro
View ArticleRe: Html - XSJS issue
And the another thing, that Thomas was pointing atvar query = "delete from Table where application_id='"+app_id+"'"; var conn = $.db.getConnection(); var pstmt = conn.prepareStatement(query); var...
View ArticleDefining the Real-Time Enterprise: SAP-Knowledge@Wharton Survey
New in-memory database technology promises to dramatically accelerate core business processes by enabling real-time planning, transaction execution, and reporting on ‘live’ business data and...
View ArticleCompare the three HANA architectures
Hello, Do we have any where a knowledge document which has the comparison (Advantages and Disadvantages) of the known 3 HANA architectures namely1. HANA as Appliance2. BW on HANA3. Business Suite on...
View Articlehow to export both content and context in a single package
Greetings, I’m researching if it’s possible/how to export both content and context in a single package/file/delivery unit and import it on a different system in one step. Our product has stored...
View ArticleRe: Used vs Peak memory and unload process
Thanks both of you for your feedback. Especially helpful was the pdf from Marc. That really filled in some of the gaps that I was not clear on. Also very useful inside that PDF was information on...
View ArticleRe: how to export both content and context in a single package
Dear Steve, First export the catalog objects (File->Export->Expand SAP HANA Studio ->Catalog Objects) Choose schema _SYS_BIC, _SYS_BI where output tables or column views are created along with...
View ArticleRe: What is the difference between Data Service and Modeler in HANA Studio?
Hi Mirella You may want to find out about HANA text analysis. http://scn.sap.com/community/developer-center/hana/blog/2013/01/03/sap-hana-text-analysis After you have extracted the data and have them...
View ArticleRe: How to combine CE_AGGR and CE_PROJECTION
Hi All I dobut whether the above would be possible .But besides that I would like to understand the real use of CE_AGGREGATION in conjunction with other CE functions. ThanksSantosh
View ArticleRe: unable to start SAP HANA Index Server
Hi Atul, Can you please check the installation log attached in this log. I don't understand why it says Waiting for IndexServer failed18:54:25.631 - ERR: Timeout (300 s) Can you please help me...
View ArticleRe: unable to start SAP HANA Index Server
Hi Manish, It seems your HANA installation finished but at last it have problem due to index serevr not started.Could you please try to start HANA using sapcontrol commnad.sapcontrol -nr 02 -function...
View ArticleRe: Open failed One View Editor error message on an Analytic View
Dear Joe, Could you please check whether the attributes you are joining the same? RegardsRaj
View ArticleLoad a single partition into MEMORY
Hi Patrick, LOAD statment have no option for this.Your partition is by range/hash with Year on key? Try if a selection by year load only the partition you want:unload mseg;select count(*) from (select...
View ArticleRe: Load a single partition into MEMORY
Hi Fernando, yes it's a range partition by year MJAHR. I was indeed wondering if it was that simple (ie: just running a select against it like select * from MSEG where MJAHR='2012' if that would...
View ArticleRe: Load a single partition into MEMORY
Hi Patrick, Your requirement is pretty standard and just like you, even I wish a more elegant solution from SAP. It is worth to raise a feature request for this. The requirement is in-line with the...
View ArticleRe: Open failed One View Editor error message on an Analytic View
Joseph, I wonder if a field in the attribute view ATV_BOOK_BRI was somehow removed from the attribute view. I've seen behavior like this before if the view you are trying to open has references to...
View Article