Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

APIs from SAP

Former Member
0 Likes
1,233

Hi All,

We are getting a new third party tool(Middleware) to integrate all non sap systems with SAP.

I would be developing API's to be consumed by middleware to perform all required operations by other non-sap systems.(Eg- Create Customer from salesforce, post meter reads from other systems)

Can you please let me know how can we decide or what criteria needs to be taken care while deciding what needs to be developed in system( eg- BAPI, RFC, ODATA or RESTful)

Thanks for all inputs.

Cheers,

Anju

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
1,123

Your middleware provider needs to answer this question. Criteria is what will work for all the systems involved and what is technically feasible. That's just common sense.

Hi All,

We are getting a new third party tool(Middleware) to integrate all non sap systems with SAP.

I would be developing API's to be consumed by middleware to perform all required operations by other non-sap systems.(Eg- Create Customer from salesforce, post meter reads from other systems)

Can you please let me know how can we decide or what criteria needs to be taken care while deciding what needs to be developed in system( eg- BAPI, RFC, ODATA or RESTful)

Thanks for all inputs.

Cheers,

Anju

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
1,124

Your middleware provider needs to answer this question. Criteria is what will work for all the systems involved and what is technically feasible. That's just common sense.

Read only

matt
Active Contributor
1,123

The easiest way to build APIs for the consumption of services on SAP (in my view), is (SOAP) web services.

Read only

Former Member
1,123

Thanks Matthew....