2023 Aug 18 7:59 AM
Hello Expert, I have requirement in smartforms to able display this symbol ≤ in text area
how to hardcode in abap program symbol ≤ to display in smartforms
2023 Aug 18 8:42 AM
When you generate the form, select a device type supporting Unicode.
“≤” U+2264 Less-Than or Equal To Unicode Character.
2023 Aug 18 8:44 AM
For non ASCII character, look for the many Smartfrms / Unicode notes and existing threads as well as transactioàns such a UCCHECK.
2023 Aug 18 8:46 AM
You also have the SAP character <409> for it (as I can see in the table TCP01) that you may include in a SAPscript Text.
TDFORMAT TDLINE
* left <409> right
would output
left ≤ right
2023 Aug 18 8:48 AM
2023 Aug 18 8:54 AM
output print preview in my smartforms look like this when iam trying added <409>
thats its not a problem
2023 Aug 18 9:01 AM
2023 Aug 18 9:30 AM
Thats is only preview in smartforms,
I checked symbol supported in Smartform thats not include that symbol maybe sap giving # for replacing not supported symbol?
2023 Aug 18 12:02 PM
If you choose a Unicode device type, it won't replace with #.
SWINCF is Unicode-enabled as you can see.
See information on the Web.
2023 Aug 20 2:53 PM
how do i change SWINCF, I trying to changed in table TSFDEVTY and SXDEVTYPE but still containing #.
2023 Aug 30 6:44 AM
This problem solved using tcode SPAD, just create new config print dev type swincf
Thank You for helping me Sandara Rossi