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

Raw Data Conversion

Former Member
0 Likes
828

Hello Everyone,

I am reading data from a cluster table and downloading the same to a file using FM GUI_DOWNLOAD.

Unfortunately one of the fields is of type RAW(1) and this causes the data to show up in the flat file as .

When I debyug the program the field displays value '04'.

Is it possible to convert the raw data and get some meaningful data into this flat file.

Thanks and Regards,

Ashwin.

2 REPLIES 2
Read only

Former Member
0 Likes
547

Hi Ashwin,

Try this fucntion.

RSAB_CONVERT_RAW_TO_CHAR

Reward if useful.

Read only

0 Likes
547

Thanks for the reply Prasad, but I am not able to find this FM

I am using R/3 ECC 5.0 system.

Regards,

Ashwin