19.1.11

SAP Note 18169 - ME21 Copy item text from contract

Symptom:

If the "fixed" indicator in table T165P for copying the item text from the contract to the purchase order (target: F EKPO F01, source: K EKPO K01) is set to "*", the item text of the last contract item is copied to all items in the purchase order.

Cause and prerequisites

Program error

Solution
See the correction numbers listed in this note.
Advance correction possible:
Program MM06EFTE, FORM REFERENZ_KEY_SETZEN_POS:

*--- Referenzbeleg ist ein Kontrakt -----------------------------
CHECK EKPO-KONNR NE SPACE.
CHECK NOT EKPO-KTPNR IS INITIAL.
IF KEKKO-SPRAS NE EKKO-SPRAS.
MESSAGE S132.
ENDIF.
HTEXT-TDSPRAS = KEKKO-SPRAS.
HTEXT-TDNAME(10) = EKPO-KONNR. <--- changed
HTEXT-TDNAME+10(5) = EKPO-KTPNR. <--- changed

No comments:

Post a Comment