‎2006 Dec 18 5:06 AM
Hi all,
What conversion routine is required to convert a field of TYPE, RAW 16 to a field of CHAR 34? The same data is stored in a field in a table as RAW 16, but in another table, the same data is stored in another field as CHAR 34. I want to compare both these fields but they are of different types. Is there any conversion routine which will serve this purpose?
Thanks,
Sruthy
‎2006 Dec 18 5:16 AM
Hi Sruthy,
Try Using the FM CONVERSION_EXIT_ALPHA_INPUT for converting RAW 16 to CHAR 34 or vice versa.
Regards,
Chetan.
PS:Reward points if this helps.
‎2006 Dec 18 5:19 AM
Hi ,
try to use the below function mdules..
CONVERSION_EXIT_ALPHA_INPUT
CONVERSION_EXIT_ALPHA_OUTPUT
Regards,
nagaraj
‎2006 Dec 18 5:19 AM
hi ,
for the field u r referring to is there any converison routine already present in the dataelement . plz check this is ur se11 for that field .if a routine is already there then u can use that ..
else .
use Fm
conversion_exit_alpha_input by passing the field .
note that this Fm is for character type only .
regards,
vijay
‎2006 Dec 18 5:26 AM
Hi,
there is no conversion exit already existing in SE11.
The FM , CONVERSION EXITALPHA_INPUT cannot be used in this case.
I will try assigning it directly.
Thanks everyone
Sruthy