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

Text Table

Former Member
0 Likes
1,082

Hi

what is the table where the text are stored for the transaction

me21n.

Cheers

Christina

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,035

hi,

use READ_TEXT function module to capture text related to me21n.

7 REPLIES 7
Read only

former_member195383
Active Contributor
0 Likes
1,035

TSTCT

this table stores the texts for all the transactions.....

Edited by: Rudra Prasanna Mohapatra on Jul 23, 2008 9:10 AM

Read only

Former Member
0 Likes
1,035

Hi,

Use transaction SE11 - ABAP Dictionary:

Fill in the Database table name and click the Display button.

TSTC table will contain all the Tcodes and

TSTCT table will contain all the Tcodes with Texts.

For more information check the following link:

http://sap-img.com/general/sap-r3-transaction-codes.htm

Regards,

Harish

Read only

Former Member
0 Likes
1,035

Hi,

Table TSTC stoes all the transaction and TSTCT stores the text of the transaction.

regards,

Sujit

Read only

GauthamV
Active Contributor
0 Likes
1,036

hi,

use READ_TEXT function module to capture text related to me21n.

Read only

Former Member
0 Likes
1,035

Hi Christina,

You have not mentioned why want name of the table.but if u want to read these text then do the following steps:

1.go to "Text" tab then select the "Header Text" you want to read.

2.double click on the text space.

3.It will take you to change header text editor.

4.click on "GO TO" and select header.

5.a new screen will come giving the detail of the header.

now use function module "read text" and pass the values of

*text name

*language

*text ID

*text object.

by doing this u can fetch the text written for different header text.

hope this will work for u.

gudluck.

rewards if useful.

regards

binod

Read only

Former Member
0 Likes
1,035

Hi Lavanya,

The texts for all transactions are stored in table TSTCT. For the Transaction list view the Table TSTC.

To go to the table....Goto SE11 --> select Database table Radio button --> Give the Table name --> Display.

Regards,

Swapna.

Read only

Former Member
0 Likes
1,035
STXH