Free SAP CRM demo trial for ASUG members

ASUG members can demo SAP CRM 7.0 from RunE2E. Details at ASUG.com and at link below:
http://finance.yahoo.com/news/Americas-SAP-Users-Group-and-bw-1870983655.html?x=0&.v=1

No. Not really.
Even though you can install BPC NW 7.5 on NW 7.0 EHP 2 Trial Version (search for this version) if you have at least some Basis knowledge.

Similar Messages

  • How to download free SAP GUI front end for ECC6

    Hi,
    How to download free SAP GUI -Front end for ECC 6
    SD

    Ask your Basis people and they  can give it to u, Its take almost 1 GB  of Space or even u can try in the internert for SAP GUI version for free download. SAP GUI for Windows 7.20 patchlevel  is now available.
    You may download it from the SAP Service Marketplace here.
    Best Regards,

  • I defaulted input help field (pick list) but SAP CRM still asking for one

    We are running SAP CRM 7.0.
    Some fields as you know are dialog / pick list fields.
    What I mean by this is they are input help fields where you
    can click a little square (in sap crm 7.0) to the right of the text box
    and it brings up a dialog screen of values that you can select from.
    Here is an example screen shot of what I am talking about:
    http://img834.imageshack.us/img834/5676/imageschak.png
    So what I have done is implemented the GETTER function for this input help field so that by default it has a value.
    The code is like so:
    method GET_CURRENCY.
    CALL METHOD SUPER->GET_CURRENCY
      EXPORTING
        ATTRIBUTE_PATH = attribute_path
       ITERATOR       = iterator
      RECEIVING
        VALUE          = value.
          if value eq ''.
            IF sy-langu EQ 'E'.
              VALUE = 'USD'.
            elseif sy-langu EQ 'D'.
              VALUE = 'EUR'.
            ENDIF.
          endif.
    endmethod.
    Here even is a link to this method that I created: Field Currency of Context Node BTADMINH - How to set default
    The method works great it sets the default of the currency to say USD.  When I click the create button to create an opportunity the field currency is set to USD, this is great because it makes my job easier that I dont have to click the input help button and select a currency, it is already there.
    But once I click the "Save" button for an opportunity I get a small error in the error notification box that tells me I need to select a currency!  But why is this happening a currency already exists?  So If I click the input help (the little button) and reselect the currency value USD then save my opportunity this error goes away.
    The question is why does this happen?  I need it so that the default currency value is recognized by the SAP CRM system.  Why do I have to go back in and re-select the currency if it is already set?  Is there some sort of consistency check or something I need to do to eliminate this problem? 
    Here is a screen shot after creating an opportunity with the default Currency set to USD (this means I did not select USD in the dialog input help it was defaulted by the getter method:
    http://img832.imageshack.us/img832/3011/enteracurrency.png
    Only if I go back into edit mode and actually click the little square to bring up the dialog of values and select USD does this error go away.  Why does this happen ?

    I called SET_CURRENCY right after setting my value and the error is now gone. 
      SET_CURRENCY( EXPORTING ATTRIBUTE_PATH = ATTRIBUTE_PATH
                    iterator = iterator
                    value = value ).
    Got the tip from Pieter who has a good blog on SAP CRM: http://sapcrmweblog.blogspot.com/

  • SAP CRM Groupware Connector for Exchange on 64 Bit platform

    Hi All,
    We have successfully installed SAP CRM 5.0 on Windows 2003 x64 Server R2 SP2.
    OS, Database and SAP Kernel are all 64 Bit enabled.
    Now we are trying to install SAP CRM Groupware Connector on the same server.
    But we encounter problems with SAP Groupware Connector 2.1 for MS Exchange installer (setup.exe), which stops with the following error:
    Required Software missing:
    - MS SOAP Toolkit
    Installation cannot be continued !
    But SOAP Toolkit 3.0 definitely is installed.
    Obviously the Groupware Connector is still 32 Bit.
    It is the only available download in SAP Marketplace i could find.
    The CD is located in the same area where the CRM installation CDs can be downloaded.
    SAP does not differ between 32 Bit and 64 Bit versions.
    I'm wondering if it is possible, to run a 32 Bit Groupware Connector in a 64 Bit environment.
    Does anybody have experience with such a configuration ?
    Or is there a 64 Bit enabled version available for download ? Where can i find this version ?
    Thank you in advance.

    I got an answer from SAP Support:
    SAP still recommends to use 32-bit system OS in order to avoid any future confusions.
    So we have to install another 32 Bit Server only for the Groupware Connector.
    Thx for your interest.

  • SAP Server  demo version for development?????

    Hi,
    Is there any version of SAP R/3 server for application development?
    I develop my external application in Java in Eclipse environment (I use basically Material Management module), but I am using server from my university which is currently unavailable. I need access to server asap and therefore I wonder whether there is any version for development.
    Any helpful answer will be properly rewarded.
    BR,
    Rafal

    Hi,
    Firstly, thanks for an answer. Points will be rewarded later on.
    I understand all these legal issues. Please explain me what means "technology basis release"? I mean, what does it include? Basically I use only a few BAPIs and function modules related to MM module and that's all what I really need. I list them below:
    CALO_INIT_API
    CSAP_MAT_BOM_CREATE
    BAPI_MATERIAL_BOM_GROUP_CREATE
    CSAP_MAT_BOM_READ
    BAPI_MATERIAL_EXISTENCECHECK
    BAPI_MATERIAL_GETLIST
    BAPI_MATERIAL_GET_DATAIL
    BAPI_MATERIAL_SAVEDATA
    Do you know whether they are available within so called "technology basis release"? Perhaps it is stupid question, but I'm still new in SAP.
    I've got to mention that I sent an email describing my problem to SAP. They've answered that I'm supposed to visit http://sdn.sap.com and there I can get a demo version. I still can't find it (perhaps I'm blind , or more probably names in download section are not so self-evident).
    Looking forward any response.
    BR,
    Rafal

  • SAP CRM Class event for BACK/FORWARD button on WEbUI

    Hi to everyone,
    i would need to know the event triggered when "BACK" or "FORWARD" button is pressed.
    Is there a standard class called from this button?
    Thanks.
    Dario.

    Hi Dario,
    The standard classes and their corresponding methods that would be called are:
    CL_BSP_WD_WINDOW
         IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION ()
         IF_BSP_WD_HISTORY_STATE_DESCR~IS_RESTORABLE ()
         WD_DESTROY ()
         IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION ()
    CL_BSP_WD_CONTEXT
         IF_BSP_WD_HISTORY_STATE~STATE_STORE ()
         IF_BSP_WD_HISTORY_STATE~STATE_RESTORE ()
    These methods could have been redefined in the BSP components.If its redefined, it will call the superclass
    method first in the redefinition. You can place breakpoints in the above class methods and find the callstack.
    Regards
    Leon

  • Geographic Information System (GIS) functions in SAP CRM 2007

    Dear all,
    I am currently working on a SAP CRM 2007 implementation project that consists in replacing an old customer service application.
    Currently this application is managing service technicians' territories with embedded GIS functions (it relies on latitude and longitude data to assign the closest technicians to a service order).
    I would like to know if SAP CRM 2007 is covering the following:
    - GIS functions;
    - Ability to assign a technician based on this;
    - Ability to visually see the map and draw technician territory changes on it;
    - Ability to optimize technician route (mileage).
    I cannot find insights about this in the SAP Help.
    So, where can I find some details / documentation about this?
    A third party tool would be necessary and also its integration to SAP CRM?
    Thanks for your help.
    Brice.

    Brice,
    So basically I don't see this being out of the box functionality, however you could build something for this.
    1.  You need to store the geo co-ordinates for the customer on the customer master or be able to "bolt out for this".
    2.  Create a new "partner determination rule" that would make a call to the external system to propose a technician on the service order.
    3.  Have a punch out on the service order screen that links into a web like GIS application where you could visualize this and send change data back into the CRM service order.
    Now if someone else knows that CRM 2007 can do what you described out of the box, I would love to see the demo.  We have a similiar requirement, where we need to keep track of the mapping, but no need to perform the routing logic.
    Take care,
    Stephen

  • SAP-CRM - Auto Confirmation of Contract Account from IVRS to SAP-CRM IC Web

    Hello Experts,
    In Our Projects we are Using SAP-CRM Web Client for Call Center Processes. AVAYA is a Third Part agency which have developed the IVR system for handling the Consumer Calls. We have Developed BAPIs which will fetched data from SAP based on Contract Account entered by Consumer on IVRS. AVAYA have developed the CTI Pop-Up also which have several Consumer Details along with CA. Now Client wants that CA , entered by Consumer on IVRS, will be autoconfirm to CRM - Web Client. If anyone have any document for doing all these setting please share with us & Provide us guidelines...
    Regards,
    Abhishek Chopra

    Hello Abhishek.
    You can refer to [Note 707104 - Account identification from attached data|https://service.sap.com/sap/support/notes/707104]. It describes how to set autoconfirmation based on CAD.

  • Pop-up screen not showing while accessing transactions in SAP CRM WEB-UI

    When we are logging on SAP CRM WEB UI, for transactions like Lead, Complaints and Activities-
    Sometimes Pop up screen is showing for selecting transaction types, but sometimes it is not showing.
    We have tried it on different work stations with same user id and standard business roles , but we are not able to trace the problem. Also with same id sometimes error shows, "No business roles attached, not allowed to logon,
    after that when we tried on other workstation with same id we were able to access all transactions.
    Please suggest what would be the problem. 
    Rishikesh

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • SAP CRM Consultants Needed

    SAP CRM skilled contractors for a project to start in Derby.
    Mandatory
    Implementation experience on at least one implementation of SAP CRM version 3.1 or higher.
    Configuration and Implementation of the CIC within CRM (frameworks, transaction etc.)
    Configuration of activities, statues etc.
    Configuration of partner determination rules.
    Process modelling skills.
    Business analysis skills.
    Technical team leadership.
    Preferable
    Experience of HR processes and there implementation in shared services
    Experience of call centre management and Metrics
    Knowledge of version 4.0 CRM and WebCIC
    Please contact me if you are interested in further information or pass on my details to anyone who might be.
    Thank you in advance for any assistance you can offer.
    Kind regards
    Emma
    Emma Lloyd
    0161 942 2634
    [email protected]

    As far as I know, you can only get a visa if there's no resource avaliable in the whole US, looks like too much effort for a company to justify a visa, I don't know if this has changed but 1 year ago, was almost impossible.
    Cheers!
    Luis

  • Accessing Solution Manager CHARM Via SAP CRM

    Hi
    Is it possible to accces charm of soultion manager via SAP CRM
    If so how does it work and documentation are welcomed
    Thanks in advance
    R-K

    option 1
      > customise sap crm to cater for the external product in terms of what solution manager charm / service is currently doing for sap componet
        . Create all the status for this products eg: transport is in Dev for product A, Transprot is in QA for product A or product is in Prod then test and close the call
    > access solution manager from crm (NB: work center / service desk can be accessed through crm) the problem is WE NOT SURE OF CHARM
    > also customise crm to cater for IT related issues like broken laptop or netowrk cable not working or  IT related query,
    Option 2
    > intergrate the external product to solution manager o
    > Customise CHARM / service desk to cater for this external product in solution manager the way it does for sap components / ibase

  • Would you like to work as a Full Time SAP CRM Consultant

    If You are in USA and looking for a Change or Students who did their Interns into SAP CRM and Looking for a Full Time Position.they can reach me on 908-548-0708
    Regards,
    Chintan

    <b>Forum Name</b>: Rich Internet Application Development.
    <b>Description Text</b>: General questions about Rich Internet Applications.
    <b>Forum Category</b>: Scripting Languages.
    <b>Location of Forum</b>: Scripting Languages.
    <b>Award Points (Y/N)</b>: Y.
    <b>Corresponding Development/Content Area</b>: Scripting Languages.
    <b>Name and User ID of Moderators</b>:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=eqxfqtptf%2fc%3d">alvaro Tejada Galindo</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=csxelp5hzpi%3d">abesh Bhattacharjee</a>
    <b>Name of Sponsoring Product Manager/Solution Manager</b>: <a href="https://wiki.sdn.sap.com/wiki/display/EmTech/Scripting+Languages">Scripting Languages WIKI</a>
    <b>Reason for the Request</b>: RIA's like Flex, AIR and OpenLazlo are getting bigger in the market. They can be linked to SAP to make richer UI's. A RIA's forum would help newbies to get in touch with those new technologies and also, would help Scripting Languages authors to share knowlegde.
    My approach -;)
    Greetings,
    Blag.

  • SAP IS/CCS OR SAP CRM

    HI TO ALL...
    We are implementing SAP IS/CCS for one of our
    client.For interaction center whether to go with
    SAP IS/CCS OR SAP CRM any how client has SAP CRM
    server too.
    please advice us.....
    and

    Hi Abdul
    salam
    Thanx for reply...
    But do u think SAP IS/CCS provides...
    All functionality as of SAP CRM??
    For example scripting is not supported in
    SAP IS/CCS?
    Then what would be u r comment in this case
    Regards
    appa

  • SAP CRM Vs other CRMs

    Hi can any one tell me the exact difference between SAP CRM and other CRMs like siebel CRM,peoplesoft crm etc, How SAP CRM is suitable for organizations?

    HI
    Basically all CRM's follows Same theory and concepts from lead stage to service contract the concepts won't change for CRM to Another CRM , only screens and configuration and Implemetation Guide changes, where as if you take siebel CRM
    it's more into Technical side , very less scope for the Epople with Functional knowldge, delas with servers,data migration you need to know Vb scrpting Oracle also for Siebel, also you must have some technical knowledge , you also can be Siebel Functional called as Siebel Business Analysts , but very few like out of 100
    4 may bethere hardly as business analysts, in sap crm scenario as this involves
    long implementation process they need technical consultants , functional consultants separately, in siebel u must be technofunctional , but in Sap need not be,even oracle crm also u must be technonfunctional with oracle sql, pl sql and functional knowledge,People soft also techno functional with oracle , any scrpting language,but only sap crm allows you to prove your functional skills this iam saying by exp i worked on both crm/s siebel and sap siebel for 2 years sap into 3 years and now continuing,other crm's i have theoritical knowledge,Microsoft is liitle but user friendly but also needs technical skills,Product is CRM it may belongs to any company it may be a SAp, Siebel , Oracle, i think it's helpful
    don't forget to give points
    Venkat

  • ASUG members.  Demo SAP CRM for sales

    ASUG members can demo SAP CRM 7.0 from RunE2E. Details at ASUG.com and at link below:
    http://finance.yahoo.com/news/Americas-SAP-Users-Group-and-bw-1870983655.html?x=0&.v=1

    ASUG members can demo SAP CRM 7.0 from RunE2E. Details at ASUG.com and at link below:
    http://finance.yahoo.com/news/Americas-SAP-Users-Group-and-bw-1870983655.html?x=0&.v=1

Maybe you are looking for