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 Message Long Text?

Former Member
0 Likes
9,649

I was able to find T100 where Message Class, Message ID and Message Short Text are stored.
But I can't find where is the Long Text for a Message stored?
I want to upload long text of a message by exporting Message Class and Message ID.

Can anyone help me in this or atleast tell me, in which table are the Long Texts maintained(saved)?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,185

Hi Prabhat,

Go to SE91, input your message class and message id, cusur on your message id, and click 'LONG TEXT' button on toolbar, it will go to another editor,

then click on menu->goto->header->, you can get text name and text id and object here.

Once you get the related infomation, you can check it in SE75.

and you can save long text by FM 'SAVE_TEXT' and read long text by FM 'READ_TEXT'.

Regards,

Archer


3 REPLIES 3
Read only

Former Member
0 Likes
5,186

Hi Prabhat,

Go to SE91, input your message class and message id, cusur on your message id, and click 'LONG TEXT' button on toolbar, it will go to another editor,

then click on menu->goto->header->, you can get text name and text id and object here.

Once you get the related infomation, you can check it in SE75.

and you can save long text by FM 'SAVE_TEXT' and read long text by FM 'READ_TEXT'.

Regards,

Archer


Read only

Former Member
0 Likes
5,185

Tables THEAD and TLINE.

Read only

JarosBaw
Active Participant
0 Likes
5,185

DB tables STXH and STXL.

Regards,

Jarek