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 for Read_text Data in lines table

Former Member
0 Likes
23,523

Hi Friends,

Can you tell me the ABAP dictionary table which holds the data of text which can be obtained by READ_TEXT function module. i.e. I need the table name which holds the data of texts.

Can you please help me for finding out the same.

KRaheja.

--

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
10,814

Hi,

Check this table ..

STXH

STXL

3 REPLIES 3
Read only

Former Member
0 Likes
10,814

HI,

The tables are STXL and STXH.

STXL contains the text lines but it is RAW format.

STXH contains the header data.

Regards,

Ankur PArab

Read only

Former Member
0 Likes
10,815

Hi,

Check this table ..

STXH

STXL

Read only

Former Member
0 Likes
10,814

Hi Friend,

STXH contains the information for standard text at header level but if you want to retreive the actual data for the standard text STXL is the table but constraint.

You can not directly get the data from STXL as data is stored in RAW format and more data is retreived from the cluster.

So in any way if you are thinking to directly retreive it form the table, this is not possible.

Regards,

Mark