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

Need BAPI for Updating Material which do not do Auto commit!!

Former Member
0 Likes
571

Hi all,

I need BAPI FM, which can update Material Master and do not do Auto commit.

I am already having FM BAPI_MATERIAL_SAVEDATA, but this is doing auto commit.

Please share BAPI FM which can help me in this regard.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

Check the bapi:

BAPI_MATERIAL_SAVEREPLICA

It has a parameter for TESTRUN. If you pass 'X' to it, then it will not commit.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
496

Hello,

Try with this FM:

<b>MATERIAL_MAINTAIN_DARK</b>

Vasanth

Read only

Former Member
0 Likes
497

Check the bapi:

BAPI_MATERIAL_SAVEREPLICA

It has a parameter for TESTRUN. If you pass 'X' to it, then it will not commit.

Regards,

Ravi

Read only

Former Member
0 Likes
496

I think the update import tables ending with X if given a value ' ' for each of the fields then the material will not be updated with BAPI_MATERIAL_SAVEDATA.