Benefits/ Limitations when we use  SAP HANA Extended and Standard products.

Hi All,
We are going to purchase SAP HANA media. Please let me know what are the benefits/ limitations when we use  SAP HANA Extended and Standard products.
Thanks in Advance,
Vishall

Hello,
please check Master Guide (page 9 - chapter 1.6 Software Components)
https://service.sap.com/~sapidb/011000358700000604552011
There you can find edition comparison and detailed description.
To extract the short summary:
Platform edition = SAP HANA Database + Studio + Client + Host Agent + Information Composer
Enterprise edition = (Platform edition) + LT Replication Add-on (SLT) + LT Replication Server (SLT) + SAP BO Data Services
Enterprise extended edition = (Enterprise edition) + Sybase Adaptive Server Enterprise + Sybase Replication Server + Sybase Replication Server Agent + SAP HANA load controller
It depends on what licenses you already have and how do you intends to use HANA.
Platform edition = ETL via BO Data Services (you already have license for BO Data Services)
Enterprise edition = SLT and/or BO Data Services (including licenses)
Enterprise extended edition = all replication technologies
Tomas

Similar Messages

  • How ADBC connection is benefits by using SAP HANA as secondary database ?

    Hi,
    I have one more important question.
    How ADBC connection is benefits by using SAP HANA as secondary database in terms of performance wise for the access of data from HANA database as a secondary database.
    I have 2 options and which is better for the good performance for accessing the data-
    1 .  In ABAP Reports in the SELECT statements by using CONNECTION (“HDB”) will this improve the
         performance.
          e.g : select * from BSEG into TABLE IT_TAB CONNECTION (“HDB”).
    2. Will Create the Stored procedure in HANA studio and Call
       from ABAP as below by using NATIVE SQL–
         EXEC SQL
          SET CONNECTION (‘HDB’).
         ENDEXEC.
        EXEC SQL.
          EXECUTE PROCEDURE proc (IN    p_in1                       
                                 OUT   p_out1   OUT   p_out2 )
       ENDEXEC.
    Regards,
    Pravin
    Message was edited by: Jens Weiler
    Branched from http://scn.sap.com/thread/3498161

    Hi Pravin,
    Option 1: In this case ADBC might even worsen the performance due to the overhead in the ADBC framework. OpenSQL is the method to go here, as OpenSQL - from the ABAP point of view - features the optimal communication with the database while ADBC has overhead like constructor-calls for the statement, parameter binding, etc.
    Option 2: In this case ADBC is comparable with EXEC SQL but features more options, e.g. clean concept of multiple connection (connection objects via CL_SQL_CONNECTION), exception handling, etc. So I strongly propose to favour ADBC over EXEC SQL, but not simply for performance reasons. You might have a look at the ABAP Language Help in your system on more information on ADBC and the advantages over Exec SQL.
    Cheers,
      Jasmin

  • I use photoshop cs6 extended and when I create a new shortcut, it will work once and then disappear..any help on why this would happen

    I use photoshop cs6 extended and when I create a new shortcut, it will work once and then disappear..any help on why this would happen

    Sorry, no further idea what can cause this.
    Is the shortcuts file truely saved to disk? You can find in the user path, where the preferences and presets are stored for PS. Or if you go to the dialog again where you change shortcuts, is it reverted there too?

  • Cannot use SAP HANA Studio with SAP HANA One Instance

    Hello together,
    i try to make some tests in the SAP HANA environment. But i got the following error message each time:
    An internal error occurred during: "Updating system 'HDB' ...".
    java.lang.NullPointerException
      at com.sap.ndb.studio.datamodel.manager.SAPSystemState.isThereAtLeastOneIndexserverProcessWithStateColor(SAPSystemState.java:44)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:76)
      at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:70)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperationJob.run(DataModelOperationJob.java:70)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    I often read about different SAP HANA One and SAP HANA Studio versions.
    Following information about the versions:
    Studio: Version: 1.0.52
    Hana One Instance 52.1
    What could be the reason for getting this error message? I hope you can help me.
    Thanks in advance.
    CT

    Hi Nicky,
    As per my knowledge, there is no separate licensing required for HANA studio. License for HANA d/b or Enterprise HANA license is sufficient.
    Installation of HANA studio will not ask for any licenses.
    Regards,
    Suma

  • SAP HANA One and Predictive Analysis Desktop - Time Series Algorithms

    I have been working on a Proof-of-Concept project linking the SAP Predictive Analysis Desktop application to the SAP HANA One environment.
    I have modeled that data using SAP HANA Studio -- created Analytic views, Hierarchies, etc. -- following the HANA Academy videos.  This has worked very well in order to perform the historical analysis and reporting through the Desktop Application. 
    However, I cannot get the Predictive Analysis algorithms -- specifically the Time Series algorithms -- to work appropriately using the Desktop tool. It always errors out and points to the IndexTrace for more information, but it is difficult to pinpoint the exact cause of the issue.  The HANA Academy only has videos on Time Series Algorithms using SQL statements which will not work for my user community since they will have to constantly tweak the data and algorithm configuration. 
    In my experience so far with Predictive Analysis desktop and the Predictive Algorithms, there is a drastic difference between working with Local .CSV / Excel files and connecting to a HANA instance.  The configuration options for using the Time Series Algorithms are different depending upon the data source, which seems to be causing the issue.  For instance, when working with a local file, the Triple Exponential Smoothing configuration allows for the specification of which Date field to use for the calculation.  Once the data source is switched to HANA, it no longer allows for the Date field to be specified.  Using the exact same data set, the Algorithm using the local file works but the HANA one fails. 
    From my research thus far, everyone seems to be using PA for local files or running the Predictive Algorithms directly in HANA using SQL.  I can not find much of anything useful related to combing PA Desktop to HANA. 
    Does anyone have any experience utilizing the Time Series Algorithms in PA Desktop with a HANA instance?   Is there any documentation of how to structure the data in HANA so that it can be properly utilized in PA desktop? 
    HANA Info:
    HANA One Version: Rev 52.1
    HANA Version: 1.00.66.382664
    Predictive Analysis Desktop Info:
    Version: 1.0.11
    Build: 708
    Thanks in advance --
    Brian

    Hi,
    If you use CSV or XLS data source you will be using Native Algorithm or R
    Algorithm in SAP Predictive Analysis.
    When you connect HANA, SAP Predictive Analysis uses PAL Algorithm which runs
    on HANA server.
    Coming to your question regarding difference,
    In SAP PA Native Algorithm, we could provide the Data variable, Algorithm
    picks the seasonal information from the Data column. Both R and SAP HANA PAL
    does not support Date Column. We need configure seasonal information in
    Algorithm properties.
    R Properties
    1) Period : you need to mention the periodicity of the Data
    Monthly : (12)
    Quarter : (4)
    Custom : you can use it for week or Daily or hourly.
    2) Start Year: need to mention Start year.
    Start year is not used by algorithm for calculating Time series, but it helps
    PA to generate Visualization ( Time series chart) by simulating year and
    periodicity information.
    3) Starting Period:
    if your data is Quarterly and you have data recordings from Q2, mention 2 in
    start period.
    Example.
    If the data periodicity is Monthy and my data starts from Feb 1979, we need to provide following information,
    Period: 12
    Start year: 1979
    start Period: 2
    PAL Properties. : Same as properties defined in R.
    Thanks
    Ashok
    [email protected]

  • Creating Logic and modeling for SAP BW datasource in SAP HANA views and SLT

    Hi to all,
    I have small question.
    We have BW system and SAP ECC as source system and to get data from SAP ECC source system we are using SAP ECC Standard data source.
    Now we required to, create modeling in SAP HANA by use of HANA View and get data from SAP ECC source table via SLT.
    So we can replicate same modeling,as we done in SAP BW system.
    But  my question is that, as SAP ECC standard data source hit multiple table and do run-time calculation, before sending to SAP BI.
    How we can derives such calculation and logic, in our HANA studio, because as we know in SLT data transformation can be done in limited way also
    in view we can not drive such logic via SQL script ?.
    Is there any way we can do such modeling and logic in SAP HANA ?
    or
    is there any standard document for this type of case, which we can use ?
    Note: We don't want to use SAP DS or DXC for data loading to HANA, as  we want it in more real time.
    Regards
    Pavneet Rana

    Thanks for reply,
    As SLT is based on ABAP, so we can write complex logic in it.
    But if we talk about SAP ECC standard data source, they have complex logic, based on multiple table.
    So we need to write code from scratch in SLT to derive same result. but it will be huge time consuming , and required good ABAP skills, also it will lead to bug in code.
    Also it will reduce the real time performance of SLT, due to complex logic.
    Second option is procedure via SQL script, which is again huge effort in term if logic and can lead to error/bug in logic.
    Does we have any other way or architecture to do this is very simple way, with high performance and less error issue.
    Regards
    Pavneet Rana

  • SAP HANA : differences and costs

    Dear All,
    HANA is designed to enable faster ways to process data from business applications in real time, without impacting the underlying source system. I believe HANA will bring new and interesting opportunities to SAP. Which are the most important technical differences between HANA, BWA and BOEA? Which are the cost differences?
    Regards,
    Bob

    Bob,
    Here are my thoughts:
    HANA: Here's my recommendation for the best in-class next-generation BI solution. Deploy HANA as a standlone server with two logical system partitions. 1st partition for standalone HANA modeling and 2nd partition to host HANA DB for BW 7.3. This way you get to exploit HANA performance for both SAP BW system as a database and also use the HANA power for standalone non-BW (ECC and flat-file) application that need good performance.
      BWA: I would not recommend a BWA solution for a new BW implementation. Given the fact that SAP has announced recently that BWA 7.3 will be the last release for BWA. However, if there is a critical BW application in production that needs better performance, then BWA will be a quick fix solution. The cost difference between an SAP HANA solution and a BWA solution is narrowing down quickly. I do not want to go into details of cost.
    BOEA (aka BOE Accelerator Version): Guys, there is some confusion here. BOEA does not support BWA acceleration for non-BW data source data. Meaning that if you are using BOEA (accelerated version) - you can load non-SAP and Non-BW data but can not accelerate the data using BWA unless the data is put in an SAP BW info provider (cubes,etc..). Only BW info providers in a BOEA solution can exploit BWA acceleration. Other data (non-SAP and Non-BW ) can only exploit on indexing capability of BOE internally but not the BWA. BWA portion of BOEA is specific to BW in the backend.
    Also, please read my executive summary on SAP HANA @ http://www.sendspace.com/filegroup/u1AO5NidaMTYSD49JoHsjg
    Regards,
    Rama

  • Customizing FD01 and FB70 using SAP PS Class and Characteristics

    Hello SAP Experts
    I have the following issue:
    My client has a requirement where we need to customize the Customer Master  (FD01) screen and the Invoice Posting Screen (FB70). A few additional fields have to be added by creating a separate tab. I was intending to take Abaper's help and do this using user exits but I have been suggested by the cleint to use SAP PS Class and Characteristics feature to do this. Can someone please throw some light on this feature and how can i create custom fields on FD01 and FB70 screens. Is there a way we could customize these screens using PS characteristics. Your opinions would be much appreciated.
    Please kindly chip in your ideas
    Regards,
    Nik

    Joao Paulo,
    Thank you for the response. I have tried to obtain some info from OSS but no luck. Tried all means but there is limited information available.
    Nik

  • How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    When talking about a specific image posting the image may be useful.
    One can use a Layer Mask and add a white Layer underneath.

  • *when we use at user -command and give smaple code fro at user-command*

    Hi experts,
    i am new to abap can any body tell me when we use AT USER-COMMAND and give a sample code for that.
    point will be rewarded.
    thanks.

    Hi,
    AT USER-COMMAND  is a list Event.This Event is triggered when user make an action on the Application Toolber Or Menubar.
    Here is the Program.
    START-OF-SELECTION.
      SET PF-STATUS 'TEST'.
      WRITE:  'Basic list, SY-LSIND =', sy-lsind.
    AT LINE-SELECTION.
      WRITE:  'LINE-SELECTION, SY-LSIND =', sy-lsind.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'TEST'.
          WRITE:  'TEST, SY-LSIND =', sy-lsind.
      ENDCASE.
    This program uses a status TEST, defined in the Menu Painter.
    Function key F5 has the function code TEST and the text Test for demo.
    Function code TEST is entered in the List menu.
    The function codes PICK and TEST are assigned to pushbuttons.
    The user can trigger the AT USER-COMMAND event either by pressing F5 , or by choosing List -> Test for demo, or by choosing the pushbutton 'Test for demo'.The user can trigger the AT LINE-SELECTION event by selecting a line.
    Hopr This Will help You.
    Regards,
    Sujit

  • When I use Preview,Photo Mechanic and Pages, all JPEG or RAW images appear corrupted. I thought my hard drive was failing and replaced it and migrated everything over but the problem still exists. Any idea what is going on?

    When I use Preview,Photo Mechanic and Pages, all JPEG or RAW images appear corrupted.
    I thought my hard drive was failing and replaced it and migrated everything over but the problem still exists.
    It felt as if maybe a virus was at work but I ran Sophos and found nothing.
    I store images on my Drobo Raid system but when I work from my Macbook Pro I have no issues, just on the tower.
    Any idea what is going on?

    First of all, why did you say yes to Nero Back up before researching what it does with files already on the HDD? When I install Nero, the Back Up is the first thing I disable, it is a nagging pain, there are much better backup programs available. There are several file recovery programs out there to recover deleted files, that is, if that is what happened. Also, if you haven't overwritten the files, so you should be able to find them.

  • My mac pro (SL 10.6.8) wakes up every minutes when I use wake on lan and share a HD. when I unplug the ethernet it doesn't wake so I suppose that some thing wakes it up on my network ( 2 mac books, 2 iPads and 2 time capsules !) How can I fix that?

    Hy ,
    My mac pro (SL 10.6.8) wakes up every minutes when I use wake on lan and I share one of my Hard Drive.
    When I unplug the ethernet cable it doesn't wake any more so I suppose that some thing wakes it up on my network ( 1 printer canon MP620, 2 mac books, 2 iPads, 2 IPhones and 2 time capsules !) ...even when all these devices are "sleeping" 
    Any idea?
    THKS
    Phil
    PS .: I'm french so my english is probably quite strange ! ... Sorry for that

    Sorry - posted this in the wrong forum. Reposted in Mac Pro.

  • Where to download SAP HANA Studio and Client files

    Hello all,
    I am trying to learn SAP HANA and started watching the tutorial videos from SAP HANA Academy.  Would it be possible for me to download the SAP HANA Studio and Client files so I can practice development on my PC?  The video, HANA Academy - Installing the SAP HANA Studio and SAP HANA Client tools - YouTube, points to an old SAP Service Marketplace interface and I am unable to follow the instructions on where to get these files.
    Thanks in advance.
    Doods

    Doods,
    you can download HANA Client, Studio and Driver at:
    SAP | HANA Developer Edition
    cheers
    m./

  • When I use the Alt key and the clone tool, I get a message that I did not use the Alt key to define

    Whe I use the Alt key with the clone tool, I get a message that I have to use the Alt key to define the area to be copied. What am I doing wrong?

    I tried to check the alined box, but it would not work. I was able to check
    the Sample box, but they they give you about 5 choices to check and I have
    no  idea what they are all about. I appreciate your help.
    Dino
    In a message dated 9/18/2012 11:09:06 A.M. Eastern Daylight Time, 
    [email protected] writes:
    Re:  When I use the Alt key and the clone tool, I get a message that I did 
    not use the Alt key to define
    created by hatstead (http://forums.adobe.com/people/hatstead)  in 
    Photoshop Elements - View the full  discussion
    (http://forums.adobe.com/message/4707426#4707426)

  • It can't find URL when i use HLS for vod and the vod file name contain Chinese.

    It can't find URL when i use HLS for vod and the vod file name contain Chinese。eg: http://127.0.0.1:8134/hls-vod/你好.mp4.m3u8.
    How does it support Chinese path?

    To answer the post title FireFox save all downloads automatically in the download folder, which you can find in the Documents folder. If you want to choose where to save your downloads go to tools>options>check always ask me where to save files.
    Secondly, I am assuming you have IE 8 installed as this is the only version that supports this fix that is currently not in beta. Go to control panel>internet options>advanced tab and reset the settings at the bottom. This may or may not fix the problem but it is a good first step.

Maybe you are looking for

  • How do I change a music in a movie I have made with Imovie, (is in Theater)??

    How do I change a music in a movie I have made with Imovie, (it is in Theater now)??

  • Search Through File with OPENCSV

    All, I am searching thru a .csv file for using regular expressions. I am looking for a patter that looks like a date: mm/dd/yyyy. I search for the pattern while reading my .csv file. Since I am in a loop, I can't get a permanent handle on the search

  • Problem importing an Erwin model

    Hi all, we are considering Data Modeler as our team modelling tool in substitution of Erwin. We have a complex logical model build with Erwin 4.1; I've saved it in xml format and tried to import in DM: it has imported everything but the column type i

  • Getting unauthorised error!!!!please help

    hi, i downloaded sun one web server 6.1.i have put my class files under WEB-INF folder.do we need to write web.xml file to run servlets.I have tried to run helloworld program.when i run ,i get a window (connect to local host).But if i type the userna

  • Flash CS3 install problem

    I have had the creative suite 3 for a while but prior to that I installed a demo of flash CS3. I have never really needed flash up until now so though I would install it properly from my install disc but it won't let me. It keeps saying flash 3 and f