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
599

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)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

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

3 REPLIES 3
Read only

Former Member
0 Likes
569

try MAKT

Read only

Former Member
0 Likes
570

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

Read only

Lakshmant1
Active Contributor
0 Likes
569

Hi Raghavendra,

check LTDXT table

Thanks

Lakshman