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 prerequisitesProgram error.
SolutionSee 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