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

Problem in BAPI_MATERIAL_SAVE_DATA

Former Member
0 Likes
625

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

Are you call BAPI_TRANSACTION_COMMIT after calling your BAPI - BAPI_MATERIAL_SAVE_DATA ? This BAPI need to call for commit in database.

3 REPLIES 3
Read only

Former Member
0 Likes
600

Are you call BAPI_TRANSACTION_COMMIT after calling your BAPI - BAPI_MATERIAL_SAVE_DATA ? This BAPI need to call for commit in database.

Read only

0 Likes
599

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?

Read only

0 Likes
599

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.