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

table stxh

Former Member
0 Likes
1,039

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

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
Read only

LucianoBentiveg
Active Contributor
0 Likes
970

You can only see the text using FM READ_TEXT.

Regards.

Read only

Former Member
0 Likes
970

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.

Read only

0 Likes
970

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

Read only

Former Member
0 Likes
970

Hi,

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

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
970

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