cancel
Showing results for 
Search instead for 
Did you mean: 

decreasing size of 1 blank space between two words.

Former Member
0 Kudos

Hi,

how can we decrease the size of 1 blank sapce between two words in SAP Script.

For eg. "SAP Abap" let distance between word 'SAP' and 'Abap' be 0.25 cm . how can we manipulate the value of this distance.

Thanks for your help in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In print preview or while taking the print.

In print preview the gap between the words will be more.

Jshree

Former Member
0 Kudos

Right now i am checking in preview.

And client wants me to do it in preview.

Even if its in final printout Plz let me know the sloution.

Thanks in Advance.

Former Member
0 Kudos

Hi,

While taking the printout the gaps will get reduced usually.

Jshree

Edited by: Jshree on May 27, 2011 1:53 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

I doubt if we have that option available in scripts.

Still try this link.

[http://www.howforge.com/formatting-options-in-sapscript-condense-space]

Former Member
0 Kudos

Thanks for the reply.

But the problem is the text to be printed is present in tht same variable.

e.g. var1 = "SAP Abap".

and when i check the value in debugging their is jus 1 blank space.

But while printing the distance between the words is big.

e.g "SAP ABAP" but variables shows just 1 balnk space.

Former Member
0 Kudos

As far as my knowledge ,sapscript doesnt support reducing spaces between two words.

What you can do is, try the following:

1)See if the words have any trailing or preceeding spaces?

2)Try and change teh font and see if it makes a difference.