ECC 6.0 with EHP 7

Hi,
Is ECC 6.0 available with EHP 7 for the installation. Can we directly install ECC 6.0 EHP7 or do we need to install ECC 6.0 first and then upgrade to EHP 7.
regards

Hi Denis,
You can install EHP7 for ECC6. You should 1st check Service Market place for PAM(product availability matrix) for combinations of DB and OS. You should understand your usage type and learn more about SWP/SUM/740 kernel/System Preparations and other knows prerequisites
1737650 - EHP7 for SAP ERP 6.0 SP Stacks - Release & Information Note
1865866 - SAP EHP 7 for SAP ERP 6.0 - Release Information
Divyanshu

Similar Messages

  • Material warranty in ECC 6.0 with EHP 4

    Till previously, warranty is limited to equipment and FLOC but with EHP 4 material warranty is also included. This I heard from SAP trainer. If any body worked in ECC 6.0 with EHP 4 has this feature, please let me know how it works and send any links to doc. Our requirement is like this. We are using Fleet management and some parts of the Fleet are under warranty. Parts are coded as Material. There are other ways to address the issue using enhancements. i would like to know if this issues is addressed in EHP 4.
    Thanks In advance for your help.
    Sudhakar

    Hi Denis,
    You can install EHP7 for ECC6. You should 1st check Service Market place for PAM(product availability matrix) for combinations of DB and OS. You should understand your usage type and learn more about SWP/SUM/740 kernel/System Preparations and other knows prerequisites
    1737650 - EHP7 for SAP ERP 6.0 SP Stacks - Release & Information Note
    1865866 - SAP EHP 7 for SAP ERP 6.0 - Release Information
    Divyanshu

  • 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.

  • What is the difference in SAPS requirement for ECC 6.0 (No EhP)  vs ECC 6.7 (EhP 7)?

    Hi Team,
    Hope you are doing well, Can you please explain the below points.
    1)      What is the difference in SAPS requirement for ECC 6.0 (No EhP)  vs ECC 6.7 (EhP 7)?
    2)     What is the split of SAPS between Core and RAM?
    Thanks in advance.

    Hi Deepak,
    We are not partner/ customer with SAP, so don't have access to tools.
    Can you please give theoretical idea about
    1)      What is the difference in SAPS requirement for ECC 6.0 (No EhP)  vs ECC 6.7 (EhP 7)?
    2)     What is the split of SAPS between Core and RAM?
    Thank you,
    Gopi Reddy

  • ECC 6.0 with EHP4 fresh Installation

    Hello Gurus,
    A fresh ECC 6.0 with EHP4 needs to be installed on Wnidows + Oracle Platform, please let me know which of the following path should be followed?
    1. SAP NW 7.0 installation (without EHP1)  --> EHP 1 installation --> EHP4 Installation
    2. SAP NW 7.0 with EHP1 installation --> EHP4 installtion
    3. SAP NW 7.0 installation --> EHP4 installation
    The other way to ask this questions is what are the dependencies between NW7.0 (ECC 6), EHP1 and EHP4?
    Please let me know which of the above options is feasible and recommended. Please let me know a better option if its not present in the above options.
    Regards,
    Saurabh.

    Hi,
    refer the following SAP note 1143022.
    Regards
    Manohar

  • Is SAP BI reporting is possible in ECC 6.0 with same client

    Hi all,
                             My requirement is, we need to design SAP BI data flow in ECC 6.0 with same client only.  Now I am designing the BI data models as per the requirement of SD sales reports in ECC 6.0.For this, when i was extracting the data from SD datasource(2lis_11_vahdr) in RSA3 its showing 0 records,actually  as per VA01 some records are available but its not showing in the RSA3.
                              My doubt is , is it possible to extract the data from ECC 6.0 and load the data to the datatargets  and get the SAP BI reports in ECC6.0 with the same client.
                              Please suggest as soon as possible.
    Thanks

    It is possible to load the data from the same client. It all depends on the source system and the client which has been connected in the RFC connection.
    Let me know if this helps.
    Regards,
    Avinash

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • What are the major differences b/w R/3 4.7 and ECC 6.0 with SAP BW/BI

    Hi,
    Any one can give an idea about the conversions from SAP R/3 to ECC 6.0 with respective of SAP BI/BW.
    what are the major differences loading the data,delta methods,enhancements,lo's,FI-SL,CO-PA etc.....
    if any one have documents and links please can you share it is very usefull for my client.
    with out knowing i don't want to go forward,i don't misguide my client.
    actually i am working as sap bw/bi consultant,my client is going to upgrade the R/3 4.7 to ECC6.0 and BW 3.5 to BI 7.0.can you help me or guide me .
    Thanks in advance.
    SAP Member......

    Check
    http://service.sap.com/releasenotes
    http://erp.fmpmedia.com/
    Markus

  • Crystal Report against ECC 6.0 with SSO configured

    I created a simple report against the ECC 6.0 Article table and saved it to InfoView. I can run the report fine, but when others run it they get an error stating the logon parameters are incomplete. We are in the process of configuring single sign on and have created other Crystal Reports going against ECC 6.0 with Business Views where SSO turned on in the data connection. Everyone can refresh those reports with no problems. Is their some report setting that needs to be set for Crystal Reports using a data source directly against ECC 6.0 tables?

    We have multiple reasons for implementing SNC.
    The main reason we have enabled SNC is to simply the users experience while working in the SAP environment. We are going live this month with Plant Maintenance, SRM, Project System, General Ledge and Asset Management reporting cubes in our BW environment as well as in our ECC 6.0 environment. We have  set up SAP Portal and have created iviews to BOBJ folders and reports. Users are authenticated once by logging on to the Lan. Once logged on we would like them to seemlessly run SAP transactions and Business Objects reports through the SAP Portal based on their job function. Each user has security setup in BOBJ and SAP to allow access to transactions and reports appropriate for their job function.
    We have three types of SAP reports and data connectors.
    - One set of Crystal reports go against ECC 6.0 through Business Views with a Data Connection set up for SSO.
    - One set of WEBI reports goes against BW queries though Universe Connections set up for SSO.
    - One set of Crystal reports go directly against ECC 6.0 tables.
    We currently have two issues:
    1) The Crystal reports going directly against ECC 6.0 tables are returning the error
         Error - The database logon information for this report is either incomplete or incorrect.
    2) When we send a link to any report using OpenDocument if the user is not logged on to InfoView they get a rather long error message:
    Account Information not recognized: Active Directory Authentication failed to log you on. Please contact your system admin.... 
    Our hardware and server setup is a load balancer connected to a cluster of two Tomcat servers connected to two BOBJ servers.

  • Improvements and Changes in ECC 6.0 with 4.6/4.7 Version

    Hi All,
    Can any body tell me what are the Improvements and Changes made in ECC 6.0 with 4.6/4.7 Version, in Configuration, Master data, Transactions and other new functionalities.
    Please let me know the above details with reference to MM Module perspective.
    Regards,
    SAP MM

    Hi,
    Go through the documentation in the library for ECC6.0SAP ERP central componentRelease notes for ERP central component.In that check Chapter13 Material management.
    Or check the link below.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    Regards,
    Rambhupal reddy

  • Seeburger Adpater for PI with EhP

    Hi,
    Does anyone know whats the correct Seeburger version or the CD set number (for example: 51038606 & 51038611) for PI 7.1 with EhP 1 SPS 05?
    I'm unable to open the OSS Note 890721, to check the right version or CD set number for Seeburger adapter for PI 7.1 EhP 1. If someone could provide me the details of the note, that will be a great help.
    Thanks in advance,
    Sumant.

    For PI 7.1 EhP1 also called as PI 7.11, you may search for "NW711-PI-A AS2 SEEB 2.1" version on Marketplace. There are different CDs for different adapters. e.g 51038606 is for AS2 adapter.
    The note you mentioned is under rework by SAP and therefore coudn't be checked.
    Regards,
    Prateek

  • Use of ECC 6.0 with PI 7.0 server?

    use of ECC 6.0 with PI 7.0 server?
    what are the requirements for uploading wsdl and Tpz files from service Market Place to PI 7.0 server?

    Hi
    RZ70 automatically creates and uses an RFC to the SLD - assuming this RFC can communicate over your network
    setup it should work
    BTW You can always add a system manually to SLD or from other SLDs content as well - just in case this doesn't work
    Best regards
    Stuart

  • To view Balance Sheets of previous period from table GLT0 in ECC 6.0 with N

    How,
    We are on ECC 6.0 , with New Ledger activated from FY:2009 .
    Now, when we run the Transaction F.01 (Program: RFBILA00) it gives us the balance sheet figures picked
    from the Table FAGLFLEXA .
    It does not show us the Balance sheet figures of Balance currently in the Classic GL table GLT0 .
    ie: f.01 to show report from 0L as well as GLT0 . (ie from Leading Ledger as well as Classic Ledger)
    Pl.suggest ow can we view B/S of entries in Classic GL table GLT0 for previous years.
    Regards,

    The balances in both tables should be the same, right?  It is just that in FAGLFLEXA you may have some extra line items due to document splitting.

  • Profit center accounting in ECC 6.0 with Document Splitting

    HI
    We are working on a project in ECC 6.0 with document splitting functionality. I would like to know how to transfer Payables/Receivables, Materials, Assets in Profit center accounting. I have done necessary configuration but some how results are not getting updated in PCA. Is there any specific report required to see result or standard reports gives the results.
    I have assigned Accounts in 3KEH and their default assingment in 3KEI kindly tell me how to proceed about it.
    I have done these configuration so far
    Define Ledgers for General Ledger Accounting
    Assign Scenarios and Customer Fields to Ledgers
    Classify G/L Accounts for Document Splitting
    Classify Document Types for Document Splitting
    Define Zero-Balance Clearing Account for profit center
    Define Document Splitting Characteristics for General Ledger Accounting
    Activate Document Splitting
    Apart from these is there any other configuration kindly let me know
    Get points
    Regards
    Geeta

    Hi,
    I am using S_ALR_87012284  to generate my financial statements. But whenever I provide a profit center value in the dynamic selection screen, i will encounter the FAGL_DB007 error.
    The error message reads -->
    Invalid selection when reading balances in new General Ledger Accounting
    Message no. FAGL_DB007
    Diagnosis
    Read access to balances of New General Ledger Accounting can only be granted to selection conditions for fields in table &V1.
    System Response
    No balances can be read.
    Procedure
    Check the selection criteria by calling up the transaction.
    Anyway I can overcome this error?
    Rgds,
    Bryan Goh

  • Integration of ECC 6.0 with SRM 5.0 SR2

    Hi Guys,
          Can any one please provide me with the steps for integrating ECC 6.0 with SRM 5.0 SR2.
    Regards,
    Max

    Hi ,
       Can anyone please let me know if any one has any kind of documentation on this.
    Regards,
    Max

Maybe you are looking for

  • IPhone charging bug in 3.0

    Hi, I am curently using a Dension Gateway 100 to connect my iPhone 3GS to my car audio system. It's the model with the new cradle compatible with USB charging for the iPhone 3G/3GS / Touch 2G. However, I do have a charging issue with my iPhone 3GS (r

  • Using split with backslash

    Hi, im trying to split a string that actually a file path so I can get the document name and type from the end ie I need to get myDoc.XML from \\ukserver\myfiles\XML\myDoc.XML. but it doesnt like the backslash, anyone done anything similar?

  • Safari quits on open after 10.4.11 Update

    After downloading the most recent Tiger update (via auto update) 10.4.11 (PPC version), Safari will not open. Worked fine prior to update. No other applications are open or were added. The following error message is displayed: "The application Safari

  • Safari doesn't show after installation

    Hi folks, I want to try the new safari 4. So I went to apple.com, downloaded the .dmg and installed the program as usual until it showed the usual message to be successfully completed. Thatafter I can only find the package and installation-drive to i

  • My iphone 4 dont find a sign of cel operator, what can I do??? Help me pleeease...

    My iphone 4 dont find a sign of cel operator, what can I do????