Skip to Content
0
Apr 11, 2014 at 07:40 AM

removal of first two char zero's from field .

35 Views

As i am having field BKPF-BELNR of internal table whose value is :0000000010

BKPF-BELNR = 0000000010

i have to remove first two zero from left and append 'CE' and

result like this : 'CE00000010'

as i have tried shift field remove leading zeros . it doesn't work .