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
508

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
489

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

4 REPLIES 4
Read only

Former Member
0 Likes
489

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

Read only

0 Likes
489

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
489

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

Read only

Former Member
0 Likes
490

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