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 creation!

Former Member
0 Likes
792

I need to change the long text of a message belonging to a message class...

Since it is a change, previously they had used Read Text Fm in the program to read the content of the long text messages in an internal table by using

Text id = 'SUBM'

Text object = 'WORKST'

Text name = 'ZDVRQ1'.

language = 'EN'.

Can someone tell me where this text id = 'SUBM' exists.. and where they have maintained the content of the Long text.( I mean what is the transaction code for maintaining the content).

If i get this info i can add the new lines going to the transaction where they have maintained the content earlier.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

U can also check this in the tcode SE75 for text ID or tables TTXID / TTXOB but for the content stored in this will not be directly visible in any of the tables as they would be stored in ASCII HEX.

Santosh.

Edited by: Santosh Kotra on Apr 2, 2009 3:56 PM

I need to change the long text of a message belonging to a message class...

Since it is a change, previously they had used Read Text Fm in the program to read the content of the long text messages in an internal table by using

Text id = 'SUBM'

Text object = 'WORKST'

Text name = 'ZDVRQ1'.

language = 'EN'.

Can someone tell me where this text id = 'SUBM' exists.. and where they have maintained the content of the Long text.( I mean what is the transaction code for maintaining the content).

If i get this info i can add the new lines going to the transaction where they have maintained the content earlier.

4 REPLIES 4
Read only

Former Member
0 Likes
747

check stxh and stxl

Read only

Former Member
0 Likes
748

U can also check this in the tcode SE75 for text ID or tables TTXID / TTXOB but for the content stored in this will not be directly visible in any of the tables as they would be stored in ASCII HEX.

Santosh.

Edited by: Santosh Kotra on Apr 2, 2009 3:56 PM

Read only

NAeda
Contributor
0 Likes
747

Hello Go to VOTX, you can find all the text types.

if u want to create , u can create your own text, and if u want to see the long text go to SO10 and put the Text id , textname and object and dispaly.

I hope this is use full for u.

Regards

Narsim

Read only

Former Member
0 Likes
747

u can use edit_text fm and edit the long text