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 for a table

Former Member
0 Likes
375

Hi,

How to create text table for a table

Thanks,

Das.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
351

Hi,

Just create the text table with the same key fields and add language field as an additional.

to define a text table for a table

Define T1 with the following fields

f1 Key

f2 Key

f3 key

Define t2 with the following fieldds

f1 key

f2 key

f3 key

f4 key - This is of type language

Define foriegn key for t2 from t1 for f1, f2, f3 and while defining foriegn key, select the radio button key fieldds of a text table

This brings the table T2 when are in display / change mode of T1 and click on text table.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

2 REPLIES 2
Read only

Former Member
0 Likes
351

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea9e446011d189700000e8322d00/frameset.htm

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

Check CAWN table ... The text table for this is CAWNT

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

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

Read only

Former Member
0 Likes
352

Hi,

Just create the text table with the same key fields and add language field as an additional.

to define a text table for a table

Define T1 with the following fields

f1 Key

f2 Key

f3 key

Define t2 with the following fieldds

f1 key

f2 key

f3 key

f4 key - This is of type language

Define foriegn key for t2 from t1 for f1, f2, f3 and while defining foriegn key, select the radio button key fieldds of a text table

This brings the table T2 when are in display / change mode of T1 and click on text table.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.