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 of rawstring into string

Former Member
0 Likes
10,855

hi all,

i am a field in table tat is of type rawstring,i want to display that field in a readable output.

how can i do tat ,plz..help..

9 REPLIES 9
Read only

arindam_m
Active Contributor
0 Likes
5,197

Hi,

Try using cl_abap_conv_in_ce=>create. Should help. Check the wiki link below:

http://wiki.sdn.sap.com/wiki/display/ABAP/CL_ABAP_CONV_IN_CE

Cheers,

Arindam

Read only

Former Member
0 Likes
5,197

hi

Read only

arindam_m
Active Contributor
0 Likes
5,197

Hi,

Check the thread below see if it helps.

http://scn.sap.com/thread/1984243

Cheers,

Arindam

Read only

arindam_m
Active Contributor
0 Likes
5,197

Hi,

Check the thread below see if it helps.

http://scn.sap.com/thread/1984243

Cheers,

Arindam

Read only

arindam_m
Active Contributor
0 Likes
5,197

Hi,

Check the thread below see if it helps.

http://scn.sap.com/thread/1984243

Cheers,

Arindam

Read only

Former Member
0 Likes
5,197

Hi Mohit,

Use FM  RS_SCRP_FIELDS_RAW_TO_CHAR

Read only

Former Member
0 Likes
5,197

Hi,

Try using this FM

"ECATT_CONV_XSTRING_TO_STRING"

Read only

Former Member
0 Likes
5,197

Hi,

Try using cl_bcs_convert=>raw_to_xstring.

U can also try with FM SX_OBJECT_CONVERT which has some source format and required format paramters.

Thanks,

Namrata

Read only

bastinvinoth
Contributor
0 Likes
5,197

Hi mohit soni

Check below links for conversion of raw string to string

http://scn.sap.com/thread/1984243

http://scn.sap.com/message/7360260#7360260

Regards,

Bastin.G