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

Function module to convert RAW type to CHAR data type

Former Member
0 Likes
7,005

Hi experts,

I need any function module which convert RAW data to char data type.

Please reply soon.

Prem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,938

try FMs

RSAB_CONVERT_RAW_TO_CHAR

RRXWS_RAW_TO_CHAR

RS_SCRP_FIELDS_RAW_TO_CHAR

RS_SCRP_HEADER_RAW_TO_CHAR

7 REPLIES 7
Read only

Former Member
0 Likes
2,939

try FMs

RSAB_CONVERT_RAW_TO_CHAR

RRXWS_RAW_TO_CHAR

RS_SCRP_FIELDS_RAW_TO_CHAR

RS_SCRP_HEADER_RAW_TO_CHAR

Read only

0 Likes
2,938

Amit thanks for your reply.But the function module you have listed are returning dump.

I have a RAW(16) variable have value and i want to convrt it in char format and want to store in char variable size 32 as i have to pass in a function module further.

raw(16)-> char(32)

for this i need a function mosule which can converts the raw value into char.

please reply

Read only

0 Likes
2,938

Hello,

Delare the variable for import and export parameters as per the function module data declaration.

i hope your problem may solved with this.

thanks

Ragards

Narsim Aeda

Read only

0 Likes
2,938

Hi ,

check out this FM for converting char 16 to raw16

BANK_API_PP_UT_CHAR16_TO_RAW16

Regards

Jana

Read only

0 Likes
2,938

Hi Aeda,

I tried all these.I am getting a guid from the workflow and have to pass in a function module which takes the guid in char size 32 variable and i am geeting it in raw size 16.

So i need to conver the guid first in the char format then i have to pass.

for this i need FM.

Read only

Former Member
0 Likes
2,938

thanks to all for your valuable guidance.

Read only

0 Likes
2,938

Hi Pream Kumar,

could you please tell me how did u fix this issue even i am facing same problem.

thanks in advance.....:)