‎2008 Jan 23 7:28 AM
Hi,
For testing a change, i need a TEXT table with the following :
1. Must have atleast 5 key fields
2. Must have SPRAS field as the language field (SPRAS is excluding the above mentioned key fields)
Does any one know such a table??? (standard or Z* both are ok)
‎2008 Jan 23 9:45 AM
Use MAKT table.
what Exctly text table is:
Table A is the text table of table B if the key of A comprises the key of B and an additional language key field (field with data type LANG). Table A can 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. Key fields of a text table must be selected for the type of foreign key fields.
Only one text table can be created for a table. When it is activated, the system checks whether another table already has a text foreign key for the specified table.
If a text table exists, it is used at different places in the system to show the text for the key entries in the logon language of the user automatically.
If for example table B is the check table of a field, the existing key entries of table B are displayed as possible input values when F4 is pressed. The explanatory text is also shown in the logon language of the user for each key value.
If it is helpful rewards points
Regards
Pratap.M
‎2008 Jan 23 8:29 AM
‎2008 Jan 23 9:45 AM
Use MAKT table.
what Exctly text table is:
Table A is the text table of table B if the key of A comprises the key of B and an additional language key field (field with data type LANG). Table A can 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. Key fields of a text table must be selected for the type of foreign key fields.
Only one text table can be created for a table. When it is activated, the system checks whether another table already has a text foreign key for the specified table.
If a text table exists, it is used at different places in the system to show the text for the key entries in the logon language of the user automatically.
If for example table B is the check table of a field, the existing key entries of table B are displayed as possible input values when F4 is pressed. The explanatory text is also shown in the logon language of the user for each key value.
If it is helpful rewards points
Regards
Pratap.M
‎2008 Jan 23 10:54 AM