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 destination Unicode test

Former Member
0 Likes
1,665

Hello,

is there any way (via FM) I could check if a RFC destination is Unicode system?

Thanks for your hints.

Tomas Kraus

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

Hi,

SM59 is the transaction to test for RFC destination.

Just click on <b>REMOTELOGON</b> button. It will open destination system logon.

The function module <b>/SDF/SL_RFC_GET_CLIENT_REMOTE</b> will determine the RFC destination.

The function module <b>ARFC_DEST_CONFIRM</b> will confirms destionation of RFC.

The function module<b> RFC_CHECK_DESTINATION</b> will check the destionation of RFC.

Please check this FM.

RFC_CHECK_DESTINATION

RFC_WALK_THRU_TEST

RFC_TEST

Thanks,

Message was edited by:

Pritha Agrawal

Hello,

is there any way (via FM) I could check if a RFC destination is Unicode system?

Thanks for your hints.

Tomas Kraus

2 REPLIES 2
Read only

Former Member
0 Likes
832

Hi,

Try this function.

SLDAG_CHECK_FOR_UNICODE

Reward if useful.

Read only

Former Member
0 Likes
833

Hi,

SM59 is the transaction to test for RFC destination.

Just click on <b>REMOTELOGON</b> button. It will open destination system logon.

The function module <b>/SDF/SL_RFC_GET_CLIENT_REMOTE</b> will determine the RFC destination.

The function module <b>ARFC_DEST_CONFIRM</b> will confirms destionation of RFC.

The function module<b> RFC_CHECK_DESTINATION</b> will check the destionation of RFC.

Please check this FM.

RFC_CHECK_DESTINATION

RFC_WALK_THRU_TEST

RFC_TEST

Thanks,

Message was edited by:

Pritha Agrawal