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 function module call error

Former Member
0 Likes
544

Hi Abaper,

I'm doing upgrade from 4.7 to ecc 6.0 currently and encounter problem in one of the rfc function module that we used. I've tested the connection to destination using sm59 and the connection is successful.

As an information, in the rfc setting, the target system is not Unicode system.

When I test using se37 and put the rfc destination in my function module call, I always encountered system_error exception. There's no issue with this rfc call before in 4.7 system.

Please help me on this. Thank you.

Edited by: Abraham Bukit on Sep 3, 2008 2:36 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
503

Hi,

I had the same issue in the past and solved it in the following way.

If the destination system is not Unicode please try to set the password for the communication user set in SM59 using only upper-case characters and taking into account that the password shouldn't be longer than 8 characters.

Hope this will help.

3 REPLIES 3
Read only

Former Member
0 Likes
503

point will be given for helpful answer. thank you.

Read only

Former Member
0 Likes
504

Hi,

I had the same issue in the past and solved it in the following way.

If the destination system is not Unicode please try to set the password for the communication user set in SM59 using only upper-case characters and taking into account that the password shouldn't be longer than 8 characters.

Hope this will help.

Read only

0 Likes
503

solved by asking the other system to update their system with unicode patch.