Application Development 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: 

table stxh

Former Member
0 Kudos

i use FM to select data from this table

(the data is from vf03 as i wrote before) but i dont see the text in se16 when i make f8

5 REPLIES 5

LucianoBentiveg
Active Contributor
0 Kudos

You can only see the text using FM READ_TEXT.

Regards.

Former Member
0 Kudos

Hi rani,

1. STXL

2. The details of the text

are stored in the table STXL.

3. But they are stored in RAW/Encoded format.

4. So we cannot directly see the information.

5. We have to use the FM to read it.

regards,

amit m.

0 Kudos

hi

use the table STXL and pass the req parameter to this FM :

for getting the parameter:

double click on the text that u maintained and it will take u to another window ther goto-> header and get the req parameters to be passed to read_text FM....

but make sure u pass the same while querying stxl and if it's ther sy-subrc eq 0...use this FM to fetch the text...

reward points if it helps

gunjan

Former Member
0 Kudos

Hi,

Check this Link for how to call READ_TEXT to get the text:

Regards

Srikanth

Message was edited by: Srikanth Kidambi

former_member188685
Active Contributor
0 Kudos

you can't see the text , only through FM you can read it.

from SE16 you cannot see that , because it is not in readble format.

Regards

vijay