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

Regd: RFC

Former Member
0 Likes
990

Hi All,

Is it possible to connect a Non SAP system to SAP System thro RFC, if yes can any one tell me the clear procedure to do it pls.

Waiting for Help and Suggestion.

Thanks.

Ramesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
963

Hi Ganesh,

A Remote Function Call (RFC) is nothing but to call a function in one system (server)

from another system (client). To take an example, such communication can be between two

SAP systems or between an SAP and a non-SAP system. Remote Function Calls in SAP can be

implemented through the DESTINATION parameter on the CALL FUNCTION statement and through

configuration of a table named RFCDES.

This thread explains how to connect a non-sap(java appln) with r/3.(from sdn)

From help.sap.com

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm

Super document on sap connectors.

http://www.sapgenie.com/sapgenie/docs/SAP%20Connectors.doc

Hope it helps.

Regards,

Maheswaran.B

Hi All,

Is it possible to connect a Non SAP system to SAP System thro RFC, if yes can any one tell me the clear procedure to do it pls.

Waiting for Help and Suggestion.

Thanks.

Ramesh.

7 REPLIES 7
Read only

Former Member
0 Likes
963

Using SM59 we can define the RFC Dest.

Read only

Former Member
0 Likes
963

Hi Ganesh,

1. Yes, Its ofcourse posssible.

2. VB, .Net

thru these we

can connect

using BAPI, or RFC enabled FMs

3. U will also have to see help on it.

regards,

amit m.

Read only

hymavathi_oruganti
Active Contributor
0 Likes
963

in SM59, connection type G serves ur purpose

Read only

0 Likes
963

Hi Hymavathi Oruganti,

Do we have to define the Non-SAP system as Logical system in the connection parameter in SM59 transaction?.

Can we Exchange data in XML format between this Non SAP and SAP system thro RFC, or any other FM has to be included?.

Can u pls help me on this.

Thanks.

Ganesh.

Read only

0 Likes
963

Hi again,

1. NO

we don't have to define

2. Sm59

is necessary when we need to communicate

FROM R/3 to anyother server.

regards,

amit m.

Read only

0 Likes
963

just go to sm59, select the connection type G.

no nee for settings

Read only

Former Member
0 Likes
964

Hi Ganesh,

A Remote Function Call (RFC) is nothing but to call a function in one system (server)

from another system (client). To take an example, such communication can be between two

SAP systems or between an SAP and a non-SAP system. Remote Function Calls in SAP can be

implemented through the DESTINATION parameter on the CALL FUNCTION statement and through

configuration of a table named RFCDES.

This thread explains how to connect a non-sap(java appln) with r/3.(from sdn)

From help.sap.com

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm

Super document on sap connectors.

http://www.sapgenie.com/sapgenie/docs/SAP%20Connectors.doc

Hope it helps.

Regards,

Maheswaran.B