Application Development 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: 

interesting table

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

hi,

is it a sap std table or user defined table?

0 Kudos

its sap standard table...