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

short text

Former Member
0 Likes
607

why we give short text in every transaction? plzz tell? what is the advantage? is there any

table where short text stores?

4 REPLIES 4
Read only

Former Member
0 Likes
582

Description is only used for remembering purpose.

Or it provide some hint to the T-code.

and it stored in the table TSTCT

thanks

Dharmishta

Read only

Former Member
0 Likes
582

dear,

short texts for any transactions are stored at table TSTCT.

Read only

Former Member
0 Likes
582

I think it is only for identifying the transaction..

You can get the transaction and its text from the table

'TSTCT'

Fields:

1)TCODE

2)TTEXT

Read only

Former Member
0 Likes
582

Short text are for remembering purpose only.Many a times it happens that we have programs with almost similar names in that case short text help us to find exactly what we are looking for.

tabel is TSTCT.

TCODE is the primary key

TTEXT is the field in which actual text is stored

reward helpfull answers,

kushagra