‎2010 Feb 01 7:07 PM
Hello All,
I need to read the table STXL in oracle and replace data in another SAP.
But when i read the table, the data are displayed in this form:
FF06010102028000313130300000000020040000121F9D0232663E0620680311AC0C5840888FA79FEB5A88A25560112608D5B20E22B88F01A29D7D0F88A1A5101CE2
How i can convert these data for text format????
I tried to use the function module CONVERT_TEXT and CONVERT_ITF_TO_RTF.
But i could not successfully.
Thanks
‎2010 Feb 01 7:15 PM
Chk this class
CL_RSZ_WWW_DB_INTERFACE. Use this methodCONVERT_RAW_TO_CHAR
Try this one too.
Class:CL_GUID_SERVICES Method :CONVERT_RAW16_TO_CHAR
‎2010 Feb 01 7:15 PM
Chk this class
CL_RSZ_WWW_DB_INTERFACE. Use this methodCONVERT_RAW_TO_CHAR
Try this one too.
Class:CL_GUID_SERVICES Method :CONVERT_RAW16_TO_CHAR
‎2010 Feb 01 7:55 PM
‎2010 Feb 05 2:55 AM
thanks to max bianchi
i met the same problem and the fm READ_TEXT works gr8.