‎2008 Jul 23 8:08 AM
Hi
what is the table where the text are stored for the transaction
me21n.
Cheers
Christina
‎2008 Jul 23 8:16 AM
hi,
use READ_TEXT function module to capture text related to me21n.
‎2008 Jul 23 8:09 AM
TSTCT
this table stores the texts for all the transactions.....
Edited by: Rudra Prasanna Mohapatra on Jul 23, 2008 9:10 AM
‎2008 Jul 23 8:15 AM
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
‎2008 Jul 23 8:16 AM
Hi,
Table TSTC stoes all the transaction and TSTCT stores the text of the transaction.
regards,
Sujit
‎2008 Jul 23 8:16 AM
hi,
use READ_TEXT function module to capture text related to me21n.
‎2008 Jul 23 8:25 AM
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
‎2008 Jul 23 8:31 AM
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.
‎2008 Jul 23 8:34 AM