Application Development 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: 

How to get the RFC destination from logical system

Former Member
0 Kudos

Dear all ,

i am working on one system and want to fetch data from another R3 sys

i have written call ' FM' dest 'HPCR3' where HPCR3 is hardcoded.

now if i want to remove the hardcoding i need to find out the RFC dest ( HPCR3)

form logical sys(HPCPPT100) .

i have used FM LOG_SYSTEM_GET_RFC_DESTINATION but not working

kindly help

Tarang

1 ACCEPTED SOLUTION

Former Member
0 Kudos

call function LOG_SYSTEM_GET_RFC_DESTINATION destination 'HPCPPT100'.

5 REPLIES 5

Former Member
0 Kudos

Hi,

IN SM59 you can find the ABAP Conections which have been created there u can find the RFC Destination created earlier.

Cheers,

Rohith.

Former Member
0 Kudos

hi,

goto SM59 -> click on create rfc -> define rfc of receiver -> save -> give target host n system no -> give user id n password -> clicko n test connection -> if yes [u ll get info of remote connection ] -> remote login -> u can get intial screen of remote system.

if helpful reward some points.

with regards,

Suresh Aluri.

paruchuri_nagesh
Active Contributor
0 Kudos

make sure your RFC destination name must be same as logical system name so

that system can generate internal communication settings

regards

paruchuri.nagesh

reward if u find use ful

Former Member
0 Kudos

call function LOG_SYSTEM_GET_RFC_DESTINATION destination 'HPCPPT100'.

Former Member
0 Kudos

thanx