1.2.11

SAP Note 21246 - ME52/Change PReq: Change price for released item

Symptom:

Summary

Symptom

If a purchase requisition is subject to a release strategy, you can store a field selection reference key in the release indicator. This control whether the price may be changed in the purchase requisition, for example.
However, in these purchase requistitions it was possible to change the price anyway with a certain navigation in transaction ME52 (Change Purchase Requisition). Menu path: Requisition - Change - Item overview -
Text overview - Item - Details.

Cause and prerequisites

The field selection for the release statuses was not edited.

Solution

Activate the marked program code in MM06BF0o in FORM OKCODE_TXP.

form okcode_txp.

titel+2(1) = 'G'.
case sy-dyngr.
when 'UEBB'.
if t168-steu2 eq 'L'.
selfcode = ok-code.
perform ver_pos_banf. "Delete asterisk -> activate
* PERFORM POSITION_BEREITSTELLEN.
clear t-maxind.
clear t-firstind.
clear t-aktind.
clear t-pagind.
perform positions_texte_bearbeiten. "OKCODE_TXP_ALT.
clear dunkel.
perform sel_kennzeichnen.
else.
perform sel_pruefen.
endif.
when 'POSI'.
perform positions_texte_bearbeiten. "OKCODE_TXP_ALT.
when 'STAT'.
perform positions_texte_bearbeiten. "OKCODE_TXP_ALT.
when 'TEXT'.
t-nextind = t-firstind.
t-aktind = t-aktind - t-pagind.
endcase.

endform.

Header Data



Release Status:Released for Customer
Released on:22.01.1997 23:00:00
Master Language:German
Priority:Correction with medium priority
Category:Program error
Primary Component:MM-PUR-REQ Purchase Requisitions

Affected Releases

Software
Component
Release
From
Release
To
Release
And
subsequent
SAP_APPL
22
22A
22D
SAP_APPL
30
300
300

Attributes

Attribute
Value
old release
00121A R3STD 0021246
old release
00121B R3STD 0021246
old release
00121C R3STD 0021246
old release
00121D R3STD 0021246
old release
00121E R3STD 0021246
old release
00121F R3STD 0021246
old release
00121G R3STD 0021246
old release
00121H R3STD 0021246
old release
00121I R3STD 0021246
old release
00121J R3STD 0021246

No comments:

Post a Comment