Application Development and Automation 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: 
Read only

how to rmove coma from a internal table data?

Former Member
0 Likes
395

Dear Friends,

I have to remove all comma from address and amount fields whic are occuring in a internal tables.

Please suggest me best way to do............

Regards

Ricky

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

you can use SPLIT KEY WORD for separating data.

if the itab contains records with comma separated

split at ',' into...

reward if useful

rgds

Umakanth

Dear Friends,

I have to remove all comma from address and amount fields whic are occuring in a internal tables.

Please suggest me best way to do............

Regards

Ricky

1 REPLY 1
Read only

Former Member
0 Likes
371

you can use SPLIT KEY WORD for separating data.

if the itab contains records with comma separated

split at ',' into...

reward if useful

rgds

Umakanth