SAP HANA will replace SAP BI??

Hello SCN,
    I have question,  Is SAP HANA going to replace SAP BI in future.Why i'm asking this question here is I want to learn SAP BI.
I need valuable suggestions From you.
Thanks & Regards,
KondaRoyal

Hello Rachit,
I am not that experienced as what your are in SAP. Wanted to share my knowledge around my research for few years now, I found people are migrating to HANA with BI/BO background. If I am you, would prefer HANA.
Regards
Revanth.

Similar Messages

  • 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

  • Use cases for the SAP HANA Appliance for SAP FI-Accts.Payable

    Hello SAP HANA friends:
    Are there any compelling use cases for the SAP HANA Appliance for SAP FI-AP Accounts Payable module?
    CO-PA and CRM have many immediate use cases, but I'm looking for the use case for Accounts Payable,
    either from a cash flow perspective or performance.
    Any and all comments are appreciated.
    Regards,
    Joe Gonzales
    856 912 1136

    Hi,
    In SQL console please execute below query .
    GRANT SELECT ON SCHEMA <schema Name> TO "_SYS_REPO";
    BR
    Sumeet

  • Connect SAP HANA Studio with SAP HANA One Instance Reg 70

    Hello,
    i have already create an instance and set all passworts in Management One Console.
    If i want to add a new system in Hana studio a got an error message: "Database connection is not available"
    SAPControl request failed. Cannot retrieve JDBC connection for: ...
    com.sap.ndb.studio.jdbc.JDBCConnectionStatus: Database connection is not available. See error log for more details.
      at com.sap.ndb.studio.jdbc.JDBCPlugin.createConnection(JDBCPlugin.java:295)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTryJDBC(SAPSystemObjectUpdate.java:238)
      at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:84)
      at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:70)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:67)
      at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
    Caused by: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://xxx.eu-west-1.compute.amazonaws.com:30015 [Cannot connect to host exxx4.eu-west-1.compute.amazonaws.com:30015 [Connection timed out: connect], -813.].
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:219)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:203)
      at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:186)
      at com.sap.db.jdbc.Driver.connect(Driver.java:238)
      at com.sap.ndb.studio.jdbc.JDBCPlugin$3.run(JDBCPlugin.java:590)
    I must add, that i test it in the firm's intranet. So we have diverse firewalls. What firewall settings has our IT department change, for enabling the database connection?
    Hope you can help me.
    CT

    Not related to UI Development Toolkit for HTML Developer Center.  Moved to SAP HANA Developer Center community.
    Regards, Mike (Moderator)

  • SAP HANA security issue: SAP DBTech JDBC: [258]

    Hello experts,
    I am trying SAP HANA security features by playing out with a test user (MYTESTUSER) I've previously created. This is the permissions detail I've granted to the mentioned user:
    Granted Roles:
    PUBLIC
    Object Privileges:
    _SYS_BIC : SELECT
    _SYS_REPO : EXECUTE, SELECT
    REPOSITORY_REST (SYS): EXECUTE
    MYSCHEMA : SELECT (Contains source tables for views)
    Package Privileges:
    TEST.MYTEST (Package containing my views)
    Analytic Privileges:
    AP_MYTEST : Contains all my views and a couple restrictions over an attribute.
    What do I expect?: when logging on as MYTESTUSER it should be able to deploy the different folders in SAP HANA Studio, dive into "Content" folder, and even more: reach the package TEST.MYTEST, once there by selecting "Calculation Views" folder then being able to open CV_MYTEST calc view (which was already added into AP_MYTEST shown above).
    What happens as is?: Running as MYTESTUSER I am able to reach the calc view, when opened it is able for view only (its design). When pushing over the button "Open in Data Preview Editor" it trhows me the error:
    Cannot get the data provider outline
    SAP DBTech JDBC: [258]: insufficient privilege: insufficient privilege: Not authorized at ptime/query/checker/query_check.cc:2418
    What is expected?: Running as MYTESTUSER "Open in Data Preview Editor" feature must return and show adequate data from calculated view.
    In consequence:
    What does this error ("Not authorized at ptime/query/checker/query_check.cc:2418") specifically means and how to start addressing it?
    I'm unable to determine what is crashing or in what point it doesn't work. Any clues?
    I've also realized that there's no way out to perform some kind of trace (at least in an easy-known-fashion). Could you also advice? it would be quite important to be able to detect what are specifically the missing authorizations for a performed action. (kinda SU53 in SAP)
    Any clues or advices are welcome. Thanks a lot in advance,
    Bernardo

    Hi Bernardo,
    Can you check whether _SYS_REPO has SELECT access on your schema. Open _SYS_REPO user and check whether your schema is listed under objects privileges or not. If not run the below query.
    GRANT SELECT ON SCHEMA <schema_name> TO _SYS_REPO WITH GRANT OPTION.
    if it doesn't work try to give SELECT and EXECUTE access on both _SYS_BI and _SYS_BIC to your schema and check. And also but default your should have all the privileges on your schema.
    Regards,
    Venkat N.

  • HANA Live Content views column mapping to SAP tables document | SAP HANA Live for SAP ERP Finance Reports | Hana Live RDS

    I am searching for HANA Live Content views column mapping to SAP tables document. Please let me know where can I find it.

    Hi Srinivas,
    I guess this is the same question as the one about the SD content, so my answer is the same:
    if you have access to the HANA Live RDS documentation which comes as part of the so called Step-by-Step Guide you can find a document RDS_SHL_HANA10V5_Technical_Content_Mapping_EN_XX.xls in the folder structure. To get to this file you need to drill down this path:..RDS SBS Guides\HANA Live\V5\Serv_Enabled\RDS
    In that file you find all the tables used in all the RDS content.
    Regards
    Miklos
    Solution and Knowledge Packaging
    SAP Labs

  • Cannot start BW or HANA instances in SAP Management console

    Hi,
    I created instance of "SAP Business Warehouse 7.4 SP5 incl. SAP Business Objects BI 4.1 SP2 on SAP HANA 1.0 SP7". When I'm trying to start SAP BW or SAP HANA instances in "SAP Management console" via remote desktop connection I receive an error message :
    "WebService error: 21 The operation timed out" / "The RPC server in unavailable".
    Any ideas how to fix this?

    Hi,
    See note: 535532
    Mid way through the note it says:
    You can then register the SAP J2EE Engine as a windows-service by using the SAP J2EE Engine Config Tool. Open a command prompt and change to the directory <J2EE Engine installation directory>configtool and run configtool.bat or start this tool via your Start-Menu "Tools->Config Tool" of the J2EE Server entry. Select at the left navigation area of this tool the entry "cluster/ server" the checkbox "Enabled" at the tabstrip "NT Service". Apply these settings by clicking on "File->Apply" at the menu. Do the same with the entry "cluster / dispatcher".
    After you have finished these steps you can register now the J2EE Engine as a windows service.
    Start service.exe, which is also located in the directory
    <J2EE Engine installation directory>configtool. It works with three
    parameters:
    Service.exe u2013install u2013 the service(s) is (are) registered as NT/2000 Service(s). For each specified cluster node, a separate service is generated. All services have startup mode automatic. To start the service(s), open the Control Panel ¨Services folder. Find the service in the list of available services (for example: SAP J2EE Server 1, SAP J2EE Dispatcher 1, SAP J2EE Server 2, and so on). Select it, and choose u201CStartu201D on the right-hand side. No u201CStartup Parametersu201D are needed for the service to run. The system starts the particular J2EE Engine 6.20 node in background mode. It can be used and administered as usual. The only difference is that the server does not run in a console window.
    There may be other notes along these lines.
    You should also check any notes on the setup of SAP in MSCS cluster, as it will contain instructions for registering the services.
    Hope this gives you a pointer in the right direction.

  • SAP HANA Spatial Processing

    Hi expert,
    Please anyone can help me regarding Spatial feature of SAP HANA. How can i use this feature:
    1>Suppose i have already data with state & city and country.
    2>how can i start practice from basic to high level implementation.
    Your help will appreciate.
    Thanks,
    Shambhu Nath   

    Hi Shambu,
    Please check this resources.
    Spatial Processing with HANA FAQ | SAP HANA
    Spatial Processing | SAP HANA

  • SAP HANA Documents/Blogs

    Hi Mentors,
    I have recently started with SAP-HANA .Would like to know the document taking into consideration the following 2 scenarios's :
    1.  SAP HANA along with SAP-BW .
    2.  SAP HANA stand alone
    Please let me know the related blogs/Articles for the same considering i am new to this so the sequence in which i should start .
    Thanks
    Kamal Mehta
    Edited by: kamal mehta on Feb 6, 2012 1:24 PM

    Hi kamal,
    Firstly we can register urself on https://experiencesaphana.com and you can request for sandbox access that will really helpful for you to learn more about SAP HANA.
    Secondly, please find the below links for SAP HANA on BW and SAP HANA Standalone.
    1. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70d16119-ad21-2e10-de8b-eaaedf86b9cd?QuickLink=events&overridelayout=true
    2. http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/25122
    3. http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/25123
    you can get lot more links on https://experiencesaphana.com on the same.
    Hope it useful for you.
    Happy Reading!
    Regards,
    Neha Singla

  • CPU Work load optimization in SAP HANA

    Hi All,
    In virtual SAP HANA , there is an option to assign/optimize the vCPU to corresponds to Physical CPU as mentioned in the document below,
    .http://www.vmware.com/files/pdf/SAP_HANA_on_vmware_vSphere_best_practices_guide.pdf
    But,in Physical SAP HANA Systems, are the below mentioned features available,
    Can we assign dedicated CPU cores manually to a particular user/users ?
    Or, Is there a way to reserve  certain CPU cores for particular Application/Schema Threads/Sessions?
    Thanks for your help!!
    -Gayathri
    Message was edited by: Julie Blaufuss

    Nope, there is no such cpu-core based allocation option available.
    You can limit how many worker threads will be created, in case you need to balance the CPU usage on in a multi instance setup.
    However, you don't have any control on the actual amount of CPU resource that any SAP HANA instance, let alone DB user or query has.
    Comparing this with what you can do in vSphere is not suitable, as we are looking at a different level of abstraction here.
    To SAP HANA the machine that vSphere emulates will have x cores and SAP HANA will use these x cores - all of them.
    It's important not to forget that you have an additional layer of indirection here and things like CPU core binding can easily have negative side effects.
    For the SAP HANA users it would be more interesting to have a workload management within SAP HANA that would allow to manage different requirements on responsiveness and resource usage (it's not just CPU...). And that is what the SAP HANA development is working on.
    Maybe we're lucky and see some features in this direction later this year.

  • Right path for sap hana

    Is this a right track for a fresher to get into SAP HANA?
    I am sap abap consultant and have interest to learn sap hana...
    According to me,I wanted to first learn sap bi through a small or local institute and the n go for sap hana training from Sap bangalore center
    Is this the right track for me?
    SAP ABAP--->>SAP BI--->>>SAP HANA.
    Can anyone guide me about how much experience will be sufficient to gain sap hana?

    If you do not have knowledge on SAP BW, BO, BI then also you can learn (career) in HANA. SAP pointed HANA as the in Memory DB as same as the place where all applications going to run in future. If you’re a person known to Database Concepts and having basic Knowledge of SQL will help you to learn SAP HANA at ease.
    Since you are an ABAP Consultant the knowledge of ABAP will help you in understanding the business logic implementation. Do not think that ABAP is going to get wind up, it is getting powered by HANA with Smarter, Lighter and Faster that is called ABAP for SAP HANA. Good Career you find while learning HANA with ABAP. Chances of earning $80000 - $160000
    Learning HANA Modeling is easy when you have knowledge of BW if not, you will get to it on the class.
    You will get to know Business Objects concepts at the time of HANA ideas on Reporting, if you are known to it then you will find your way on HANA Reporting.
    SAP Business Intelligence the DW operational tool which helps you to understand implementation ideas from Business Warehouse on HANA viewpoint. If you are not going to work on BW on HANA it is not necessary to learn SAP BI.
    So it is not necessary learning SAP BI Before going to SAP HANA but Choose the Platform on which you have planned since there are various types of HANA Certification. If you have still doubts  look into these words http://scn.sap.com/docs/DOC-39531 for better concepts or talk to top trainers for direct interactions at http://techjobs.sulekha.com/sap-hana-training

  • SAP HANA Modules

    Hi Experts,
    I am into SAP ABAP from past 4 Years and want to learn SAP HANA.
    I have just checked there are 4 modules in SAP HANA.
    1.) SAP HANA data Modelling AND Implementation
    2.) Programming
    3.) BW on HANA
    4.) Administration
    I want to switch from programming , so which module will be easier to learn for me?
    I had small training on modelling 1 year back.
    And also my question is there any coding involved in SAP HANA modelling and Implementation?
    Please guide me with your valuable comments.

    Hi Sridhar,
    I don't this is the right place to discuss these doubts. Please find below link to get detail info to get your query. I would request please close the thread afterwards:-) as it is showning in highlighted list. You please inroll below courses then defintily will find out your answer. have a good day.
    https://open.sap.com/courses/s4h1http://  SAP HANA
    https://open.sap.com/courses/hana3  SAP HANA development
    Thanks,
    Prem

  • SAP HANA web based studio?

    Hello,
    Is there a web based tool for administrating SAP HANA like the SAP HANA Studio?
    For developement i found lots of subjects about the web-based development workbench but nothing about a web-based administrating tool.
    Thanks for any help.
    Best regards,
    Hassan khanafer

    i have an impression, but not confirmed by anyone, that SAP is moving with its cloud to provide more and more dba administration functionality onto the web and away from Eclipse, but the ultimate deliverable will be defined by customer demand and that may be many releases or years into the future. i think Amazon is the current leader in that space, but others are quickly catching up.

  • Start/Stop SAP Hana on SAP Hana Studio - Authentication Method

    Hi dear SAP Hana Colleagues !
    For security reasons, the Security Team is disabling the password authentication of SAP OS Users (<sid>adm). The password will be setted up as "locked" in the /etc/passwd file, to block "intearactive logins".
    As we know and as discribed in the section 2.2 of "SAP Hana Administrator's Guide", to stop/start SAP Hana Systems by SAP Hana Studio, we need to provide the "user/password" data to execute these actions, and this will not be possible if the password has remaining as "locked" in the OS.
    Are there another way to authenticate the <sid>adm user from SAP Hana Studio to execute the stop/start of SAP Hana System ?
    I'll wait your answers.
    Best regards,
    Rodrigo A. Botelho

    Rodrigo,
    esse espaço é de HANA em Portugues.
    Por favor, refaça a pergunta em Português e/ou pergunte no espaço de HANA em inglês:
    SAP HANA and In-Memory Computing
    Vou bloquear essa thread agora.
    Abs,
    Henrique.

  • 30 days HANA trial: can I recreate VM for "SAP HANA Studio" in cloudshare?

    Dear experts,
    got the VM's for the 30 days trial both up and running.
    Is it possible to recreate the VM's  mentioned below to start from scratch again ?
    a. SAP HANA SPS5 server
    Installed: SAP HANA SPS5 server
    OS: SUSE Enterprise 11 SP1 64 bit
    OS: Linux
    State: Running
    b. SAP HANA Studio
    Installed:
    • SAP HANA studio
    • SAP HANA client
    • Office Professional Plus 2010 SP1
    • Visio 2010 Premium Edition
    OS: Windows 7 Pro x64 SP1 
    OS: Windows
    State: Running

    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

Maybe you are looking for