cancel
Showing results for 
Search instead for 
Did you mean: 

texts in STXL

Former Member
0 Kudos

Hi,

I'd like to know where the content of the texts stored in STXH can be read. I know there's a FM 'Read_text' which takes the information from STXL and decodes it, but my question is if there's a table in which the information is already decoded.

Thanks in advance,

Gerard

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi gerard,

1. There is no table in which information is decoded.

2. while storing texts,

sap ENCODES it and stors in STXL table.

3. while reading the table,

it decodes it and then provides it to us.

amit m.

Answers (3)

Answers (3)

former_member188685
Active Contributor
0 Kudos

Hi,

no it is not possible to read it directly, but you can read it with the help of FM READ_TEXT, the text info will be in cluster. i don't think there is any such table with the decoded info.

Regards

vijay

former_member181962
Active Contributor
0 Kudos

Use the Function module read_text.

Regards,

Ravi

suresh_datti
Active Contributor
0 Kudos

The texts are stored in the database clusters.. You can either use the READ_TEXT function module or IMPORT from DATABASE stxl(tx).

Regards,

Suresh Datti