cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Scripts-printing the text in a single line

Former Member
0 Kudos

In Sap Scripts I would like to have my text in a single line. For that I have used the extended line (=) tag. But It is not working.

Can anyone help me how can I achieve this.

Actually how many characters I can put in a single line. I think it is 72. But my text is less than 72 characters.

Can anyone Please help me.

Regards

Meshack Appikatla.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Switch to word editor in SO10 change mode.( From Menu GOTO--> Change Editor )

Then copy paste the entire content.

You can copy paste pages together in text elements...

Regards,

Ram

Former Member
0 Kudos

Hi,

Problem would with the window size just check the window size.

Regards,

Sravanthi

Former Member
0 Kudos

A Text Symbol in Script or Smartform can take lenght of Maximum 80 characters. Any thing more than that will be truncated even if the window is long enoguh to hold more than 80 characters. Si your character formated need to be have the PROTECTED option checked.

At Topic:

Try increasing the window size in lenght or width, If that is not possible pratically, you can try by decreasing the font size.

Former Member
0 Kudos

Increase the width of the window where the text is been assigned.