‎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
hi,
did you use
BAPI_TRANSACTION_COMMIT Fm..
If not use this
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' and pass wait ='X'..
Hope this will resolve your problem,
rewards if useful
regards,
nazeer
‎2007 May 21 9:27 AM
Hi,
Are you converting all the input values to the required format and then passing to the bapi? is this Conversion_Exit_alpha_input function called for converting ur input values?
Regards,
Dhana
‎2007 May 21 11:36 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 21 11:40 AM
Hi,
Write a conversion routine, as i have mentioned in my previous post.. Convert that sales unit and try passing the value to the BAPI.
Regards,
Dhana
‎2007 May 21 9:28 AM
hi,
did you use
BAPI_TRANSACTION_COMMIT Fm..
If not use this
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' and pass wait ='X'..
Hope this will resolve your problem,
rewards if useful
regards,
nazeer