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

Error log when changing a material through BAPI_MATERIAL_MAINTAINDATA_RT

Former Member
0 Likes
901

Hi All,

We are trying to update/change a field (MARC-DISMM) for an article/plant combination based on certain logic.

We are using the BAPI u2018BAPI_MATERIAL_MAINTAINDATA_RTu2019 for the same purpose.

I get the following error from the BAPI Return table and the update doesnu2019t happen.

u2018Messages for article 1000222001: log number 0000000000002414u2019, where 1000222001 is the material.

Any pointers on where to go look for this error or how to solve this problem will be highly appreciated.

Thanks in Advance,

Saket.

2 REPLIES 2
Read only

Former Member
0 Likes
607

Can you try using BAPI_MATERIAL_CREATE?

you can use transcation SLG1 to check logs

Read only

Former Member
0 Likes
607

It was a data issue.Thanks for help.