cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript content allignment

Former Member
0 Kudos

hi there,

I have created a sapscript but the contents are not alligned. How can I allign the values i.e vertically.

1. For example: the following is shown like this. If I move the 2nd $ sign one space left then it will move it to a more than one space so this is the closest I can get.

$

$

2. At other places I am also having similar issues. what is the best way to set these values. Do I have to change the tab values in the paragraph fomat to make adjustments or any other better way.

Please advise.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the following $ signs are not exactly alligned vertically. Thanks for ur assistance.

Regards,

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks guys,

The issue was resolved by using same paragraph format that had same tab spaces given.

regards,

Johnny

Former Member
0 Kudos

Hi there,

Still I cannot allign the text vertically. I have tried different TABS and SPACES also I tried to add window commands but Text does not allign vertically.

Please help.

Regards,

Johnny

dev_parbutteea
Active Contributor
0 Kudos

Hi,

are you using same character formats?

If not , then it might be difficult to align them because different character formats have different sizes.

Regards,

Sooness

Former Member
0 Kudos

Hi,

Are u using same Paragraph format to print ?

check whether the indent spacing might be different for the paragraph

formats u r using.

Former Member
0 Kudos

see the example format,based on this you can align ..

IF &PAGE& EQ '1'.

BOX FRAME 10 TW

POSITION WINDOW

BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW I

POSITION XORIGIN '3.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '5.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '7.2' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '8.3' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '9.5' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '12.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '14.5' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '17.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

ENDIF.

IF &PAGE& NE '1'.

POSITION WINDOW

BOX WIDTH '74' CH HEIGHT '36.5' LN FRAME 10 TW

POSITION WINDOW

BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW INTENSITY 10

POSITION XORIGIN '0.9' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '3.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '5.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '7.2' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '8.3' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '9.5' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '12.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '14.5' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '17.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '19.7' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

ENDIF