‎2007 Apr 26 7:02 PM
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..
‎2007 Apr 26 7:05 PM
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
‎2007 Apr 26 7:05 PM
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
‎2007 Apr 26 7:09 PM
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.