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