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

interesting table

Former Member
0 Likes
774

Hai..

I have found a database table with two fields but when i see the entries of the table ,i found three fields...Can any one say me what is the reason for it..

regards,

Jhansi

6 REPLIES 6
Read only

Former Member
0 Likes
737

It has a text table, check is se11 table <yourtable>T or something like <your table>* and T at the end.

If a certain table has a text table, the text column from text table is displayed while displaing entries of main table via se11

Message was edited by: Tomasz Kozerski

Read only

0 Likes
737

Hai,

Tomasz kozerski

Thank you very much for the reply...Can you please say me what should i do to know whether a table has a text table..

Regards,

Jhansi

Read only

0 Likes
737

The link between main table and text table is defined via foreign keys.

Check this link to learn more:

http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm

Read only

0 Likes
737

Hi Jhansikiran

SAP by default checks the texts table if any exist and display the text for the corresponding fields. This is same even when we use SAP Query tool.

Please check FM: <b>TABLE_GET_TEXTTABLE</b> for the same.

Kind Regards

Eswar

Read only

Former Member
0 Likes
737

hi,

is it a sap std table or user defined table?

Read only

0 Likes
737

its sap standard table...