Skip to Content
0
Former Member
Apr 17, 2012 at 02:19 PM

abap statement

26 Views

Hi

I have one variable X whose value is 'LONDON'.I have one other variable Y whose value should be first letter of X.

So Y=L

I wrote ABAP statement Y=X + 0(1) but its not working.How to do this?

Thanks.