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

MATERIAL_MAINTAIN_DARK

Former Member
0 Likes
490

I am using this FM to update MARM table. Unfortunately, I get a few errors like duplicate EAN number, etc. These are warning errors, but FM makes it a hard error.

I tried p_kz_no_warn = 'I' , 'W' ,and 'b' AND kz_prf = 'I' , 'W', 'S' , and 'b' AND max_errors = 100

But nothing works. Is there any way to supress these errors so that I can update remaining records or complete the program without getting abandoned.

1 REPLY 1
Read only

Former Member
0 Likes
415

Hi

Try using the BAPI BAPI_MATERIAL_SAVEREPLICA

Regards

MD