‎2007 May 21 9:25 AM
Helo All.
I have used BAPI_MATERIAL_SAVE_DATA for MM02 updation in my program, i have passed all th correct parameters, even T_RETURN table is not returning any error message, but still i am not able to update MM02.
Can anybody please help me out?
‎2007 May 21 9:28 AM
Are you call BAPI_TRANSACTION_COMMIT after calling your BAPI - BAPI_MATERIAL_SAVE_DATA ? This BAPI need to call for commit in database.
‎2007 May 21 9:28 AM
Are you call BAPI_TRANSACTION_COMMIT after calling your BAPI - BAPI_MATERIAL_SAVE_DATA ? This BAPI need to call for commit in database.
‎2007 May 21 11:37 AM
Hi. Thanks for your reply.
I want to change SALES UNIT, so when i am passing sales unit it is giving error as MAINTAIN CONVERSION FACTOR in T_RETURN message. But if i dont pass sales unit, then it is UPDATING without any problem.
Can you help me out?
‎2007 May 23 7:34 AM
Hi. I am passing sales unit from my flat file to internal table to BAPI_MATERIAL_SAVE_DATA.
In t_return table i am getting error message as:
Maintain the conversion factor for the alternative unit L.
Which function module to be used for conversion?
Regards.