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

Problems with Unicode

Former Member
0 Likes
367

Hi all experts,

i have problems with smartforms since we have introduced unicode in our systems: in particular i have problems when i try to get the otf data from a custom smartform because it gives an otf table that contains characters that are not convertible in binary.

How can i solve it?

Best regards

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Oct 21, 2010 10:42 PM

1 REPLY 1
Read only

Former Member
0 Likes
330

Hello Ivano,

Did you try converting OTF to PDF using function module CONVERT_OTF. The output can be returned either as a binary string (parameter BIN_FILE) or as a character table (parameter LINES). SAP recommends the first variant.

Hope this helps you resolve issue. BTW your subject line is not clear enough.

Thanks,

-Anand.