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

Fields in tables

Former Member
0 Likes
791

Hi,

It would be great if some one can help on this issue.

In some of the tables i have observed that the number of fields during the display and table fields are different.

Ex: table:T591A. (which is having 5 fields including client but during display it has total 6 fields).

Can you suggest wht would be the reason for the same.

Thanks

rohith

5 REPLIES 5
Read only

Former Member
0 Likes
736

Hi

The 6th field u're seeing is the description: this field is automatically got if the table has an own text table.

The table T591A has the table T591S as text table.

In SE11 go to: Go to->Text table

Max

Read only

0 Likes
736

thanks max,

But wht is the necessary of text table.. why can't it be created in this table itself.

Any specific reason for that.

Thanks

rohith

Read only

0 Likes
736

>

> But wht is the necessary of text table.. why can't it be created in this table itself.

> Any specific reason for that.

>

1.Texts can be maintained in the same table itself,but description will be available in only one language.

2.Text tables will have language key(primary) to maintain description in many languages.and it will show the default language description when u execute the table via se16... say (T591A).

Read only

0 Likes
736

Hi,

For all Master Tables, there will Text tables which holds the description in many languages, the Text table has SPRAS field, so according to language taken it gets the description for any particular record.

Regards

Bala Krishna

Read only

0 Likes
736

Hi

SAP is multi-language: if you insert the description in the same master table, it can't translate it.

If you check the text table, this table has the language as key field: in this way u can store different descriptions for all languages set in your system: for example 1 for english, 1 for italian,......

When u run trx SE16 for master table the system shows the description field too and it gets the record of logon langauge.

Max