‎2007 Jun 22 6:38 AM
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.
‎2007 Jun 22 6:48 AM
Hi Ashwin,
Try this fucntion.
RSAB_CONVERT_RAW_TO_CHAR
Reward if useful.
‎2007 Jun 22 7:33 AM
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