cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP ON HANA : AMDP : SQL Script : Convert LRAW to Charecter or string

P2002073028
Explorer
0 Kudos

Hello,

         i am fetching field CLUSTD from table STXL and its datatype is LRAW. My requirement is to convert RAW datatype to character or String. Please help me to get any SQL Script Function.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226419
Contributor
0 Kudos

You mean to say want to modify field CLUSTD of  a table 'STXL'?

You can use update command or if you are using internal table then you can give new field of datatype as char and then fetch value.

BR

Sumeet

P2002073028
Explorer
0 Kudos

Hi,

     Normally we use the READ_TEXT fm to get the header text of orders like SALES or DELIVERY..., If i use READ_TEXT it consuming more time, so i am reading STXL table in AMDP, but CLUSTD of  a table 'STXL' is in LRAW format i want to convert this  charecter. Please let me know any SQL Script function to convert.