‎2007 Feb 22 11:25 AM
hi,
if table column is numc but in screen painter i define as char, can the number appear? i tested it cannot show the number.
thanks
‎2007 Feb 22 11:28 AM
It will not show you the number because the default number as zero will appear as space.
It depends upon how you declare in your internal table but it will not show
Please reward if useful.
‎2007 Feb 22 11:29 AM
Hi,
Though you declare the Table column as NUMC and if you pass the CHAR value into it should appear with leading zeros.
Test for the code why it's not coming.
Regards,
Anji
‎2007 Feb 22 11:30 AM
IT Will show if there is any value in it.
Because all numbers are characters after all.
CHAR can show Numbers bu t not viceversa.
Regards,
Ravi
‎2007 Feb 22 11:33 AM
hi,
but now it cannot show whereas other column data type table control which according to table data type can appear.