Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Conversion routine

Former Member
0 Likes
930

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

4 REPLIES 4
Read only

Former Member
0 Likes
686

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.

Read only

former_member404244
Active Contributor
0 Likes
686

Hi ,

try to use the below function mdules..

CONVERSION_EXIT_ALPHA_INPUT

CONVERSION_EXIT_ALPHA_OUTPUT

Regards,

nagaraj

Read only

Former Member
0 Likes
686

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

Read only

0 Likes
686

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