Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove "(double qoutes) from field like "75,328"

Former Member
0 Kudos

Hi Gurus,

here is my question.

how to remove (double quotes) " from a field.

i have an amount column in an internal table.

amount

-


"87,239"

"23,983"

"4,432"

please suggest me on how i can remove " character from these fields.

Regards,

Madan.

2 REPLIES 2

Former Member
0 Kudos

hi

use the command replace all accurances of '"' with ' '

0 Kudos

Hi Venu,

Thanks its working

I had used replace, instead of using replace all

Regards,

Madan.