cancel
Showing results for 
Search instead for 
Did you mean: 

need to remove , from the number?

Former Member
0 Kudos

Hello All,

Simple question i dont know java so aim open this thread.

i want to remove , from a number.

example : input 1234,56.000

output i need 123456.000

Please let me know how to remove , from the number.

Thanks and Regards,

chinna

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

FormatNum function does not work in message mapping funcitions?

http://help.sap.com/saphelp_NW04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm

Regards,

Michal KRawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chinna,

Use replaceString standard function in Text functions. For first argument give input field, second argument give a costant with , and for give null.

Regards,

---Satish