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: 

Data type RAW

Former Member
0 Kudos

Hi experts,

Can any body tell me about data type RAW..

How to convert RAW to CHAR type...Is it possible or they are one and same?

4 REPLIES 4

Former Member
0 Kudos

hi Ravi,

Check these FM out

SCR2

RS_SCRP_FIELDS_RAW_TO_CHAR

RS_SCRP_HEADER_RAW_TO_CHAR

Regards,

Santosh

0 Kudos

Hi Thanks for response.

I have a field called GUID in a table in CRM.It is declared as data type of RAW of length 16.

Say guid = 30CA0B5CA7284A47B1AE1090B79F087E

How to convert this to CHAR type ?

Regards

0 Kudos

Hey Ravi Kumar,

I have a similar requirement to convert GUID in CRM to Char. Did you find the way to do it. Is there a function module to do it. Could you please share the info.

thanks

KM

Former Member
0 Kudos

try this function module,

SO_RAW_TO_RTF or

CONVERT_RAW_TO_RTF

PASs raw field.

regards

srikanth