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

Long Text table

former_member698542
Active Contributor
0 Likes
25,734

Hi All,

Where the long text which we create from various transactions like routing etc will be stored.

Suppose When we create a down load program from which table the details be fetched.

Thanks and regards

Murugesan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
10,929

you need to use function module READ_TEXT to get long text. not select query

3 REPLIES 3
Read only

Former Member
0 Likes
10,930

you need to use function module READ_TEXT to get long text. not select query

Read only

0 Likes
10,929

Hi,

The long text will be stored in STXH table.

But that is not readable.

As Vivek rightly mentioned. you need to use the FM 'READ_TEXT' to read the long text.

Reward if helpful.

RSS.

Read only

former_member698542
Active Contributor
0 Likes
10,929

Thank you