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
1,201

hi,

se11 -> table -> goto -> text table

how to define text table ? what is the use of text table ?

please explain to me..

thanks

raj

1 ACCEPTED SOLUTION
Read only

Former Member
994

HI,

let say you have A table where Materila and material description are present in english and your user asked you to display in french,

so all the material descriptions are stored in different languages in the text table of that table..

rewards if useful

regards,

nazeer

7 REPLIES 7
Read only

Former Member
994

Hi..,

In general the text table's name will be "T" attached as the last character for the actual table name...

Check TSTC table ... The text table for this is TSTCT

This Text table contains the Key same as the main table with an Extra field <b>Language</b> as key...

The contents of this table are the texts for the field values....

For example take a field value SE38 in the table TSTC....

The text for this is SBAP Editor !!! This text is maintained in the table TSTCT....

Hope u understood !!!

regards,

sai ramesh

Read only

Former Member
995

HI,

let say you have A table where Materila and material description are present in english and your user asked you to display in french,

so all the material descriptions are stored in different languages in the text table of that table..

rewards if useful

regards,

nazeer

Read only

Former Member
0 Likes
994

thanks ramesh..points rewarded..

Read only

Former Member
0 Likes
994

...

Read only

Former Member
0 Likes
994

...

Read only

Former Member
0 Likes
994

...

Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
994

hi,

i will expalin with ascenario ..

Table A is a text table of table B if the key of A comprises the key of B and an additional language key field (field of data type LANG). Table A may therefore contain explanatory text in several languages for each key entry of B.

To link the key entries with the text, text table A must be linked with table B using a foreign key.

check for ABAP_dictionary.pdf file ..you will find every thing abt text tables...

www.esnips.com

thanks

jaideep

if(useful)

reward points..