cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script - Invoice Currency display problem

Former Member
0 Kudos

Hi,

I am changing SAP Script Invoice. In that invoice there are 4 fields (Subtotal, Shipping, Sales Tax, Total amount) these 4 fields declared as Char (13 Size).

If the amount is in thousands i have to display "," after thousand.

eg. $ 3,478.00

$ 8,739.00

I changed all those four fields as (VBRP-NETWR)CURR data type also. but if the Sales tax or shipping is $ 0.00 the alignment is not coming correctly...

Is there any other way if i declare those fields as CHAR and how can i display "," after thousand.

Thanks,

fractal

Accepted Solutions (0)

Answers (1)

Answers (1)

anversha_s
Active Contributor
0 Kudos

Hi,

A sugestion.

Instead of directly printing it on the script, take it into a char variable and use

write <amount> to <char> currency 'INR.

rgds

anver