‎2010 Oct 21 11:07 AM
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
‎2010 Oct 21 12:11 PM
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.