cancel
Showing results for 
Search instead for 
Did you mean: 

Convert RAWSTRING to readable format

08-03-2023 4:23 PM
govindk27 Explorer
763 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I am trying to fetch the ATC data into the internal table. I got the ATC Run data from SATC_AC_RSTVT_DV.

There is NAVIGATION_DATA and DESCRIPTION_DATA field which are RAWSTRING.

How can I convert them into a readable format? I tried with FM which converts XSTRING to string but it didn't work.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member775387
Discoverer
0 Likes

Hello Govind,

the short answer is you can't. The xstring is created using the export function based on a internal structure which is deliberately not exposed via any API.

Regards,

Iain Morrison