ECC 6.0 and Netweaver 7.3 BI across different OS

Hello all,
We are currently upgrading to ECC 6.0 EHP 5 on AIX/Oracle 11g. Our Business Intelligence team would like to run Netweaver 7.3 BI along with BOBJ 4.0 and Data Services 4.0 on Windows Server 2008.
I was just wondering whether this was possible for integration, or whether we would encounter any sort of interoperability issues? Any help or notes on interoperability would be greatly appreciated.
Thanks.

> Interestingly enough, when I look at the downloads for Windows, I only see Oracle.  To install on SQL Server 2008 R2, do I simply do the SQL install myself separately from running sapinst?
Licenses for SAP systems are usually tight up with the database licenses. If the contract you actually have covers only Oracle, then you can't install a SAP system on SQL Server (and vice versa).
Even if you can install the system with a different database you will not be able to get a license key for another database.
Markus

Similar Messages

  • Diff in SAP ECC 6.0 and Netweaver

    Hi Experts,
    I am working as SAP ABAP Consultant.
    I am new to SAP Netweaver with JAVA. I want to Learn SAP with JAVA also.
    Can any one tell me whether the SAP 6.0 is used for SAP NetWeaver developement with java
    or it needs some more than SAP ECC 6.0 for ABAP.
    Which java is used mostly in SAP?
    How to start learn JAVA for SAP?
    Awaiting helpful reply
    Thanks In  advance,
    Dhanu

    Hi Dhananjay,
    The SAP NetWeaver Application Server (SAP NetWeaver AS) defines the runtime environment both for Java- and ABAP-based applications in SAP NetWeaver. We refer to the Java-related parts of the server as SAP NetWeaver AS Java. The main part of SAP NetWeaver AS Java is the SAP J2EE Engine, a complete runtime system that can host applications in compliance with the J2EE 1.3 standard.
    The SAP J2EE Engine supports all the techniques that became popularized by J2EE - JavaServer Pages, servlets, Enterprise JavaBeans (EJBs), etc. - so that applications can be ported with minimal effort to SAP NetWeaver AS Java. However, SAP NetWeaver AS Java offers additional functionality on top of what is required in the J2EE 1.3 standard.
    Where should I store database tables of my combined ABAP/Java system?
    The important information here is: Please keep the database storage of your Java- and ABAP-based components separate:
    ABAP components access database tables stored in the “ABAP” database schema.
    Java components access database data stored in the “Java” database schema.
    Best, there is one database instance keeping both ABAP and Java schemas, namely the database instance that is already pre-configured during the SAP Web AS installation.
    Can my Java program modify data in the ABAP database schema?
    The important constraint is: In general, Java components do not access tables stored in the ABAP schema directly, via persistence APIs (for example, JDBC). Analogously, ABAP components cannot manipulate data in the Java schema.
    Don’t worry: Of course, Java components can read or modify data in the ABAP schema. But rather than accessing table data directly, they are intended to go around: In the Java code, you apply the application-level APIs (like SAP Java Resource Adapter API, web services, Adaptive RFC for Web Dynpro UIs) and ask the ABAP component to do the work on the database.
    Can I integrate Java and ABAP components in the scope of an application?
    Of course, you can combine Java and ABAP components in your systems. There are several technologies enabling reliable data exchange between them, like SAP Java Connector (SAP JCo), SAP Java Resource Adapter (SAP JRA), web services, and SAP Exchange Infrastructure (SAP XI) to name some.
    The below link helps u in understanding the connectors of java and sap.
    [http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm]
    Using the SAP Java Connector
    SAP’s new Java middleware, the SAP Java Connector (JCO) allows customers and partners to easily build SAP-enabled components in Java. JCO supports both inbound (Java calls ABAP) and outbound (ABAP calls Java) calls in desktop and server applications.
    In this Sample Program we connect to SAP and call two BAPIs.
    Import statements: Any program using JCO should contain the following import statement:
    import com.sap.mw.jco.*;
    Otherwise, you have to fully qualify each class and interface which is very inconvenient.
    Connecting to SAP
    JCO.Client mConnection;
    A connection (or session) with SAP is handled by class JCO.Client
    try {
    mConnection =
    JCO.createClient("400", // SAP client
    "c3026902", // userid
    "********", // password
    "EN", // language
    "iwdf5020", // host name
    "00"); // system number
    mConnection.connect();
    catch (Exception ex) {
    ex.printStackTrace();
    System.exit(1);
    "A Client object is created via a call to createClient(). You can use a specific application server (as in the above code) or a server group (load balancing)." REFER the JCO Javadoc for the overloaded createClient() method for the latter possibility.
    "The Client class's connect () method tries to log on to SAP. If that fails for any reason, an exception is thrown. If the call succeeds, we can now stay connected for as long as we like. When we are done, we can call disconnect () to explicitly log off."
    Thankyou
    Regards.

  • 4.6c Upgradfe to ECC 6.0 and 7.3

    We are running 4.6c, patch 44, on an AS/400 model 840 with v5r1.  We know we're way behind the curve and need to upgrade.
    We plan to move off the AS/400 and go to HP blade servers running Windows 2008.
    My question is, can we upgrade straight from 4.6c patch 44 to ECC 6.0 and NetWeaver 7.3 without have in move to the latest 4.6c patch?
    Thanks,
    Bill Cooper
    Western Region Service Manager
    TT electronics

    Hi Bill,
    unfortunately, it is not possible, to upgrade to 6.0 with lower than V5R3 - support is available as of V5R4.
    And then: ECC 6.0 contains Basis 7.00, 7.01 and in 6 month 7.02 - but NOT 7.3. 7.3 will be available as Basis release soon for e.g. BI.
    So, either you need to upgrade your OS first or you need to upgrade to ECC after the migration. We did this at another customer in the US and were below 50h (including moving the data via the ocean). So, it might be worth, to think on "on-step" with migration first and then upgrade directly attached in one downtime.
    If you do have more questions, just contact us offline, we did several of these kind of things ...
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

  • Difference between ecc6.0 AND Netweaver 2004s

    HI all,
    I want to understand the basic difference between ECC 6.0 and netweaver 2004s.ECC 6.0 is abap and stack and if we want to java stack then do we install netweaver 2004s java stack seperately or we have a java addin for ecc 6.0 facility.If we install netweaver 2004s abap stack only does that mean that we have ecc 6.0 installed?

    Hi,
    Ecc 6 is Comes under the ERP
    While Netweaver 2004s is Sepereat component under which BW.XI Portal come.
    You can install ABAP+ JAVA in both the Cases.
    If you install Netweaver 2004s only ABAP it does not become ECC6.
    Thanks Rishi Abrol

  • Are ECC 5.0 and ECC 6.0 components and can run without Netweaver?

    Hi Experts,
    As you know I'm new SAP Basis/NetWeaver on my new job. What is the difference between ECC 5.0 and ECC 6.0? how and where we install NetWeaver or
    how we configured netweaver, is it a separate product? how it talks to Backend system? where do assigned roles in NetWeaver or in Backend system? How can we monitor SSL cert's? urgent...please help.
    Thanks,
    Frank.

    Hi,
    Your question needs lot of explanation but i would try to make it short and simple.
    First SAPNetweaver is platform for all the new releases.Previously, in SAP R/3 4.6C the platform was SAP BASIS after that comes SAP R/3 ENTERPRISE  which was SAP web AS then Came in mySAP ERP Edition 2003 main component was SAP R/3 Enterprise powered by SAP Netweaver and then mwSAP ERP Edition 2005 main component SAP ECC 5.( ERP centeral component).This ECC comes under my SAP ERP and it consists of other as well like portal,BI,SRM,SCM,SEM etc. SAP netweaver has its own features which u can search online and u will get lot of information on this platform which all u r getting in these new relases powered by SAP netweaver.SO it goes like
    SAP R/3 3.1----->SAP R/3 4.6C>SAP R/3 Enterprise-->mySAP ERP2004 -
    >mySAP ERP 2005.
    There are two stacks in SAP web AS 6.4 ABAP and Java both has diffrent schema's.
    where do assigned roles in NetWeaver or in Backend system?
    For ABAP we can assign the roles from Tcode : pfcg
    and for Java UME or Visual administrator .. it depends on the datasource.
    For maintainning SSL u can view tcode :STRUST
    I hope it has cleared ... if yes reward points

  • Compatibility between ECC 6.0 EHP4/NW 7.01 and Netweaver Portal 7.0 SP17

    Hi,
    Our system landscape consists of ECC 6.0 EHP4/NW 7.01 and Netweaver Portal 7.0 SP 14.  We are thinking of upgrading our portal to SP 17.  Will it lead to any compatbility issues with our ecc system? are there any dependencies?
    Thank you.

    Hi,
    The easiest way to know what SAP NetWeaver SPs aligns with SAP ERP/ECC SP stack or any other app's SP stack is the following:
    - logon on to http://service.sap.com/sp-stacks
    - click on the appropiate app's SP stack . SAP ERP 6.0 (SAP ERP 2005) your case as it also covers EhPs too.
    - In the resulting screen, select the ECC SP level you have (or want) and NW components you have
    - The resulting list will indicate what the NW patches you need to be in synch.
    I hope this helps,
    Mike.

  • ECC and Netweaver Info

    Hi,
    Can you please provide me iformation on ECC5,6 and netweaver.

    Hello,
    Check the below URL.
    http://service.sap.com/erp
    http://easymarketplace.de/online-pdfs.php
    http://service.sap.com/netweaver
    Hope this will help you, do revert if you need more info.
    Best Regards,
    Sachin.

  • What is the diff b/w web as and Netweaver 7.0.

    hi
    SAP 4.7 is based on Web AS
    ECC 6.0 is based of Netweaver 7.0.
    pleze illusterate this one

    Now SAP evolved into using the Internet technology and is called as service oriented architecture (SOA). There are lots of functionalities available in ECC 5.0 and ECC 6.0 compared to R/3 in integrating with other systems. Probably to understand the specific release dependent changes, you can go thro the help documentation. For example to understand the diff between ECC 6.0 and ECC 5.0
    1.      ECC 6.0 enables Business area posting - Segment reporting made easy.
    2.      Profit center accounting is through new GL.
    3.      Document splitting: Split of entry to post assets and liabilities to respective profit centers. (Balance sheet items)
    4.      Enables commitment of FM, improved CRM feature & Mobile sales feature
    Here are the list of Transactions not their in ECC 6.0
    QAS1 Download Insp. Specs. (Obsolete)
    QAS2 Download Basic Data (Obsolete)
    QAS3 Upload Results (Obsolete)
    QAS4 Upload UD (Obsolete)
    WLF1K Report used to generate WLF1K is: SAPLWLF1
    O07C Report used to generate O07C is: SSFPSEMAINT

  • Key Differences in ECC 6.0 and 4.6C with respect to SAP SD Module

    Dear All,
    I would like to know the know the Key Differences in ECC 6.0 and 4.6C with respect to SAP SD Module. I have already gone throught the release notes and
    upgrade erp in service.sap.com. I have also checked solution browser.
    Its Urgent.
    Regards,
    Rakesh

    Hi Rakesh,
    Some of the differences are:
    1. Document Flow
    In ECC 6.0, The flow of sales documents is seen much better and improved as compared to 4.6C. Once You look at the screen, You will clearly figure out the difference.
    2. Sales Order Look and Feel
    There are more tabs in ECC 6.0  for Item Level Details.
    The Sales Doc. appears as supremely perfect.
    3. ECC 6.0 is built on NetWeaver Technology  (that possess SOA i.e. service oriented architecture) , Hence more reliable and Improved as compared to previous one.
    Hope this will help you. Reward if found useful
    Regards,
    Gaurav Raghav

  • ECC 6.0 with NetWeaver Ehp 1 without Ehp 4

    Hello
    Is this combination possible?
    ECC 6.0 with NetWeaver Ehp 1 without Ehp 4
    Thank you very much!

    That combination is not possible.  The information below is taken from http://www.sdn.sap.com/irj/sdn/nw-70ehp1.
    Regards,
    John
    What is the implementation strategy for SAP Business Suite?
    With the unrestricted shipment of enhancement package 1 for SAP NetWeaver 7.0, only implementations within standalone installations of SAP NetWeaver 7.0 are supported (e.g. for BI, EP, etc.).
    For existing installations of SAP Business Suite systems (i.e. SAP ERP 6.0, SAP CRM/SRM/PLM, ...) etc.) that are based on SAP NetWeaver 7.0, the SAP enhancement package 1 for SAP NetWeaver 7.0 shall not be installed separately, as it will result in malfunctioning of the installation procedure and/or the final system state.
    Business Suite 7 (generally available since May 5th, 2009) is technically based on the SAP enhancement package 1 for SAP NetWeaver 7.0. All relevant parts of enhancement package 1 for SAP NetWeaver 7.0 are included in the respective SAP Business Suite 7 installation routines and will be installed automatically underneath the SAP Business Suite systems when an upgrade to SAP Business Suite 7 is performed. More information is available in this overview presentation, more details can be found at the service marketplace quick- link /ERP-EHP (SMP login required).
    General note on the relation of enhancement packages for SAP Busiess Suite and SAP NetWeaver:
    Customers who have implemented certain enhancement packages for SAP Business Suite might have to implement a certain enhancement package for SAP NetWeaver 7.0 as well. Please refer to the respective documentation of the SAP Business Suite for details.

  • ECC 4.0 and 6

    Hello
    What is the difference between ecc 4.0 and ecc 6.0. I am a BW consultant and how does this differnce effect us..Please let me know...and also if someone could explain in brief abut these 2 ecc as well...JUst an idea

    Tom,
    ECC 4.0 is the version of R/3 akin to BI3.5 - essentially running on NW2004 I guess. ECC6.0 runs on Netweaver 2007 - which is akin to BI 7.0
    As for the ERP level module level differences- I would not be too aware but the platform for the two are different.
    The difference in BW is just that - 3.5 versus 7.0 and similarly towards the extractors etc etc.
    Arun

  • Using the Open Catalog Interface (OCI) between SAP-ECC 6.0 and SAP-MDM

    Hello ASUG Community.
    I'm working on an SAP-MDM project where we will configure the OCI interface between SAP-ECC 6.0 and SAP-MDM.  The business requirement will be to punch out to SAP-MDM's catalog from SAP-ECC for expensed items (e.g., no material master record exists in SAP-ECC).
    The data that will be returned to SAP-ECC will be purchase price info, material group, short text, & our global SAP-MDM item number.
    The question I've been trying to design around is "where to store the SAP-MDM item number"?
    I've looked into creating a custom filed on EKPO but now feel that a configured text field will be the best solution from an SAP-ECC point of view (less effort on the SAP-ECC side from a development perspective, no need to regenerate the EKPO table, etc.).
    The question I'd like to pose to ASUG is.... Does anyone have experience or an opinion to offer using this functionality?  It seems that I will have to code in a user exit or BAdi to insure that the SAP-MDM item numbers are returned to the appropriate text field on my POu2019s.  Or can this be done using the standard OCI functionality?
    I found OSS note 1347656 which references BADI "ME_CATALOG_INTERFACE" but I'm not sure if this right path to go down or if this would be the correct place to code non-conforming OCI mapping requiremetns.
    Any insight would be most appreciated.
    Thanks.  Sincerely,
    Rich Wortmann

    I would suggest you create a new field for this as you may require thois going forward for reporting as well. Text fields are difficult to report.
    Sorry not sure about the BADI to use.

  • Install ECC 6.0 and Solution Manager on same server Error (MaxDB/Linux)

    I have installed Solution manager on one server and then ECC 6 also in the same server with another SID. during the installation it errored out at phase "SLD configuration" with UME error , J2EE_ADMIN locked etc..we checked the user id and noticed it got locked in ECC 6 system and we unlocked it.
    But after the ECC installation the solution manager java engine is not coming up error with "com.sap.security.core.ume.service failed" error. Prior to the ECC installation the Solution Manager J2EE was working.
    thanks in advance
    Mathew

    error in the /j2ee/cluster/server0/log/defaultTrace.1.trc
    is as follows
    #1.5#00137256A483001E0000001700006F190004163784D40864#1150327614343#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_61##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#
    When I looked at using jcmon the dispacher is up and the server0 and SDM is down

  • What is the difference between NetWeaver 7.3 and NetWeaver 7.03?

    Hi Experts,
    Can anydoby explain me the difference between NetWeaver 7.3 and NetWeaver 7.03? or say difference between NetWeaver 7.2 and NetWeaver 7.02?
    I have been confused by these 2 terms. As far as I know, the features of AS ABAP in NetWeaver 7.3 and NetWeaver 7.03 are almost same. The same applies to NetWeaver 7.2 and NetWeaver 7.02.
    BTW, as I know the BS2011 are based on NetWeaver 7.03, PI 7.3 are based on NetWeaver 7.3.
    Thanks and Best Regards
    Fei
    Moderator message: not directly related to ABAP development, please search for available information, e.g. in the Netweaver forums.
    Edited by: Thomas Zloch on Mar 1, 2012

    Vivianemt wrote:
    I have an Olympus OM D E 5, I think only Lightroom 4.3 is useable.
    The Olympus OM-D E-M5 was first supported in Lightroom 4.1
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Vivianemt wrote:
    Can I upgrade from  LR 4 to 4.3??
    Yes, all 4.x dot releases (updates) are free of charge to all version 4 owners.
    You only pay again for the next major version upgrade = version 5  unless you're a Cloud member where all upgrades and updates are included in the membership fee.

  • What is the difference b/w the sap r/3 platform and netweaver?

    what is the difference b/w the sap r/3 platform and NetWeaver.
    do both go hand in hand .......
    i am relatively new to ESA....
    if one want to manage databases will he use sap/3 or NetWeaver...
    is NetWeaver is additional functionality incorporated in r/3 to mange it strategies......

    Hi,
    Check out this forum posting. I think it covers the question - it has been asked a couple of times.
    netweaver vs mysap
    Cheers,
    Mike.

Maybe you are looking for