Skip to Content
0
Former Member
Sep 26, 2008 at 02:05 AM

Char to Num or Num To Char

58 Views

Hi Gurus,

Can any one tell the conversion from char to num or num to char in ABAP. we are using abap extractor .where we are joining num --> char Field.

select c1 c2 c3 from table x,y

where xcolumn(num) = ycolumn(char).

I got a CHAR_NUMC_CONVERSION but how i can implement in select is still a question.

Any quick suggestions would be great.

Marks will be rewarded.