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: 

RFC :- FM which gives destination of Remote FM

Former Member
0 Kudos

we need a FM which takes logical system name of Calling system and type of called sytem as input parameter which inturn returns logical system name/porttype of called system.

3 REPLIES 3

Former Member
0 Kudos

RSAN_LOGSYS_DETERMINE try this

0 Kudos

hi,

you can use this:

CALL FUNCTION 'ECRM_GET_DESTINATION'

IMPORTING

y_dest = w_destination

EXCEPTIONS

failed = 1

OTHERS = 2.

grtz

Koen

Former Member
0 Kudos

solved