Hi,
I need to add the contents of an internal table
the fields are of type string with values say 10,000 and 13,000 along with the commas.
Now I need to add these two.
But since these are strings, I tried converting them into integers using func module convert_string_to_integer,but didn't work.
after adding,the result too has to be displayed as say 23,000 along with the comma.
Kindly help me to find a solution.
Thanks in advance