3.1.11

SAP Note 16968 - ME49: All one-time customers have the same name

Symptom:

Transaction ME49 (Price Comparison List): If you choose "Additional info: quotations", go back and choose again "Additional info: quotations", the same name is allocated to all one-time customers.

Cause and prerequisites

Program error.

Solution
See the correction numbers listed below. Advance correction possible; you only need to change one line:
Program FM06IFPS, FORM KOPF_INFO_PS:

IF LFA1-XCPDK NE SPACE.
*--- CPD-Lieferant --> Name aus Beleg holen ----------------
PERFORM EKAN_DAZULESEN USING XEKKO-EBELN.
LFA1-NAME1 = XEKAN-NAME1. <--- modified
ENDIF.

No comments:

Post a Comment