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

data type in screen painter

Former Member
0 Likes
651

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

4 REPLIES 4
Read only

Former Member
0 Likes
559

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.

Read only

Former Member
0 Likes
559

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

Read only

Former Member
0 Likes
559

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

Read only

0 Likes
559

hi,

but now it cannot show whereas other column data type table control which according to table data type can appear.