27.1.11

SAP Note 19282 - Texts cannot be displayed from statistics screen

Symptom:

If you change or display a purchase requisition (transaction ME52, ME53), you branch directly from the overview screen to the statistics screen of a line item. If you then choose "Text overview", the line item texts are not displayed even if there are maintained.

Cause and prerequisites

Program error.

Solution
See the correction numbers listed in this note.
The following advance correction is possible:
In program MM06BF0O in FORM routine OKCODE_TXP, insert the two lines marked below:
.
.
.
WHEN 'POSI'.
PERFORM POSITIONS_TEXTE_BEARBEITEN. "OKCODE_TXP_ALT.
WHEN 'STAT'. "<-- insert
PERFORM POSITIONS_TEXTE_BEARBEITEN. "<-- insert
WHEN 'TEXT'.
T-NEXTIND = T-FIRSTIND.
T-AKTIND = T-AKTIND - T-PAGIND.
ENDCASE.

No comments:

Post a Comment