‎2018 Jun 14 1:59 PM
hello,
I am updating descriptions of the materials in multiple languages using BAPI_MATERIAL_SAVE_DATA., strangely descriptions got updated in the material and the table MARD is not updated, I checked the same process and refreshed but not updating in MARD.
I am passing material no material group base uom and basic view equal to X and descriptions table .please let me know why.
thanks
‎2018 Jun 14 2:40 PM
The material description field MAKTX is stored in table MAKT. MARD is for storage locations and has no descriptive text field. To update fields of table MARD, you would need to pass parameters STORAGELOCATIONDATA and STORAGELOCATIONDATAX.
Cheers,
Amy
‎2018 Jun 14 2:42 PM
‎2018 Jun 14 3:07 PM
Could you please include more details to show the data you're passing and to what parameters? When I run BAPI_MATERIAL_SAVEDATA as a test, MAKT is updated.
Is the BAPI returning any messages from your calls?