Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

issue with BAPI_MATERIAL_SAVE_DATA

Former Member
0 Likes
956

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

3 REPLIES 3
Read only

amy_king
Active Contributor
0 Likes
814

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

Read only

Former Member
0 Likes
814

sorry its not updated in MAKT table

Read only

amy_king
Active Contributor
814

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?