cancel
Showing results for 
Search instead for 
Did you mean: 

Sapcript - different alignment on the same variable

Former Member
0 Kudos

Hello gurus,

I'm facing this strange problem:

on a sapscript layout (periodic account statement - transaction F.27) the same value variable (RF140-WRSHB) in some rows appears correctly alligned in some others traslated 1 space left.

Just to let you better understand:

 123,00 GBP
 111,11 GBP
345,22  GBP
 454,00 GBP

The third row is wrong ...

The additional difficulty is that in test enviroment I can't replicate a similar case and the same account (copied from production system) with the same values does not have any problem.

Thanks

Best regards

Guido

Accepted Solutions (1)

Accepted Solutions (1)

aidan_black
Active Contributor
0 Kudos

Hello Guido,

There are some issues when symbols are used with right aligned tab-stops. For negative nunbers, the sign is also needed e.g. 145,88-. For positive numbers, in the past there was not a space reseverved for the sign. This was corrected in recent support packs. This is correct but may cause sme problems.

Try using the formatting option S for the symbol in your form to suppress the sign. e.g. &RF140-WRSHB(S)&.

Regards,

Aidan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Guido,

Use

&RF140-WRSHB(C)&

in script.

BR

Dep