2023 Nov 28 10:19 AM
Hi, experts how to fix a problem with Different symbols in smart form deppending on outputdevice ?
The problem is compicated that the smart form is removed and i can't find it throw sfp t-code. I have only fm '/1BCDWB/SF00000052'.
And also i dont have this option, like i have in other forms
2023 Nov 28 10:25 AM
No surprises there, /1BCDWB/SF points to a smartform
The function name prefix for Adobe Forms is /1BCDWB/SM
2023 Nov 28 6:04 PM
I think it's more a confusion about switching the terms "adobe form" and "smart form".
The transaction code SFP is about Adobe Forms, it's NOT about Smart Forms (transaction code SMARTFORMS)
2023 Nov 29 9:02 AM
for symbols i mean unreadable symbols at first form (like #######). And theese problem only with this form. Other forms are printing well, no matter which device i select
2023 Nov 29 9:09 AM
So, as you say, the issue is about "unreadable symbols at first form (like #######)".
2023 Nov 29 9:13 AM
###### means a character conversion issue (concerning cyrillic characters in your case).
If it works for LP01 but not for LP03, it's obviously due to the fact that the devices are defined differently, and so you should compare them and tell us more.
2023 Nov 29 10:00 AM
so why other forms prints well, no matter which device is selected
2023 Nov 29 1:16 PM
Hi, the issue is Form Editor not with the printer. You need to properly use the smart styles, where in which you can define the print characteristics such as character format and paragraph format etc.,
2023 Nov 29 2:04 PM
Yes, but if you tell us the differences, it will help for sure.
Probably this smart form is using a font, font stroke, font size, font style, which is different from the other smart forms. Please check, and tell us.
2023 Nov 29 2:06 PM
Also, you can find all these useful answers:
smart form preview hash characters site:sap.com
2023 Nov 30 9:55 AM
What are the difference between with ssfcomp_open and fpcomp_job_open,so some forms use first and some second ?
2023 Nov 30 10:36 AM
Cause deep inside of ssfcomp_close there is an FM = 'IMPORT_UCFONTMET'.
Which insetrs data into uc_metric_info table
which lately used to fill the smartform. And table filled for different values, depending on printer device
2023 Nov 30 11:28 AM
import
font_header
uc_metric_info
from database stxl(xx) client sap_original_client id stxl_id.
I can't find any values if i try to view them through se16n
STXL_ID-TDOBJECT = UCFONTMET.
And there is no such values in stxl
2023 Nov 30 11:52 AM
I.m sorry IMPORT_UCFONTMET is deep inside in IMPORT_UCFONTMET not in job_close
2023 Nov 30 11:53 AM
Nobody can help you if you're talking about deep internal and debug stuff, only you and your colleagues can do it.
General guideline: SSF is for Smart Forms, FP is for Adobe Forms.
Font metrics give the information of character exact sizes (e.g. W width is wider than I), and more. Note that it concerns TTF (True-Type Font).
2023 Nov 30 11:53 AM
2023 Nov 30 11:55 AM
Just an example, I have asked this question and I knew there were only little luck that I could get an answer because it's very specific, it happens only at my current client, so I fixed it, and the important thing is to give clues to other people in case they meet the same issue in the future.
Good luck in your research!