2015 Jul 26 6:11 PM
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
2015 Jul 27 5:58 AM
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
2015 Jul 27 8:23 AM
Hello Klaus,
thanks for your answer, unfortunately I can't access that link right now, I am using 740 Final Release
Best regards,
David