‎2008 Feb 02 6:20 AM
‎2008 Feb 02 9:18 AM
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.
‎2008 Feb 02 6:27 AM
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....
‎2008 Feb 02 9:18 AM
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.