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

Generate PDF from SmartForm Style Problem

Former Member
0 Likes
484

Hi everyone,

I am a starter at ABAP.I made document with SmartForms.There is a 3 pages.According to Table Information SmartForms tables can be changed. I coded a how to transfer informations to pdf. My problem is the field values included 'ğ,ş,i' letter.But this letters doesn't shown in pdf.This letters show like a 'X' . How can solve this problem ?

Hi everyone,

I am a starter at ABAP.I made document with SmartForms.There is a 3 pages.According to Table Information SmartForms tables can be changed. I coded a how to transfer informations to pdf. My problem is the field values included 'ğ,ş,i' letter.But this letters doesn't shown in pdf.This letters show like a 'X' . How can solve this problem ?

1 REPLY 1
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
424

Hello,

Firstly you need to check if the correct fonts used in the form.

You can check the SAP note:

776507 SAPscript/SmartForms: Which fonts for which languages?

Also check if you are using the correct device type for the PDF output, if your system is a unicode system you can use

device type SWINCF or PDFUC as per SAP notes: 812821 and 999712.

Regards,

David