How to push customer master data from SAP to Sugar?

We are using SAP ECC and having customer data in the system. Recently we implemented Sugar CRM and We want to import that Customer master data relevant for Sugar CRM from SAP. We need to know how we can connect these two systems to pass the data from SAP to Sugar CRM. Also we need to schedule a daily job to push this data from SAP to Sugar CRM.
Parents
  • Hi Ravi,

    I guess in brief you need to work on following steps -
    1. Need to connect to SAP user
    2. Connection with SAP user can be done using JCO's(which are used to connect Java and SAP)/can look for similar library for php
    3. Then use REST Service that passes  the retrieved data to Module(Account/Contact etc) in SugarCRM in JSON format.

    Hope this will help initially.

    Dikshit
Reply
  • Hi Ravi,

    I guess in brief you need to work on following steps -
    1. Need to connect to SAP user
    2. Connection with SAP user can be done using JCO's(which are used to connect Java and SAP)/can look for similar library for php
    3. Then use REST Service that passes  the retrieved data to Module(Account/Contact etc) in SugarCRM in JSON format.

    Hope this will help initially.

    Dikshit
Children
No Data