‎2007 Feb 12 11:20 AM
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.
‎2007 Feb 12 11:23 AM
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
‎2007 Feb 12 11:23 AM
‎2007 Feb 12 11:23 AM
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
‎2007 Apr 02 6:12 PM
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.