Hi all,
Can anyone explain how to separate the last digit of letter or number. Shown below is one sample I got.
loop at itab1.
Move corresponding itab1 to Lines.
Len = Strlen( Lines-tdline ) - 1.
Lines-tdline = Lines-tdline + 0(Len).
Append Lines
Endloop.
Waiting for the response,
Regards,
John