SOAP integration with mySAP CRM system

Hi,
Currently I am using JCO to connecting to mySAP CRM system as per the following configuration:
<b>Version: ISA 3.0 SP13 </b>
Java Version: 1.3.1_07
Java VM Version: 1.3.1_07-b02
JCo Version: 2.0.5 (2002-09-03)
Servlet Engine: SAP J2EE Engine/6.20 PatchLevel 34165
Operating System: Windows 2000 / 5.0
Want to integrate SOAP with mySAP CRM system. Would any body suggest me what all the configuration setup & components I need?
Regards,
Vinayak

Hi Ram,
I am not sure if this is still a valid question. But anyways, you can find the process here [http://help.sap.com/saphelp_crm50/helpdata/en/ac/0a346c104541af9d587666efc95da3/content.htm ].
1.     Maintain an RFC destination to the CTI system
                          Transaction sm59
                          Select http connections to external server and click on create
                          Enter all details.
                          Save
2.     SAP Menu
                           Interaction Center -> Interaction Center WebClient -> Administration -> Communication Management Software -> Interface Settings -> Maintain Communication Management Software Connections
                           Maintain the entry "BCM" and corresponding rfc connection entry      
3.     SPRO -> CRM -> Interaction Center -> Basic Functions -> Communication Channels -> Define Communication Management Software Profiles ? Maintain a new entry for CTI system
4.     Maintain Business Role
                          SPRO - > Customer relationship management -> Business role -> define business role
                          Select IC agent and click on ?Assign function profiles?
                          For the function profile ID ?CONTACTCENTER? maintain the created CTI profile (you can use f4 help)
                          Save
5. Maintain system settings ( TA:  CRMM_IC_MCM_CCADMX) and assign the profile that was created in IMG to the CMS system ID in the admin menu (TA: CRMM_IC_MCM_CCLNK).

Similar Messages

  • CTI integration with SAP CRM system

    Hi guys,
    Is it possible to integrate a CTI solution of a no SAP Partner to SAP CRM 2007 Interaction Center?
    My company bought a IVR/CTI and that CTI does not have a native connection to SAP CRM 2007. I would like to know if is it possible to enhance SAP CRM 2007 IC to integrate with this IVR/CTI.
    Any help is welcome.
    Regards,
    Lalas

    thanks a lot for your reply sir,
                                                   curently we have avaya connector and we enhanced hec out of ICI and CAD method  to fit our requirements.   To cut  ourexpeneses and maintenance cost we are moving towards non connector solution. I'm thinking to reuse all ICI work wehave done and implement screen pop's. i have less time to discuss with cti vendors and i've to implement this solution as quickly as possible
                                               i've seen quite few people herewho already implemented this solution and i came across your thread thought that your inputs will be valuable, please let me knowwhere you are standing on this approach and i will let you know about my approach as well may it willhelp you out as well.
    thanks
    susheel

  • MS Word integration with SAP CRM: can a PDF be created from the MS Word doc

    21/11
    Gurus,
    I know have a better understanding of the topic but still have 2 open questions.
    I now know that StreamServe cannot read .DOC files but can read and work with .PDF files.
    Since we are in a SAP forum and not a StreamServe forum,
    1/ I am wondering if SAP CRM 2007 can convert the MS Word generated and populated documents into .PDF. Possibly immediatly.
    2/ Can the MS Word generated and populated documents be saved by SAP CRM 2007 as .XML files?
    Thanks again.
    Dear All,
    On my project, there is a requirement to generate ad-hoc and amendable letters in CRM (2007).
    We might have +150 letters so I am thinking about using MS Word integration with SAP CRM to deliver this.
    With SAP CRM 2007, I understand that it is indeed possible to generate WebServices that will then be consumed by Word templates through the mail merge functionality. So agents will not have to enter BP name, address and so on. All this can be done by configuration which is great.
    My point of concern is how to integrate this design to StreamServe for printing purpose (we do not want to go into local printing)
    Can StreamServe collects the Word generated document?
    Should this Word document be converted as PDF before or can StreamServe do it?
    Should StreamServe exploits the XML contents within the Word generated document?
    Thanks for your help and insights about this.
    Brice.
    Edited by: Brice Vialle on Nov 21, 2008 9:26 PM
    Edited by: Brice Vialle on Nov 21, 2008 9:34 PM

    Hi Chris,
        Your advice helps me a lot, thank you.
        I upload an XML-Format template Word Doc to server as a MIME Object.
        When OfficeControl is started in Web Dynpro, OfficeControl automatically open the XML-Format template.
       For the first time, I get the XString-type Context attribute bind to the content of the Word Doc,
       then translate it to string, I got the XML-format content, it's great!
       However, after the first time, when I input any new contents in MS Word in Web Dynpro,
       no matter I execute "Ctrl + S" or click the "savedocument" button,
       when I translate the XString Context attribute to String, I got messy code. (but the first time, it is good plain text)
       I use the function module: ECATT_CONV_XSTRING_TO_STRING (good for first time, dump after first time),
       SCMS_XSTRING_TO_BINARY, SCMS_BINARY_TO_STRING (good for first time, messy code after first time).
       My Demo source code is in: (system) SMV --> (local object) zhaode --> (Dynpro Component) ztest_office_control
       core source code is as:
       clear itab.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER = lv_datas
        IMPORTING
          OUTPUT_LENGTH = lv_length
        TABLES
          binary_tab = itab.
      CALL FUNCTION 'SCMS_BINARY_TO_STRING'
        EXPORTING
          input_length = lv_length
          mimetype = 'text/plain; charset=utf-8'
        IMPORTING
          text_buffer = lv_datas_string
          output_length = lv_data_len
        TABLES
          binary_tab = itab.
        Can you give me some advice?
    Best Regards,
    Derek

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • User license query while integrating with SAP HR system

    One of our clients wants to develop  web based employee self service applications (web enabled modules) on their existing SAP HR suite.
    Currently they are on SAP HR , ECC 5.0
    Would they need to buy extra licenses for integration with the existing system or can the existing licenses be used concurrently?
    I am not sure where to look for this piece of information. In case this question is inappropriate to this forum my apologies for the same.
    Best Regards
    Yuvaraj

    Yuvaraj,
    The best thing would be for your client to contact their SAP account representative and check how many and what type of users their existing licensing agreement with SAP includes.
    Best Regards,
    Alexandra

  • Melita Predictive Dialer Integration with SAP CRM WebIC

    Hello All,
    Does any one have any information about "Melita Predictive Dialer" integration with SAP CRM Web IC.
    Please let me know.
    Thanks
    Amar Reddy

    Hello Amar,
    I am only aware of a few customers who have integrated predictive dialing into the Interaction Center, and those customers all used Genesys or Avaya. I'm not aware of anyone who has done this with Melita yet.
    By the way, I wrote a high-level Blog on the topic of automated dialing available on PBX:
    Link:Does Automated Outbound Dialing Fit in Your CRM / Call Center Strategy?
    Warm regards,
    John

  • GIS integration with mySAP ERP 2004 Jco version?

    Hi guys,
    Which version of JCO connector will connects the mySAP ERP 2004? while integrating GIS integration with mySAP ERP 2004 .
    Thanks in advance
    Regards
    Rgdasari

    Hi Rgdasari,
    SAP always recommends to use the most recent release of the frontend components, including the connectors. Hence you should get the most recent release of JCo - SAP JCo Release 2.1.6.
    You can download it from http://service.sap.com/connectors - you will need to provide your SAP Service Marketplace User/Pass.
    Regards,
    Mustafa.

  • CRM Foundation with mySAP CRM 2005????????????????????????

    Hello all
    I will go for the CRM certification: CRM Foundation with mySAP CRM 2005
    The courses included in the certificate are CR010, CR100 and CR500
    The topics in the exam list that belongs to the CR010 course are:
    Architecture
    Foundation & Architecture
    mySAP CRM Analytics
    mySAP CRM Marketing
    mySAP CRM Channel Management
    mySAP CRM Sales
    mySAP CRM Interaction Center
    mySAP CRM Service
    mySAP CRM Field Applications
    mySAP CRM Implementation & Operation
    Most of them are not in the course CR010 and I don’t know what to do
    I need any help to pass this exam
    Regards
    Jacopo Francois

    Dear Jacopo,
    <b>CRM Foundation with mySAP CRM 2005 verifies the basic knowledge in the area of the mySAP Customer Relationship Management.</b> This certificate proves that the candidate has a basic overall understanding within this consultant profile of the CRM solutions, and can implement this knowledge practically in projects under guidance of an experienced consultant.
    Pls fins the content of CR010
    Content:
    Overview of the SAP CRM application:
    Fundamentals and architecture
    <b>Overview of key areas (Analytics, Marketing, E-Commerce, Channel Management, Sales, Interaction Center, Service, Field Applications, Implementation & Operation)</b>
    Customizing fundamentals for CRM:
    CRM basic data (business partner, organizational model, product master, plus the accompanying Customizing)
    CRM business transactions (overview of the generic functions in business transactions, activity management, essentials of Customizing) Transaction monitoring and determination (partner determination, overview of pricing in CRM, promotions, CRM billing)
    Solution Manager (project preparation phase, Business Blueprint phase, implementation phase)
    CRM Middleware: basic concepts of CRM middleware, replication administration, data exchange, monitoring, and error handling
    User interface (UI) technology in SAP CRM
    Case Study: implementation of example scenarios using specific business processes
    So you will get the overview of all the topics in that course and for this certification you need the basic knowledge only.
    Thanks,
    Atin
    <b><b>Reward points if it helps.</b></b>

  • Steps for Email integration in sap crm system?

    Hi Experts,
    Please guide me the steps for email integration so that the emails are in syn with the WEB UI Interaction centre.Settings at the backend GUI are already defined.Actually in my case the Development system is not integrated with Email sync in WEB UI.I need to test the email functionality in Development system as steps I have followed are as below:
    1)TCode :- SBWP,then I have created a mail & send it to email address which is defined in the SO28
    2)TCode :- SOST,there I have clicked on my test mail,select it & click on execute button,green light appears & shows the message that the email is successfully forwarded.
    Now when I open Web Ui,select my business role & then I go to inbox in the Navigation Bar,select email & click on search.Then it does not appear anything & shows search result zero.
    Kindly suggest me the steps so that I can see my test email in Dev system Web Ui business role .
    Thanks
    Warm Regards
    Vineet Joshi

    Hi Prashant,
    Thanks for your response. I want steps to configure communication channels like e-mail & fax to facilitate receipt of invoice from vendors, sending of PO to vendors, cheques, payment advices to name a few. Please let me know the detailed configuration steps for the same and also do we need to instal any tool to facilitate this process.
    Thanks
    Best regards,
    Bhaskar
    Edited by: Bhaskar Umashankar on Nov 25, 2008 4:08 AM
    Edited by: Bhaskar Umashankar on Nov 25, 2008 4:08 AM

  • How can SMART METER Technology be integrated with SAP ISU system?

    At present the SMART METER technology is integrated with SAP ISU through a third party vendor. The idocs are sent to a third party and the readings are downloaded and sent back in idoc segments.
    How can the integration be done without the third party intervention.

    HI
    SAP XI   needs to be  used for 3rd party  intervention to  send and recive idocs..
    or there are some thrid party  softwareslike MDUS ,meter data utilisation  system.which  wil be again a interface between  sap and ami system
    so basically  its like  sap syst--sap xi3rd patry 4 ami  comapnyami system
    kr
    raj

  • Oracle BI Publisher 10x/11x Integration with Siebel CRM 8.2 Release

    Hello Gurus,
    We are in the process of implementing Siebel (8.2) Public Sector for one of our client and in term s of reporting we have decided to use latest version of OBIEE and BI Publisher and thus decided to go ahead with implementing BI Apps 7.9.6.3 combined package of (OBIEE 11.1.1.6, BI Publisher, Informatica 9.x, DAC 10.1.3.4.1 with hot fix).
    There is My Oracle Support (MOS) article # 1172844.1 (titled ‘Supporting Documentation for Siebel Reports by Product Version’) which explains that Oracle BI Publisher 10.1.3.4.2 version supports Siebel CRM release 8.2.
    Due to the limitations of the Oracle BI Publisher usage as per the Oracle support documentation, we need to make use of OBIEE 10g version for BI Publisher for integrating with Siebel 8.2 release and we need to also use OBIEE 11g for the main reporting and henceforth we end up maintaining 2 servers for reporting in our environment.
    Does Oracle BI Publisher 11.1.1.5 or 11.1.1.6 version cannot be integrated with Siebel 8.2? Is this not supported version with Seibel 8.2 version?
    Oracle BI Publisher architecture in 10g is different when compared to OBIEE 11g version and does it make any impact if we go ahead with 2 different versions pointing to pull the data from the OLTP source ( Siebel) ?
    I am looking out for exact approach to be followed for reporting requirements for this kind of scenario ?
    Help me with your inputs and suggestions on this.
    Thanks
    Praveen

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • Business Object XI 3.1 Integration with Siebel CRM 8.1.1.1

    Hi Experts,
    We are planning to Integrate Business Objects XI 3.1 with Siebel CRM 8.1.1.1.
    Our requirement would be creating BO Universes on top of Siebel CRM Business Layer (Business Components) and expose these Universe for Ad-hoc reporting using Web Intelligence at InfoView portal. In addition we would like to leverage Siebel CRM Authentication and authorizations (positions) as well with Integration Kit.
    Found some of docs on BO with Siebel integration using crystal designer. But not on creation of Universe and then WebI Reports.
    And also found that Siebel Web Desktop for Ad-hoc reporting within Siebel portal. Not sure how it is similar to BO Web Intelligence reporting.
    Can any one please guide us the different possible options to achieve this requirement.
    Regards,
    Ravi Kumar Garre
    Edited by: Ravi Kumar Garre on Jan 27, 2010 5:56 PM
    Edited by: Ravi Kumar Garre on Jan 27, 2010 6:03 PM

    Hi Paul,
    I've left SAP on March 31th, 2011, so my information may not be 100% accurate.
    As far as I know, in Business Objects Suite XI4.0, there will no longer be Siebel Integration kit.
    Instead, Siebel related integration features are moved back into core products such as Crystal Reports and BOE.
    This means, you no longer need to have an installer for Siebel integration kit, when you installed Crystal Reports, it will bring you to Siebel connectivity after you install Crystal Reports. So does BOE.
    The similar approach applies to other integration kits as well such as SAP, PeopleSoft, JD Edwards, Oracle EBS.
    In Crystal Reports and BOE XI4.0, the Siebel integration feature remains with some improvements (check the product document for detail when you get XI4.0 BOBJ suite.)
    For Webi/Universe accessing Siebel request, I have no further update since then.
    You may want to go through your sales representitive/support channel to raise enhancement request/new feature request officially and get feedback.
    Hope this helps.
    Thanks and Regards
    Carlos Chen

  • OIM integration with MS CRM

    Guys,
    Anybody has ever done the MS CRM integration with OIM.
    MY requirement is as follows
    User initiates a self service request for the application and may populate some fields like country or primary service line (fields yet to be determined, but assuming the values for each field will be maintained in a lookup field)
    First Approval Step: User’s Manager must complete any missing required attributes that the user didn’t fill and must also populate the access level field (values will be something like local, country, regional or global), but again these will be pulled from a lookup field. Manager provides first level approval
    Second Approval Step: The owner approves/rejects the approval
    Provision the user to the application (notification sent to the user), also, provision user to AD group for the application
    Edited by: a73210 on Oct 28, 2009 10:42 PM

    I don have exp with MS CRM but if you have APIs then you can buid your custom connector. And for other things of your requirement.
    Just create an Object form with the fields as per ur requirement and use pre populate adapter to populate these fields.
    While creating form fields go to Properties tab and select property Required = true for required fields.
    And you can make fields mandatory while creating the form so OIM will validate automatically that whether required fields are filled or not.
    Create an Approval Process.
    Create two task Approval1 and Approval2 and assign both the tasks to two different approvers.
    Go to Approval1 > Responses
    Select Approve and below in Task to Generate select Approval2.
    You are done with 2nd level of approval.

  • Profit Center(Controling ) integration with SAP CRM Billing

    Hi,
    we are using SAP CRM5.O & R/3 4.7.
    Can you please some body give the information of Integration CRM Service billing integration with Controling(profit center).
    Regards
    Chandra
    Edited by: Chandra Sekhar Reddy.Botla on Apr 22, 2008 10:14 AM

    HI Anup,
    Thanks for your information .
    Here i will explain teh business senario.
    Here my client is doing service on behalf of  Actual service Provider(ex: cell repairs, On behalf of Nokia my client dong service for the End customers. warranty ).
    So that we creating service order  & billing on end customer, but payer will be the brand (nokia) .
    so here there is no expence relate transaction are posting. Here we are doing only billing (revenue  related transactions). This revenue has to be posted to concern profit ceneter. Where we will give teh profit center integration with CRM Service.
    Thanks in advance.
    Regards
    Chandra
    Edited by: Chandra Sekhar Reddy.Botla on Apr 22, 2008 7:27 AM

  • External product catalog integration with SAP CRM

    Hi Forum,
    I want to integrate a third party Java based product catalog with SAP CRM.
    Currently, ISA is being used as the front-end.The CRM has a product catalog which is being used.
    In place of this I want to add an external product catalog.
    This is for a B2C shopping website. The user will browse through the external catalog and the selected products should be added to the shopping basket of ISA.
    I'm aware that the Open Catalog Interface (OCI) is used for this purpose in B2B using SRM server.
    Is there a similar interface for B2C applications?
    Aditya Karajgi

    Hi Pratik,
    I dont think you understood my question.
    What I want to implement is something like Open Catalog Interface (OCI) which is used in B2B implementations.
    The catalog will be created by an open source content management system.
    Product categories will be created and maintained using this system.
    Users will browse the catalog and select products.
    These selected products will be added to the shopping basket in Webshop.
    We dont want to get into the complexities of using JCo or IDocs for this.
    There should be some interface which is similar to OCI for B2C applications.
    Thanks and waiting for ur response.
    Aditya

Maybe you are looking for

  • Credit and Debit Memo (Vendor and Customer)

    Hi Team, Credit Memo raised means - Debit to SAP/Company and Credit to Vendor/Customer? Debit Memo raised means - Credit to SAP/Company and debit to Vendor/Customer? Is this understanding is correct? Thanks Ram

  • Adding new field in MCSI

    Hi All, I want to add new <b>Sales Office</b> in <b>T.Code : MCSI</b>...... Can anybody help me how its possible???? Is It possible by using User exit or BADI....... Regards, <b>Anil Kumar</b>

  • Help with this hs_err file

    Can someone please help me understant below hs_err file? Thanks. # An unexpected error has been detected by HotSpot Virtual Machine: # SIGSEGV (0xb) at pc=0x00002aae0df256db, pid=13388, tid=1170131264 # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5

  • Several iMovie Bug Fixes Released

    A new update to iMovie 11 contains several bug fixes. Fixes an issue where stabilization would not be applied correctly to some video clips from iPhone and iPod touch. Fixes an issue that prevented use of some valid Facebook passwords that contained

  • Are there any requirements to use FPM in MM or FICO module

    Hi, I learned Web Dynpro ABAP. Is there any requirement comes to use FPM in MM module or we use only in ESS and MSS.