Application Development 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: 

Calling Non SAP External REST API from ABAP Program

Former Member
0 Kudos

Hello Experts,

We have a requirement to call a Non SAP External REST API's (Create, Update) from SAP system using ABAP program/Function Module to send SAP data. REST API (Create and Update) will be created by external system and we have to send SAP data by calling the API's. I am going through the information in different threads and blogs but wanted a simpler solution as the project time is short. Need your help on what is the best approach. Can you also suggest what is the best and secure approach when sending data from SAP system. 

Thanks

Ravi

1 REPLY 1

Former Member
0 Kudos

Hi Ravi

You could use IF_HTTP_CLIENT.

Do a where used on this interface.

Regards,

Ron