Skip to Content
0
Former Member
Jul 17, 2008 at 09:41 AM

Converting data

28 Views

Hi Gurus,

I have a problem in data conversion..

IF ls_zixtsvcreq-zixfempnb EQ '|'.

MOVE ' ' TO ls_zixtsvcreq-zixfempnb.

ENDIF.

This code produces dump as ls_zixtsvcreq-zixfempnb is a numeric value which cant interpret Pipe(|) sign.

Is there any method to convert the pipe into numc value or the solution for the desired results.

Please reply.

Regards,

Rahul