SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use "BAPI_MATERIAL_SAVEDATA" Mass Change Material for IS Retail

Former Member
0 Kudos

Hi,

I have customize program to do mass material changes for IS Retail. Currenlty we are using BAPI_MATERIAL_MAINTAINDATA_RT to do the changes for each selected article and site, it could be 70k combination.

since BAPI_MATERIAL_MAINTAINDATA_RT cannot handle more than 1 article per execution can I use standard BAPI_MATERIAL_SAVEDATA ?

Please advise.

thank You and Best Regards

Fernand

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Both BAPI's support only one article per execution. BAPI_MATERIAL_MAINTAINDATA_RT is meant for Retail environment whereas BAPI_MATERIAL_SAVEDATA will not update table such as MAW1. You may call the BAPI in a loop to update multiple articles.

Thanks,

Venu

View solution in original post

1 REPLY 1

Former Member
0 Kudos

Hello,

Both BAPI's support only one article per execution. BAPI_MATERIAL_MAINTAINDATA_RT is meant for Retail environment whereas BAPI_MATERIAL_SAVEDATA will not update table such as MAW1. You may call the BAPI in a loop to update multiple articles.

Thanks,

Venu