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_maintain_dark

Former Member
0 Likes
456

Hi,

I have to update the MARA table with a few fields added by the client.For a particular material those fields need to be updated.FOr this I have to use the MATERIAL_MAINTAIN_DARK. I have the internal table wherein I update those fields and assign the same to the function module. In debugging it shows the commit work has been executed by the system but when I check the table for the particular material it is not updated. Any suggestions,please?

Thanks,

Dishant

2 REPLIES 2
Read only

Former Member
0 Likes
347

check input parameters values:

KZ_TEST and NO_DATABASE_UPDATE , both should be initial.

Read only

0 Likes
347

Hi Lakshmi,

I was able to solve the problem but not by the answer you gave. I had to write a WAIT up to 3 seconds after commit and that updated the table.Thanks anyways

Regards,

Dishant