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

Comma in a Table control

Former Member
0 Likes
421

Hi,

I have matnr abc100.when I read from table into itab it is abc100 but when I'm displaying in a table control it is abc,100.How to delete the comma?

Thanks..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
380

Hi,

Try this..

In the attributes of the input field..

Remove value from the field "ConvExit"

So that no conversion exit is executed before displaying..

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
381

Hi,

Try this..

In the attributes of the input field..

Remove value from the field "ConvExit"

So that no conversion exit is executed before displaying..

Thanks,

Naren

Read only

0 Likes
380

Thanks,

Actually the conv exit field is blank but the format is INT4 instead of CHAR.

You actully pointed out what I neglected to look.