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: 

Fn module required

Former Member
0 Kudos

Xpertz,,,

To upgrade drom ecc5.0 to 6.0

need replacement fn module for LOG_SYSTEM_GET_RFC_DESTINATION ,

if OBJ_METHOD_GET_RFC_DESTINATION ,it contains 3 import parameters wat should i gv for

OBJECT_TYPE

METHOD

but in LOG_SYSTEM_GET_RFC_DESTINATION has only LOGICAL_SYSTEM as import parameter.

3 REPLIES 3

Former Member
0 Kudos

Try the FM IC_LOGSYS_GET_RFCDEST

Former Member
0 Kudos

hii anoop,

try using these FM.hope it solves your purpose.

IC_LOGSYS_GET_RFCDEST

R3_DISTRIBUTED_LOCKING_ACTIVE

rgrds,

Shweta

Former Member
0 Kudos

Hi Anoop,

In the fm OBJ_METHOD_GET_RFC_DESTINATION

search for the values to be assigned to parameter object_type in dbtable TOJTB.

it can take the value 'ALELINK' or 'ALEMODEL'.

specify the Method to be called from remote in the 'method' parameter.

Also chk the fm RFCDEST_GET_FOR_LOGICAL_SYSTEM.

Regards,

Mdi.Deeba