cancel
Showing results for 
Search instead for 
Did you mean: 

Internal Comment in MM03 transaction

Former Member
0 Kudos

Hi all,

There is a tab in MM03 which is the Internal Comment tab. From which table and field in the material master does it get its data from. Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

claus_wallacher
Active Participant

Hi Lathika,

the internal comments are stored in table STXL under the key

RELID = TX

TOBJECT = MATERIAL

TDNAME = <your material name>

TDID = IVER

Unfortunately this table is a cluster table such that you cannot view the content (stured in CLUSTD) directly. You have to write a short program and use the IMPORT statement to access the data.

Regards,

Claus

Answers (2)

Answers (2)

Former Member
0 Kudos

Lathika,

You should NOT SELECT / IMPORT data from this table, always use the <b> READ_TEXT </b> function module and pass the required parameters for the same.

Regards,

Ravi

Former Member
0 Kudos

Hi Lathika,

Is the inernal tab is an view or a field?