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,001

Hi,

Suppose table 1 is the text table of table2. then this text table will contain exactly the same numebr of keys of table2 or it can contain other key field as well apart from the key field of table1.

thanks

tanmaya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
961

Hi,

Well, the text table will never contain exaclty the same number of keys as the config table, because the key to the text table will always include the language as well.

If it contains other key fields apart from this, one entry in the config table will not relate to one single description, which seens to defeat the purpose of the text table.

Regards,

Nick

7 REPLIES 7
Read only

former_member194669
Active Contributor
0 Likes
961

Usually Text contains one more additional field SPRAS" as anguage key

a®

Read only

Former Member
0 Likes
962

Hi,

Well, the text table will never contain exaclty the same number of keys as the config table, because the key to the text table will always include the language as well.

If it contains other key fields apart from this, one entry in the config table will not relate to one single description, which seens to defeat the purpose of the text table.

Regards,

Nick

Read only

former_member224404
Active Participant
0 Likes
961

Hi Tanmaya,

If I think about the definition of a text table then it means a table which will contains various texts in multilingual format for a field.

So if you try to create a text table TT of a field F of table T where F is a primary key, then in TT F and SPRAS(Language) will be primary key apart from MANDT.

It is because the purpose of the text table lies to support multiple language support so you have to create SPRAS(Language) a key to make the entries unique.

E.g. take a look in T002 where T002T is the text table of it.

Thanks,

Mainak

Read only

Former Member
0 Likes
961

Hi Tanmaya,

Kindly go through the below link

http://www.google.co.in/search?hl=en&source=hp&q=whatistexttablein+SAP&aq=o&aqi=&aql=&oq=&gs_rfai=

Cheerz

Ram

Read only

0 Likes
961

hi ,

thanksu all for your reply.

i know that text table also contain language key field and short text field(optional) i m asking is it contain any other key fields apart from the key field of the foreign key table.

suppose a foreign key table have k1 and k2 as a key then text table will definetly have k1,k2, spras(language), short text(optional). apart from these fields can text table have other key field like k3 and k4

thanks

tanmaya

Read only

0 Likes
961

No, Language (SPRAS) will be the only additonal key in the text table apart from the keys of Parent table

Regards

Vinod

Read only

Former Member
0 Likes
961

thanks all for your replies