cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in alignment of amounts in sapscirpt

former_member242512
Participant
0 Kudos

Hi All

I have an issue in alignement of values:

As :

Goods        123  XYZ

Charges      345  XYZ

Total           486  XYZ

Now charges amount 345 moves a little towards right in actual physical print .(one thing there will be no decimal as using no decimals currency)

now it is written as

,,GOODS,,&GOODS&,,&VBDPA-WAERK&</>

,,CHARGES,,&KOMV-KAWRT(12.0)&,,&VBDPA-WAERK&</>

,,TOTAL,,&TOTAL&,,&VBDPA-WAERK&</>

Now the tabs are aligned in following way :

1st LEFT

2nd DECIMAL

3rd LEFT

4th LEFT

For 2nd tab I used right/left instead decimal too but it didn't work.

&GOODS& is defined in form gets value as &GOODS& = &KOMK-SUPOS&    (supos -> netwr -> currency 15)

KOMV-KAWRT   it comes from driver program (kawrt currency 15)

&total&  = &KOMK-FKWRT& (&total& is also defined in form (FKWRT -> currency 15)

Kindly suggest how I can get all values aligned.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ujj,

          first condense  the value then keep it into the positions it will work fine.

With Regards,

AmirtharajVijay.

former_member242512
Participant
0 Kudos

Hi

Answers (1)

Answers (1)

former_member242512
Participant
0 Kudos

Hi all this has been resolved on my own.  Thanks