Skip to Content
0
Former Member
Jul 26, 2005 at 10:40 PM

taking leading zeros off

25 Views

hi folks,

I need help in the abap code here.

data char type c.

char = '0000000550'.

I need to take the leading zeros away (remember it is in the character format)

how can I do that?

thanks

Santhosh