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

Encoding error in CL_GUI_INPUT_FIELD

Former Member
0 Likes
1,062

Hi folks,

since the SAP GUI 7.4 allows the usage of CL_GUI_INPUT_FIELD, I tried it out, but unfortunately there is some issue with the encoding I just can't get around.

lo_input->set_text(
     text = 'HELLO'
).

results in the following:

I guess that the HE and the LL are somehow combined to a single character each. Is there a way I have to convert my string before passing it to set_text?

Thanks in advance,

David

2 REPLIES 2
Read only

Former Member
0 Likes
947

Hi David,

SAP note 1883738 says, that you need patchlevel 7 of SAP GUI for Windows 7.30 or a higher patch (or higher release) for that.

What SAPGUI version do you have?

Regards,

Klaus

Read only

0 Likes
947

Hello Klaus,

thanks for your answer, unfortunately I can't access that link right now, I am using 740 Final Release

Best regards,

David