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

RFC system name...

Former Member
0 Likes
2,379

Hi Experts,

I am a beginner , So please dont mind if my language is not proffessional...

i am creating a RFC application for which i want to know my system name...so that i can create a function module on one system and another call it from another system...

I have tried to find it on my R/3 system platform but it is showing the same system name on both systems...

please help me...

Thank you...

Shrikant.

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
0 Likes
1,565

When calling FM from one system(source) to another system (target), you need to create an RFC Destination in SM59 (in source).

You can give any name to the target system and provide the details of the system to be called. (IP/System no/login details etc for target).

Then in the FM call you can provide the name of the target system (RFC destination) that you have created.

Regards,

Aj

Hi Experts,

I am a beginner , So please dont mind if my language is not proffessional...

i am creating a RFC application for which i want to know my system name...so that i can create a function module on one system and another call it from another system...

I have tried to find it on my R/3 system platform but it is showing the same system name on both systems...

please help me...

Thank you...

Shrikant.

6 REPLIES 6
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,565

Use FM : GET_SYSTEM_NAME

Read only

former_member195698
Active Contributor
0 Likes
1,566

When calling FM from one system(source) to another system (target), you need to create an RFC Destination in SM59 (in source).

You can give any name to the target system and provide the details of the system to be called. (IP/System no/login details etc for target).

Then in the FM call you can provide the name of the target system (RFC destination) that you have created.

Regards,

Aj

Read only

0 Likes
1,565

Hi,

Thanks for your response but are you talking about tcp/ip connection or logical destinations while creating system name..

Thanks.

Shrikant

Read only

Former Member
0 Likes
1,565

create an FM in one system and make it RFC enabled.and call this FM from the system where you want to call by giving the destination of the system where the FM is present.

CALL FM DESTINATION systid

for the system id go to SM59 and check under ABAP connections. and gve this in the destination.

Read only

Former Member
0 Likes
1,565

Hi,

You can create SM59 connection on any name. Provide the traget host string of the application server and System number both on your SAP logon pad. Select IP Adress radio button. Hope this solves your ptoblem.

Regards,

Brijesh

Read only

Former Member
0 Likes
1,565

it is about the logical destination.