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

sapscript

Former Member
0 Likes
1,576

Hi,

i am woking on sapscript...how to reduce the space in sapscript...

help me

Make use of Forums for your basic questions and use meaningful subject

Edited by: Vijay Babu Dudla on Jan 20, 2009 2:07 AM

12 REPLIES 12
Read only

Former Member
0 Likes
1,546

HI..

To reduce the space b/t windows u can adjust then using form form painter of scrip.

To reduce the space between text elements use declare tabs in paragraph formats and use that paragraph format.

hope it's useful. if u want more specify ur problem more clearly.

Read only

Former Member
0 Likes
1,546
Search on SCN. You will get lots of threads.
Read only

Former Member
0 Likes
1,546

Hi Dorothy,

Is it tab that you mean? (seems like space between 2 columns).

If yes, then you can reduce it by reduce the tab length.

Go to SE71 --> Paragraph Format --> fill in your respective paragraph and click the tabs button.

From here you can adjust the length of the tabs.

Hope it helps,

Victor.

Read only

0 Likes
1,546

Hi

i having ' 20.00'

Read only

0 Likes
1,546

hi dorothy,

reduce length from 20 to 15 or as ur requirmnt in se71

Read only

0 Likes
1,546

Hi,

in the tab field of paragrap fromat you are defining space between character to character. According to your requirement you can define the gap you require in the tab field.

for example if you are defining the gap as 20.00 and you thing still the gap is more you can try reducing the gap by maintaing it as 15.00.

Read only

Former Member
0 Likes
1,546

Hi

check out this link----


regards

Prashant

Read only

0 Likes
1,546

Hi,

i am having 'space space space 20.00'

now i want to reduce the space in sapscript.

Read only

Former Member
0 Likes
1,546

Hi ,

Check whether you are printing currency field,

If so they will occupy 13 to 15 characters of space.

Check it .

Regards,

Phani.

Read only

SujeetMishra
Active Contributor
0 Likes
1,546

hello,

goto SE71 -> paragraph formatting.

adjust youa alignment here.

regards,

sujeet

Read only

Former Member
0 Likes
1,546

Hi Check how much charecter space is available with u and how much the expected length of output.

if ur variable name is var then print as

var(5). So that it can restrict to only 5 chars.

as per ur req u can mension lenght

Read only

Former Member
0 Likes
1,546

I have solved problem