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

Problem with STXL

joo_mariano2
Participant
0 Likes
597

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

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
527

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

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
528

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

Read only

Former Member
0 Likes
527

Hi

Try to use the fm READ_TEXT

Max

Read only

0 Likes
527

thanks to max bianchi

i met the same problem and the fm READ_TEXT works gr8.