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

Table TD07

Former Member
0 Likes
745

Hi all,

When i go to the fields tab i can see 3 fields

MANDT

GSART

SVZWECK

When i go to display the contents i get the below 6 fields

MANDT

GSART

SVZWECK

XTEXT

XKBEZ

XLBEZ

Where are the last 3 fields (XTEXT, XKBEZ, XLBEZ) comming from ?

I cannot find them in the FIELDS tab

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

Go through this link

[http://sap.ittoolbox.com/groups/technical-functional/sap-dev/text-table-config-1316232]

[http://sapport.blogspot.com/2007/01/creation-of-text-table-in-abap.html]

5 REPLIES 5
Read only

Former Member
0 Likes
722

That is the part of the text table of TD07 . They are belongs to TD07T table.

Read only

0 Likes
722

Yes as said by Shiba.

In addition, text dexcription of entries are stored separately in another table with same name + ending with T which will be internally linked. So you cannot see the fields in the main table

Cheers

Kothand

Read only

0 Likes
722

Hi Siba/Kothand

Thanks, Is this mentioned anywhere. I.e while creating a table myself can we do the same??

Thanks

Read only

Former Member
0 Likes
723

Go through this link

[http://sap.ittoolbox.com/groups/technical-functional/sap-dev/text-table-config-1316232]

[http://sapport.blogspot.com/2007/01/creation-of-text-table-in-abap.html]

Read only

0 Likes
722

Thanks Shiba

Regards