cancel
Showing results for 
Search instead for 
Did you mean: 

seperators in currency

Former Member
0 Kudos

i have a variable say V1 which holds the total currency amount.

when ever i am printing the form this variable is printing currency without any seperators my requirement is to print the currency amount with currency seperators(like a comma at hundred .. thousand...)

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Hi Muddassir,

write ur field value in this format.

Suppose Bsega-wrshb is the currency field u wanna write.

So use this extension for it.

write:/ BSEGA-WRSHB CURRENCY BSID-WAERS.

This will definately help u out.

Kindly reward points.......

Regards,

Sapna A.

former_member196280
Active Contributor
0 Kudos

I guess your variable is a character variable.. change your variable type to P

Ex.

Data : amount type p decimals 2.

Move <you character variable> TO amount.

Now amount will have separators etc...

Close the thread once your question is answered.. reward to all useful answers.

Regards,

SaiRam