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

Language in RFC data transfer

Former Member
0 Likes
1,115

Hi all,

I have a strange incidence. I have a BSP application, pulls data from backend R/3 via RFC.

If I login in other language, I see same descriptions for the labels, customizing data as that of the calling system i.e. front end.

But when I try to debug, i see following:

1. when I debug from front end into backend, I see sy-langu in backend to be English,

2. when I login in other lang. in backend, I see sy-langu as other lang.

Now question is,

how is sy-langu determined for called system,i.e. backend.

Try to explain me this stuff.

Regards,

Bharat

Hi all,

I have a strange incidence. I have a BSP application, pulls data from backend R/3 via RFC.

If I login in other language, I see same descriptions for the labels, customizing data as that of the calling system i.e. front end.

But when I try to debug, i see following:

1. when I debug from front end into backend, I see sy-langu in backend to be English,

2. when I login in other lang. in backend, I see sy-langu as other lang.

Now question is,

how is sy-langu determined for called system,i.e. backend.

Try to explain me this stuff.

Regards,

Bharat

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
765

Check the RFC destination in SM59. Check to make sure that the logon language is not hardcoded there .

Regards,

Rich Heilman

Read only

0 Likes
765

Rich

can you be more clear on this.

What do you mean by hardcoding the logon lang. in RFC connection.

Regards,

Bharat

Read only

0 Likes
765

If you go to SM59 and see the details of the RFC connection, you specify the username / password and also specify the language.

check what has been given there

Regards,

Ravi