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: 

header text in va02

Former Member
0 Kudos

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

athavanraja
Active Contributor
0 Kudos

STXH - header info

STXL - details.

Regards

Raja

Former Member
0 Kudos

Try table STXL.

Former Member
0 Kudos

hi!

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

regards

yifat

0 Kudos

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

Regards

Raja

0 Kudos

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