cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exchanging RFC for API

0 Likes
2,091

Hello,

Is it possible to exchange RFC(BAPI/IDoc) for API(REST/OData/SOAP) by NetWeaver Gateway?

Internet ---RESTful API---> Web Dispatcher ---> Fiori(NetWeaver Gateway #DMZ) ---RFC---> S/4 HANA(#MZ=Local)

#S/4 HANA Onpremise

Regerds

View Entire Topic
gregorw
SAP Mentor
SAP Mentor

With SAP Gateway you can wrap RFC into an OData Service. But you have to implement the wrapper. As you mention that you have an S/4HANA System you should first check at https://api.sap.com if there is already a ready to use OData API for your use case.

0 Likes

Hello Gregor,

Thank you for reply.
I resolved.

We have to access with RFC interface to our S/4 HANA System.

Our engineer does not have the skill of API(OData/REST/SOAP) on ABAP Addon(we need).

But I have to provide API(OData/REST/SOAP interface) to the outside.
Internet ---(OData interface)---> SAP Gateway(OData->RFC) ---(RFC interface)---> S/4 HANA System(including ABAP Addon)

I will try to wrap RFC into an OData Service with SAP Gateway.

Thanks