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

Can a RFC function module called outside the SAP system

Former Member
0 Likes
2,092

Hi,

Can a RFC function module called outside the SAP system?

Thanks,

Siva.

1 ACCEPTED SOLUTION
Read only

Sidh_M
Participant
0 Likes
1,227

HI,

it depends from where you want to call RFC. For e.g if you want to call it from Microsoft.Net you will have to use SAP.Net connector for connection after that you will able to call RFC even you can debug it also from outside SAP. For that you will have to set external break point within that RFC.

For microsoft share point server or biz talk server you will have to provide username,password & server of SAP.

Best Regards,

SUDHIR MANJAREKAR

Hi,

Can a RFC function module called outside the SAP system?

Thanks,

Siva.

4 REPLIES 4
Read only

Former Member
0 Likes
1,227

Hi,

U can call from non-sap but u need todo some coding and configurations..

Regards,

Prabhu

Read only

0 Likes
1,227

thx for ur answer.

Pls let me know procedure to call RFC outside SAP.

Read only

Former Member
0 Likes
1,227

Yes u can call RFC from outside SAP but for that u need to install application specific RFC library. Most of the time non SAP systems called BAPI's (these are also RFC enabled FMs) to communicate with SAP.

Regards,

Joy.

Read only

Sidh_M
Participant
0 Likes
1,228

HI,

it depends from where you want to call RFC. For e.g if you want to call it from Microsoft.Net you will have to use SAP.Net connector for connection after that you will able to call RFC even you can debug it also from outside SAP. For that you will have to set external break point within that RFC.

For microsoft share point server or biz talk server you will have to provide username,password & server of SAP.

Best Regards,

SUDHIR MANJAREKAR