Installation of SAP CRM 7.0 EHP1

Hi Gurus,
We are in the process of installing SAP CRM7.0 EHP1. As per the requirement we have downloaded all the installables, including a UC kernel from Netweaver 7.0 EHP2 set of installables (as per the SAP EHP1 installation guide).
During installation, i provided the "UC kernel NW 7.20" for Windows and it went successfully to the next screen where it asked for import data. In the next screen, it again prompted us for a "Kernel NW 7.20". Even if we give any kernel the installation fails with the message
You entered: F:\Installables\SAP_CRM_70_EHP1\51039352_8\NW_7.02_Kernel_7.20_OS_400__Windows\LABEL.ASC Found the label SAP:AKK:720:DVD_KERNEL:SAP Kernel 7.20:Dxxxxxxxx::D51039352 but need the label SAP:SAPLUP:700:::
Could anyone please help me out with the right kernel that is required?
Thanks & Regards,
Savan D.

You should download the DVD with number 51039102.
CDLABEL.ASC:
SAP EHP2 FOR SAP NETWEAVER 7.0
Kernel 7.20
AIX 64bit, z/OS 64bit
HP-UX (IA64 64bit, PA-RISC 64bit)
Solaris (SPARC 64bit, x64 64bit)
Number 51039102

Similar Messages

  • Pricing in SAP CRM 7.0 Ehp1

    Hi Experts,
    I have some doubts in the SAP CRM 7.0 EHP1  pricing.
    1.is IPC part of sap crm or any other third party tool ?
    2. How to find the IPC user exit in the sap crm system.
    3. ERP (R/3 version is 3.1)is the backend system  and already they implemented the pricing conditionS in SD. I know we can dodwnload the pricing conditions from ERP to SD Using midldleware.after downloading the pricing condition where i have to write the code?
    4. JAVA knowledge is required or not for writing the Pricing conditions.(I know only basic java coding and good in abap )
    Please help me.
    Thanks,
    Venkat

    Hi Venkat,
    There's good blog about pricing in SAP CRM 7.0 EHP1 : /people/srini.katta3/blog/2011/04/19/faster-and-powerful-pricing-engine-delivered-with-sap-crm-70-ehp1
    and also take a look at SAP Note Note 809820 - Userexit concept for pricing
    There you can download guide about how to develop user exit Pricing in CRM
    Hope it's help,
    Lina
    Edited by: Linawati Lie on Sep 5, 2011 10:51 AM

  • Error in AET in SAP CRM 7.0 EHP1

    Hi All ,
    I have created new table using AET in SAP CRM ehp1 and it  has created new z-component and z-table succusfully.
    When I opened the component and view and i noticed it has been created two context nodes.
    One is Parent and another is z-context and here Parent context node is not refering any base entity.But while creating the new data base table I selected ORDERADM_I as parent object.
    PARENT context node base entity is initial  and  Implementation Class CL_BSP_WD_CONTEXT_NODE .
    ZATAB000013 context node Base Entity is ZAEXT_BOL_OBJ000002 .
    Beacuase of this parent context I am getting dump "Parent context node is initial".
    Thanks,
    Venkat

    Hi,
    I am not sure what steps you habe taken for the AET table view creation.
    If you open any sales order and then open an item, you come to item's overview page.
    If your requirement was to add a custom table based assignment block on this-item overview page then steps for creation are :
    1) Start the config tool from UI and select the Items header view
    2) use Display Enahncement button
    3) Select NEW on table enhancement
    4) create the table enhancement by defining the fields and their properties
    5) Once done and clicked on save and generate, then this creates the table view in the component you defined in AXTSYS.
    6) AET automatically adds this table view as assignment block on Sales Order Item overview page - where from we began the AET.
    7) Then you just have to go to the BT115I_SLSO and select overview page, go to view config tool and pull the AET generated view into displayed block. Save the config and do client copy if your test client is different than customizing client.
    That is all.  PARENT is MUST because your AET table create a dependant Z bol object with a Z relation to BTADMINI in this case.
    The care is taken by AET to bind the BTADMINI to PARENT through component usage on item component controller.
    One must understand the requirement given, think about the design and then go for creating the AET. Just running the wizard without understanding what i want and what i am doing is a wrong practice.
    You will get a dump if you run the component standalone because obviously PARENT is initial. Who is supplying entity to Parent ? No One and so its initial.
    Do you see the Zcomoment/zview in Sales order item compoent's overview page ? it should be there if you have created the AET in the steps i gave.
    Did you start AET from sales order header-General data view or sale order item-General data view ?
    Incase you do not see your AET created component and view on overview page view config, then you have to create component usage of your AET component and add the view to your overview page. Plus code in WD_USAGE_INITIALIZE method of sale order item component and bind BTADMINI of component controller to PARENT node.
    Thus you will not get the PARENT initial and hence no dump.
    Thanks & Regards
    Suchita

  • Word 2007 (docx) integration in SAP CRM 7.0 EhP1

    Hi,
    When creating word templates with the template designer (CRM_OI_TEMPLDSG) for office integration, is it possible to use Mircosoft Word 2007 docx-files?
    Furthermore you get the message, that "The file contains custom XML elements which are no longer supported by Word. If you save this file, these custom XML elements will be removed permanently." ([KB2445062|http://support.microsoft.com/kb/2445062]) when you create a template in fileformat .doc with Word 2007. When you open this template again all xml elements are no longer available (as mentioned in the message) and you have to create the template again.
    How do you handle this situation? Or do you not even have this problem?
    Thanks in advance,
    Sebastian

    May be this thread Document Template designer - ActiveX on IE 7 problem and the [Note 1566793 'Procedure to create word template in EHP1 & higher versions'|https://service.sap.com/sap/support/notes/1566793] will give you some inputs.

  • How to send Email to customer when clicked on hyperlink on SAP CRM web UI

    Hi all,
    I am working with SAP CRM 7.0 EHP1. I have one field named Email on Complaint description page on Web client UI. I have made the field a hyperlink by using the setter getter methods of attribute in component workbench for the component -BT120H_CPL. Now I want to send one mail to customer who have raised the complaint when clicked on the hyperlink Email through SAP CRM if possible or by using Microsoft  outlook(Microsoft outlook is default mailing server on the system).
    Please help !
    Thanks and regards,
    Kavita Chaudhary
    Mobile: 8800222151

    Hi kavitha Chaudhary,
    if you wan to send any details to outside mail id first you should get that person mail id. based on that you can send data to that mail id by using this code...
    just fallow this code in your event..
    DATA: send_request       TYPE REF TO cl_bcs.
    DATA: text               TYPE bcsy_text.
    DATA: document           TYPE REF TO cl_document_bcs.
    DATA: sender             TYPE REF TO cl_sapuser_bcs.
    DATA: recipient          TYPE REF TO if_recipient_bcs.
    DATA: bcs_exception      TYPE REF TO cx_bcs.
    DATA: sent_to_all        TYPE os_boolean.
    TRY.
    *     -------- create persistent send request ------------------------
           send_request = cl_bcs=>create_persistent( ).
    *     -------- create and set document -------------------------------
    *     create document from internal table with text
           APPEND 'Hi to all' TO text.
           document = cl_document_bcs=>create_document(
                           i_type    = 'RAW'
                           i_text    = text
                           i_length  = '12'
                           i_subject = 'test created by srinivas' ).
    *     add document to send request
           CALL METHOD send_request->set_document( document ).
            sender = cl_sapuser_bcs=>create( sy-uname ).
           CALL METHOD send_request->set_sender
             EXPORTING
               i_sender = sender.
    * hardcoded value im passing here u should capture customer mail id here..
    data : lv_email type string.
    lv_email = '[email protected]'.
    *     --------- add recipient (e-mail address) -----------------------
    *     create recipient - please replace e-mail address !!!
           recipient = cl_cam_address_bcs=>create_internet_address(
                                             lv_email ).
    *     add recipient with its respective attributes to send request
           CALL METHOD send_request->add_recipient
             EXPORTING
               i_recipient = recipient
               i_express   = 'X'.
    *     ---------- send document ---------------------------------------
           CALL METHOD send_request->send(
             EXPORTING
               i_with_error_screen = 'X'
             RECEIVING
               result              = sent_to_all ).
           IF sent_to_all = 'X'.
             WRITE text-003.
           ENDIF.
           COMMIT WORK.
    * *                     exception handling
    * * replace this very rudimentary exception handling
    * * with your own one !!!
         CATCH cx_bcs INTO bcs_exception.
           WRITE: text-001.
           WRITE: text-002, bcs_exception->error_type.
           EXIT.
       ENDTRY.
    after this go to sost transaction.
    first you can see first mail.. select your recent mail id execute then you will get email..
    try this and let me know..
    if this is not working then see this link too this might be help full to you.
    Hyperlink in Email using Send Mail Activity
    Thanks & Regards,
    Srinivask.

  • Is it possible to use variant configuration (with a Non-SAP solution) when creating ERP sales orders in SAP CRM WebUI

    Hello,
    our customer plans to use a Non-SAP solution for variant configuration (Camos) in SAP ERP (ECC 6.0) and in SAP CRM 7.0 EHP1 as well.
    ERP sales orders (and ERP quotations) should be created in SAP CRM (CRM WebUI).
    Is it possible to use variant configuration (with an external variant configuration tool) when creating ERP sales orders and quotations in the SAP CRM WebUI or do we have to implement SAP IPC for this?
    Thanks in advance.
    Regards,
    AEV

    Dear AEV,
    I think LORD (lean orders) should work with variant configuration as well. In the note 1236015 there is not restriction listed. However you need lord2 activated in ECC, and ECC system should be on EHP4.
    Best regards
    Rene

  • How to stop the sap crm search in the middle if it takes more time

    Hi,
    We are in SAP CRM 7.0  EHP1.
    In webui, if we search for any customer, product, contact, transactions and the volume of results list is more, system takes more time to diplay it in results list and till that time wheel spins. If user decides to stop the search, the only option they have is logoff or F5 which will take to new session.
    But I came to know in EHP1, options are there to stop the search manually and proceed with other transactions/search in the same session.If any one knows this, pl share the details.
    Regards
    Suresh

    Hello,
    This functionality was recently introduced by the following note:
    https://service.sap.com/sap/support/notes/2044841
    Regards
    Joaquin

  • SAP EHP1 for SAP CRM 7.0 : RKT Workshop for Interaction Center

    Hi Everyone,
    Please be advised that SAP is hosting a workshop in San Francisco, July 15 - 16: 
    SAP Enhancement Package 1 for SAP CRM 7.0 : Ramp-Up Knowledge Transfer Workshop for Interaction Center.
    Click here for details or to apply:
    [https://websmp208.sap-ag.de/~sapidb/011000358700000643542009E]
    Best regards,
    John

    Hi,
    First - the basic post installation steps are:
    1. sick t-code need to execute
    2. se06 --> Perform Post-Installation Actions
    3. RZ10 --> Utilities --> Import profiles --> Of active servers
    4. execute sgen T-code --> This will take some time
    5. setup STMS
    6. create client (If custom required)
    7. Take backup of the system
    For the solution manager client you could use the default created '001' client.
    Next you need to run the solman_setup template which 'sets up' the SolMan for usage.
    Follow config guide at: https://service.sap.com/~sapidb/011000358700000308502009E.PDF
    For installing the ECC system, only a install key(from SMSY) is to be generated from SolMan. But if you want to use the SolMan effectively, suggest you to run the entire solman_setup.
    Regards,
    Srikishan

  • Need SAP  CRM 4.0 installation guide with screenshots.

    Hi any body please send me the SAP  CRM 4.0 installation guide with screenshots.my mail id Thanks in advance.
    Message was edited by:
            Yaroslav Zorenko
    mail deleted

    Why do you need screenshots? Check the official documentation at
    http://service.sap.com/instguides and read the notes.
    What is unclear to you?
    Markus

  • SAP CRM 5.0 installation

    Hi,
    Can anyone please advise whether I will able to install SAP CRM 5.0 in my laptop having configuration as 500GB as HD, 4GB as RAM.Intel i3 processor,HP pavilion?

    The installation guides ARE step-by-step - you have a planning guide on how to set up your operating system (kernel parameters, filesystems etc.) and you have the installation guide itself where it guides you step-by-step through the installation steps.
    Every installation, especially on Unix, is to some extend individual so just following screenshots will bump you out at the first error that will occur.
    I'm not blaming, I'm just saying that following screenshots without understanding what's happening won't be that successfull.
    Markus

  • SAP CRM 5.0 Installable CDs

    Hi All,
    We are on a lookout for SAP CRM 5.0 installable CDs. At service place, in the link "Ordering SAP-Software", SAP CRM 5.0 is not available.
    Would appreciate if anyone can tell us the way to get these CDs.
    Pankaj

    Hello,
    You are right Eyal, CRM5.0 is only available in ramp-up for the moment. It means that only customers which are taking part to a ramp-up program have access to CRM5.0 actually.
    Have a look to service.sap.com
    ampup
    Regards,
    Frédéric

  • SAP NW 7.3 EHP1 Installation for SAP MII 14.0

    Dear Experts,
    While installaing SAP NW 7.3 EHP1 we have to select SAP NetWeaver Usage Types which will be needed by our processes.
    We want to install SAP MII 14.0 hence what all Usage Types will be needed for the same?
    In our case DB - MSSQL 2K8 R2 Server.
    Please share the pointers.
    Thanks in advance for your apt responses.
    Muddassar Khan

    Hello Mudassar,
    Please refrain from cross-posting in multiple forums. Link to cross-post : http://scn.sap.com/thread/3577225
    Locking this thread !

  • Replicating ISU Installation Facts into CRM Service Contract

    Hi All,
    Is the Replicating ISU Installation Facts into CRM Service Contract is standard way of working or we need to use some other approach?
    Cheers,
    Suraj

    Nick:
    Installation Facts change in ISU does not correspond to any replication object in CRM.  It is a task performed in a standalone environment.  If you are talking about an integrated CR&B environment, there are several factors that one should consider while changing installation facts.  For example, your client has to decide on which system to be the system of record for Contracts.  If you consider CRM as the s-o-r for Contracts, may be you should advise them to initiate the corresponding CRM process to change installation facts from within CRM.  We consider the configurable attribute on a product in CR&B as corresponding parameter of installation fact.  Hence, you have to recommend a Contract Change which in turn will let you change the configurable attributes on a proudct for a given Contract.  When this changed contract triggers the middleware and MDT, you can handle the installation facts. It is also worth advising your client the new features released by SAP in EhP1 of CRM around building rules on product configuration using BRR+ (in case you are using CRM 7.0 EhP1).
    Ramana

  • SAP CRM upgrade

    Dear Experts,
    If I want to upgrade from CRM5.0 --> CRM7.0, is there a new fresh installation or what they does?
    Please let me know or suggest me the suitable document on this topic.
    Thank you..
    Nitin

    Hi,
    CRM5.0 is based on SAP NetWeaver 7.0
    CRM7.0 is based on SAP NetWeaver 7.0 EHP1.
    According to Note 1248905, when the source version is NW7.0 SPS19, the
    target version, is required to be SAP EHP1 for Netweaver 7.0 SPS5.
    And this requirement is mandatory.
    For more details of upgraded components and procedure, could you please
    refer to following upgrade guide:
    http://service.sap.com/instguides
    ->SAP Business Suite Applications
    ->SAP CRM
    ->SAP CRM 7.0
    ->Upgrade
    ->Upgrade Guides - SAP CRM 7.0 SR1
    Regards,
    Aidan

  • SAP CRM - no confidence in UI by SAP?

    After reading this blog and looking at the article attached to the blog.  I had an interesting question:
    Can Rich Internet Applications finally be accepted as a credible application development platform for SAP?
    Does SAP have any confidence in its own CRM software?  Right now SAP is touting how easy to use the new version of SAP CRM is, and yet this article implies they don't use their own product's user interface.
    Now I know the eSOA mantra says this shouldn't matter, but I would say this is one of those cases where it doesn't.  If the vendor won't/can't use their own CRM software because the UI is too ugly/clumsy or other reason, why should I as a customer. 
    As a customer I don't want to purchase a CRM software and then have to purchase a better UI to go on top of the software.  I might as well spend the money on software that might have a better UI perceived by my sales folks(think siebel, salesforce.com, sugarcm, etc), and spend those dollars on integration instead.  It's a lot cheaper to do integration work, than completely rewrite the UI to meet my users needs.
    I'm also wondering why SAP would even send this message by displaying this article on SDN? I'm sure if the guys at oracle saw this article, we would see a press release from that says something of the like:
    "Even SAP acknowledges, that SAP CRM is too difficult to use".
    I bring this up because we are selling use of SAP CRM 2007 in house right now, and it makes it harder for me to sell the solution to my business users, if there are conflicting messages on the market. 
    Take care,
    Stephen

    > Wow, you almost have the "nightmare" scenario when it comes to maintenance.  I just have to ask what functional areas (high level) did you implement?  Was it the marketing module?
    I can tell you...
    We were using Mobiles Sales with activities, campaigns, sales documents and master data and we switched that to CRM 2005 and Portal (+ adding BI reporting functionality with BI-CRM content). For the Java part there's enough said (by me) already, I won't start again with that (mess). The CRM looked pretty well at first sight but devil's in the detail.
    > The marketing module in CRM 40 was so unstable on SP08 that basically we ditched the application and wrote something custom in the SAP GUI instead.  Any t-code that had over 400 related notes(segment builder) is just a nightmare not to mention just plain bugs in the PCUI that we weren't willing to wait a month for fixes.
    Well.. people have always be VERY helpful, especially the guys and girls in India were doing a very good job at fixing bugs - once the communication was done via email and not via phone...;) But you're right - it's taking sometimes too much time to get a fix and yet-another-note.
    > I still think the SAP GUI sometimes beats the web based interfaces, once you learn how to use it.  The problem was that everyone got obessed with zero-client installations and forgot about the benefits of "specialized" clients.  Now everyone is basically trying to make a web browser work like a desktop client, which puts you back full circle.  
    Everyone THINKS it's zero installation but in fact you have to configure proxy exceptions, add/install certificates, enable/disable Javascript things, add trusted sites, (re-)configure firewalls on Laptops, delete browser caches, install SVG viewer and other "plugins", install and maintain security fixes for the browser etc. etc. and this on a distributed environment where our sales reps are spread over the whole world in different time zones. So the "zero-installation" is nothing but marketing flowery because the maintenance you needed to put into Mobile Sales is now needed for the browser - nice antagonism
    > In would have been interesting to see how well SAP would have fared if they had made the mistake of making the original R/3 application 2-tier instead of a 3-tier client/server. 
    It's been like that @ R/2 times and I must tell you I loved the green screens (http://www.sapdesignguild.org/resources/images_hist/R2-0.GIF and http://www.sapdesignguild.org/resources/images_hist/SCREENO1.GIF)
    Markus

Maybe you are looking for

  • Display Month and Year

    Hi, I need to display the MON-YYYY format date in a SQL Query, Query Condition is like this If I run the query today it must display starting from May-2012 to November-2012 ( i.e 6 Months interval ) If I run the same query next month it must show Jun

  • When connected to iTunes, my iPod 6th generation shows all the songs and playlists in it but with exclamation points. When disconnected, it is empty.

    Hi there! I bought an iPod touch 6th generation about a year ago and it was working perfectly until now. On Tuesday, I updated -manually- like six songs to my iPod and it appeared like it worked but when I disconnected it the songs weren't on my iPod

  • How do I get a tranparent background?

    I have some black text on white background. Just like what you are seeing right here in this post. I'd like to drag the text over some photos. How do I get rid of the white background so I do this? Thanks!

  • Keyfig data is not correct in acube

    hi to all                       through the flat file , i am loading a data , i have taken time in , and time out as a keyfig , time in data is not coming properly , 80511and it is coming 22:21:51, working in a  7.0 help me thanks

  • How do I remove this border?

    I have been struggling this evening with attempts to modify the Application style selector in my external style sheet in order to remove the border areas highlighted in red: Image of Unwanted Borders My Application CSS selector looks like: Applicatio