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

header text in va02

Former Member
0 Likes
970

hi!

i updated the header text in va02 text id z000.

i need to find the table that keep the text itself.

if i use function 'READ_TEXT' i get the text, but i couldnt find the table name?

regards

yifat

hi!

i updated the header text in va02 text id z000.

i need to find the table that keep the text itself.

if i use function 'READ_TEXT' i get the text, but i couldnt find the table name?

regards

yifat

5 REPLIES 5
Read only

athavanraja
Active Contributor
0 Likes
797

STXH - header info

STXL - details.

Regards

Raja

Read only

Former Member
0 Likes
797

Try table STXL.

Read only

Former Member
0 Likes
797

hi!

these two tabled doesnt keep the text itself, but the header details.

regards

yifat

Read only

0 Likes
797

STXL keeps the text in field CLUSTD, but its in RAW format.

Regards

Raja

Read only

0 Likes
797

The field CLUSTD of STXL table has the actual long text in RAW format. you cannot read it using normal select statements.