Hello Experts,
I've a requirement where I need to copy a decimal into string so that I can upload a file on server. However, I gets the error when I try to move.
For reference here is my code and data types..
data: lv_line type string.
CHARGES type charges.
move gv-charges to lv_line.
Can anybody please help me to resolve this issue.
Many thanks in the advance.