2013 Jul 04 6:25 PM
Could you please tell me how to reduce spaces between words in smartforms? (Specially in arabic language)
2013 Jul 05 12:47 PM
Use proper character format. It will care the spaces. In some cases the character spacing appears on preview only, upon printing it will come fine.
Could you please tell me how to reduce spaces between words in smartforms? (Specially in arabic language)
2013 Jul 05 8:30 AM
Create a 'program line' before display
Write ABAP Statement
CONDENSE XXX NO-GAPS.
Where XXX is a variable.
2013 Jul 05 8:34 AM
Hi,
did you check the Smartstyles transaction you use in your smartform ?
regards
Fred
2013 Jul 05 11:06 AM
Hi,
Defining your PARAGRAPH FORMAT suitable to you need can reduce the spaces but a much more dependency is in the Font available in system.
Just as different fonts in English appear different due to the spacing and alignment I think a similar rule applies for all others. You might have to look for diffrent font formats for arabic that can be uploaded in system in SE78 and used.
Cheers,
Arindam
2013 Jul 05 12:47 PM
Use proper character format. It will care the spaces. In some cases the character spacing appears on preview only, upon printing it will come fine.
2013 Jul 05 2:26 PM
Yeah it appears on preview only, so can i control the spaces in the print preview?
2015 May 06 4:13 PM
can you please explain how to solve it coz am new to this and need to know !
thanks in advance
2015 May 07 8:27 AM
Create Character Formats in SmartStyles and use it in your form.
2013 Jul 05 12:52 PM
Hi Ahmed,
Make use of variable(symbol) along with C.
For example
move 'SCN Discussion Form' to gv_text.
and while placing the variable in text element make sure your variable like &gv_text(C)&(it compress additional spaces between words and it specifies exactly one space between every word).
Then your out should be like SCN Discussion Form.
Regards,
Venkat.
2013 Jul 09 4:20 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |