2009 Apr 05 9:41 AM
Hi All,
I have to display the text in the smarform. In that text we get some data from the print program and the length of the data may changed based on the text. I need to print some text in the paragraph in one line, can you pls let me know how to do this.
Eg:
The leave for Mr(Emp Name) Emp no() has been approved. He is currently working in the Mechanical Department Storage Unit... followed by some text.
In the above example i need to get Mechanical Department Storage Unit in one line. How to handle this.
I have to print my text in Arial font, but this font is not present in the smart style. How to handle this.
Thanks,
Raju
2009 Apr 05 10:56 AM
I have to print my text in Arial font, but this font is not present in the smart style. How to handle this.
U need to add a new character format or paragraph format to ur style with font as arial.
i need to get Mechanical Department Storage Unit in one line. How to handle this
use fm RKD_WORD_WRAP
кu03B1ятu03B9к
2009 Apr 05 2:28 PM
Hi Karthik,
How to add a new font in the smartstyle. (Arial font is not present).
I have to change the text in the text module and in text module i cant use the fm RKD_WORD_WRAP.
Pls let me know how to get "Mechanical Department Storage Unit" in one line to add a new font in smartstyle.
Thanks,
Raju
2009 Apr 05 9:01 PM
u mean to say when u create a new paragraph or character format, then in the dropdown of the font u dont have arial font, this means arial font is not installed in that case install the arial font using se73
2009 Apr 05 5:09 PM
Procedure
To add fonts:
...
1. Create a subdirectory called fonts below the /usr/sap/<SID>/SYS/global/AdobeDocumentServices/
FontManagerServicedirectory.
Enter J<xx> if your system is an AS Java system.
Enter DVEBMGS<xx> if your system is an AS ABAP + Java system.
2. Create a subdirectory called customer below the fonts/ directory created in the previous step.
3. Copy your fonts into the /usr/sap/<SID>/SYS/global/AdobeDocumentServices/
FontManagerService/fonts/customer directory.
4. Restart the Document Services Font Manager for the changes to take effect.
5. Also restart the application com.adobe/AdobeDocumentServices for the changes to take effect.
2009 Apr 05 9:10 PM
Instead of Arial, try Helvetica. I think they're pretty much the same thing.
Rob
2009 Apr 06 7:18 AM
Thanks all, i could install Arial Font now. My first problem got solved.
But now i have to put some text in the same line, pls let me know how to do this. Pls see the sample example of my requirement.
Eg:
The leave for Mr(Emp Name) Emp no() has been approved. He is currently working in the Mechanical Department Storage Unit... followed by some text. In the complete paragraph i always want "Mechanical Department Storage Unit" in a single line. Based on emp name the text some times splits into two lines like "Mechanical" may come in one line and "Department storage unit" may come in second line. I dont want this to happen. Pls let me know how to do this.
Thanks,
Raju