Application Development 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: 

Function module to convert RAW type to CHAR data type

Former Member
0 Kudos

Hi experts,

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

Please reply soon.

Prem.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

try FMs

RSAB_CONVERT_RAW_TO_CHAR

RRXWS_RAW_TO_CHAR

RS_SCRP_FIELDS_RAW_TO_CHAR

RS_SCRP_HEADER_RAW_TO_CHAR

0 Kudos

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

0 Kudos

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

0 Kudos

Hi ,

check out this FM for converting char 16 to raw16

BANK_API_PP_UT_CHAR16_TO_RAW16

Regards

Jana

0 Kudos

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.

Former Member
0 Kudos

thanks to all for your valuable guidance.

0 Kudos

Hi Pream Kumar,

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

thanks in advance.....:)