‎2009 Jan 09 8:32 AM
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
‎2009 Jan 09 8:37 AM
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.
‎2009 Jan 09 8:37 AM
‎2009 Jan 09 8:37 AM
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.
‎2009 Jan 09 8:38 AM
‎2009 Jan 09 8:51 AM
hi dorothy,
reduce length from 20 to 15 or as ur requirmnt in se71
‎2009 Jan 09 8:52 AM
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.
‎2009 Jan 09 8:46 AM
‎2009 Jan 09 8:53 AM
Hi,
i am having 'space space space 20.00'
now i want to reduce the space in sapscript.
‎2009 Jan 09 9:05 AM
Hi ,
Check whether you are printing currency field,
If so they will occupy 13 to 15 characters of space.
Check it .
Regards,
Phani.
‎2009 Jan 09 9:24 AM
hello,
goto SE71 -> paragraph formatting.
adjust youa alignment here.
regards,
sujeet
‎2009 Jan 09 9:29 AM
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
‎2009 Jan 20 6:07 AM