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

Paragraph problem in smartforms

Former Member
0 Likes
768

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

6 REPLIES 6
Read only

Former Member
0 Likes
740

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к

Read only

0 Likes
740

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

Read only

0 Likes
740

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

Read only

Former Member
0 Likes
740

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.

Read only

Former Member
0 Likes
740

Instead of Arial, try Helvetica. I think they're pretty much the same thing.

Rob

Read only

0 Likes
740

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