2.2.11

SAP Note 21643 - Route definition: Addresses duplicated

Symptom:

If you create shipping points for the route definition by overtyping, the addresses are also duplicated in the background.

Cause and prerequisites

Program error

Solution
Insert the line indicated by "<-- NEW in program MV80R800:

form xd0800_anlegen.

* Daten in interne Tabelle uebernehmen
xd0800 = tvkn.
clear xd0800-adrnr. "<-- NEW
xd0800-bezei = tvknt-bezei.
xd0800-updkz = updkz_new.
append xd0800.

perform id0800_anlegen using sy-tabix.

endform.

No comments:

Post a Comment