‎2005 Sep 12 1:24 PM
Hello,
I would like to change the field MSTAE(MARA) for an existing material number as well as the field MMSTA(MARC) for all plants concerned.
I have a entry in table AMARA_UEB with the transaction number 1 and n-entries in table AMARC_UEB with the same transaction number.
After execution of the funtion material_maintain_dark the file MARA was updated. But it was only one plant in the file MARC updated.
How do I have to proceed, to update all plants ?
‎2005 Sep 12 1:33 PM
‎2005 Sep 12 1:33 PM
‎2005 Sep 13 8:29 AM
Hello,
Thanks for your answer.
The table AMARC_UEB is filled with all plants for the Material to change. MMSTA is changed in the ITAB.
But the function changes only the last plant in the file MARC. The other plants were not changed in the file MARC.
We would like to change all plants with one call of the function.
best regards,
Catherine Jamann
‎2005 Sep 13 8:58 AM
Hi Catherine,
Unfortunately MATERIAL_MAINTAIN_DARK can process only one record in AMARC_UEB for one logical transaction. If you want update all plants for particular material in one call of MATERIAL_MAINTAIN_DARK then I would suggest creation of several logical update transactions for the function (though never tried it myself) for each plant.
‎2005 Sep 13 9:13 AM