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

Function Module ALM_ME_EQUIPMENT_CHANGE not making changes

Former Member
0 Likes
1,048

Hello gurus,

We are using Function Module ALM_ME_EQUIPMENT_CHANGE to update the

Partner function details in Equipment. Even we used the BAPI -

BAPI_TRANSACTION_COMMIT along with function

module ALM_ME_EQUIPMENT_CHANGE.

The partner function details are not updated in Equipment master and also we are not getting any message about why the

changes were not done after the execution of function module

When we debug the program it is coming across one particular statement

in Line 264 of Function Module ALM_ME_EQUIPMENT_CHANGE program. Since

this condition is not satisfied hence it is not performing the Partner

updated in equipment.

Kindly let us know any thing we need to do for this? Is there any other FM available for this purpose?

Thanks in advance

Surya

Hello gurus,

We are using Function Module ALM_ME_EQUIPMENT_CHANGE to update the

Partner function details in Equipment. Even we used the BAPI -

BAPI_TRANSACTION_COMMIT along with function

module ALM_ME_EQUIPMENT_CHANGE.

The partner function details are not updated in Equipment master and also we are not getting any message about why the

changes were not done after the execution of function module

When we debug the program it is coming across one particular statement

in Line 264 of Function Module ALM_ME_EQUIPMENT_CHANGE program. Since

this condition is not satisfied hence it is not performing the Partner

updated in equipment.

Kindly let us know any thing we need to do for this? Is there any other FM available for this purpose?

Thanks in advance

Surya

4 REPLIES 4
Read only

Former Member
0 Likes
852

You did mark the fields to be updated in the 'x' tables and structures, right? If not marked, nothing gets changed...

Read only

Former Member
0 Likes
852

Hi Suryaprakash,

I think the problem is with the FM "ALM_ME_EQUIPMENT_CHANGE".

Please make use of the FM "ALM_ME_ML_EQUI_PARTNERS" instead.

Hope this may help you.

Regards,

Smart Varghese

Read only

0 Likes
852

Closing thread.

Read only

0 Likes
852

Hi Suryaprakash,

I m facing the same problem , data is not getting updated even though I wrote BAPI_TRANSACTION_COMMIT . Can u please explain how you resolved the problem.....

Thanks In Advance,

Pradip Pawar