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