简体   繁体   中英

Get data from SAP CRM to PHP

I'm trying to automate getting(posting) data from SAP CRM using my server ( cURL/PHP+MSSQL ), but have some problems with it.

There is no access allowed except this web interface.

I tried to use cURL , using POST fields from FireBug , but it returned only logon error.

Questions:

  1. Is there any solution or API?

  2. Has anybody tried it?

Thanks.

Yes, there are APIs, though you'll have to be more specific about exactly what data you want in order to say if a particular API to serve your needs exists. SOAP web services are an option that may provide the information you need and there are PHP SOAP libraries. You'll need to talk to your SAP team to get access to the system, and you will probably want to be much more specific about the exact data you need access to.

If your company has Gateway, you can also define OData APIs. And it is, of course, possible to define your own RESTful (or other) HTTP APIs using SAP's HTTP stack. Again, you'll need to talk to your SAP team about this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM