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: 

inconsistent fields definition in transparant table

Former Member
0 Kudos


Hi expert,

      I am checking table T778T, there are only two fields (MANDT, INFTY) in SE11, but when I display its content, there are three fields (MANDT, INFTY, ITEXT), why there are more fields in display?

Many Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

when you execute T778T, it checks if there is a text table associated to it. If yes, it display the contents of the text table as well. you can check if there is text table associated to T778Tby using the menu path

GOTO -> TEXT TABLE.


you will find that the table T777T is associated and that the field ITEXT is a part of T777T.


Another Example:

if you look at MARA, you will not find MAKTX and MAKTG in the list of fields. But when you check and entry these 2 fields will be present. These 2 fields come from MAKT as MAKT is the text table for MARA.


Thanks,

Vikram.M

1 REPLY 1

Former Member
0 Kudos

when you execute T778T, it checks if there is a text table associated to it. If yes, it display the contents of the text table as well. you can check if there is text table associated to T778Tby using the menu path

GOTO -> TEXT TABLE.


you will find that the table T777T is associated and that the field ITEXT is a part of T777T.


Another Example:

if you look at MARA, you will not find MAKTX and MAKTG in the list of fields. But when you check and entry these 2 fields will be present. These 2 fields come from MAKT as MAKT is the text table for MARA.


Thanks,

Vikram.M