cancel
Showing results for 
Search instead for 
Did you mean: 

How to place commas in Amount INR?

Former Member
0 Kudos

Hi Experts,

Good Day.

As of my requirement I need to place commas in amount, I used some function modules which I searched in google but no luck. I used my data element as Char 20 because if data is initial I need to maintain as NIL in screen. please help me out of this issue.

Best Regards,

Amirineni Sravan.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member182550
Active Contributor

Try using the correct data element - that's what they are there for.

Former Member
0 Kudos

Its Setting in the user Profile. just check init.

Former Member
0 Kudos

Hi Amirineni,

Try this....Hope this is helpful.

Former Member
0 Kudos

Hi Sachin,

Thanks For Your Reply.

I tried this Function Module by passing my amount values to this function Module I'm getting Values like this (15600.0000) instead of (1,15,000) and my report I'm getting negative values also. Please help me.

Best Regards,

Amirineni Sravan.

Former Member
0 Kudos

Just to a write statement

write amount_number to amount_char currency 'INR'.

Former Member
0 Kudos

Hi Sireesh,

Please share some example, So that I can understand. I didn't get your point what you posted.

Best Regards,

Amirineni Sravan

raghug
Active Contributor
0 Kudos

Kuppireddi Sireesh did give you an example, and so did I... If you don't know any ABAP, please show our responses to an ABAPer - they will understand these examples immediately.

raghug
Active Contributor
0 Kudos
WRITE my_number USING EDIT MASK '__,__,__,___.___'.
Former Member
0 Kudos

Hi Raghu,

Thanks For Reply.

The Amount Value should change automatically. how i can do with that amount. Please expedite.

Best Regards,

Amirineni Sravan