cancel
Showing results for 
Search instead for 
Did you mean: 

Making BAPI (RFC) calls to s/4 hana cloud

former_member31012
Discoverer
0 Kudos

We have an application that pulls a number of SAP tables such as USR01, Agr_1251, etc.. On application is a .net windows service using the SAP .NET Connector 3.0. Is this interface still supported with the cloud versions or is there another method for pulling now the data from these tables?

Brad

Accepted Solutions (0)

Answers (4)

Answers (4)

AntalP
Product and Topic Expert
Product and Topic Expert

Hi Brad,

Using the SAP cloud connector you can perform RFC calls from the on-premise system to SAP S/4 HANA Cloud, see the online help for details and the required configuration steps:

https://help.sap.com/viewer/f544846954f24b9183eddadcc41bdc3b/1805.500/en-US/82c9f05663594e5db8f923f6...

Best regards,

Antal

Jacky_Liu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi, Brad,

With cloud connector , you can call RFC from S4 hana cloud . But the RFC are only limited to some white listed RFC(I think a sap note have listed the related RFC ), not all . But RFC in the future maybe replace with BAPI or ODATA . Sap will provide 1 year for customer to convert RFC based interface to SOAP/ODATA based interface .

You can use JCO NCO or ABAP on OP to call RFC in S4 hana cloud .

Best regards!

Jacky Liu

former_member31012
Discoverer
0 Kudos

Julien

Thanks for the response. I have been going through this documentation and have not found exactly what I was looking for. Do you know if the cloud API SDK has a endpoint or method that would allow me to read the usr02 table like RFC READ_TABLE? I will keep search for that answer in the sdk documentation

brad

former_member555927
Active Participant
0 Kudos

Hi Brad,

Welcome to the cloud: you can't call RFCs to S/4HANA Cloud. You have to use the public APIs.
I would recommend you or your development team to look into the corresponding SDK.

I hope this helps.