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.