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 .