Skip to Content
0
Former Member
Jan 09, 2008 at 05:12 AM

CHAR to NUMC to CHAR!! Wht does it?

26 Views

Hi Experts,

I do paste some piece of code from z_upload_report, so, pls. clarify me that,

1) Why the programmer moving & repopulating the same?? Is really, its helpful, useful??

data: itab-vbelo(10) type c,

num_10(10) type n.

if itab-vbelo co ' 0123456789'.

num_10 = itab-vbelo.

itab-vbelo = num10.

endif.

thanq