cancel
Showing results for 
Search instead for 
Did you mean: 

MB51 PO item text

Former Member
0 Kudos

MB51 displays the material description from the material master. For non-stock material, our purchase order item texts change with just about every PO. The PO item text carries over to the material document and sticks with the material document, but in MB51, the text only shows the short text from the material master.

Since I cannot find where anyone has asked this on SCN or any Support KBA about it, I am wondering if my system behavior is not standard (maybe modified). Does your MB51 for movement 101 GR purchase order show the text from the PO line or from the material master?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor

The text is taken from the the material master if a material number is available, for pure text items without material number is the text taken from the PO item.

Can be seen in report RM07DOCS right after the comment "get the short description from material master or PO item"

<shortened code to make it readable >:

IF list-matnr <> space.

READ TABLE imakt

else.

perform read_po_item_data

Former Member
0 Kudos

Thanks, Jürgen. That code answers my question.


Answers (1)

Answers (1)

0 Kudos

Check with your technical team.There might be some custom changes added.

MB51 should display from material documents header text.

JL23
Active Contributor
0 Kudos

the material document does not have a material text field, as you cannot enter a material text while posting a material movement, hence it cannot be carried from here. You can only manually enter a material document item text, which is a 50 character long free text field (SGTXT).

The general aim of a system on a relational database is to avoid redundancy. Values are only stored in at document level if they can be changed individually and hence differ from the reference.

You have such option in the PO where you can enter a different PO item text than the one that is defaulting from material master, but in the material document it is not needed as you can't change the text here.