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