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

FM or BAPI for adding/removing maintenance items(Tcode IP02).

Former Member
0 Likes
1,364

Hello All,

I need to change Maintenance plan by adding/removing maintenance items(Tcode IP02). Please let me know availaible FM or BAPI for the same.

Regards,

Vimal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
884

Hi,

I also faced the same problem where I had to change the equipment no

from a maintenance plan (IP02),

unfortunatly no BAPI avialble go for BDC.

Regards

Bikas

4 REPLIES 4
Read only

Former Member
Read only

0 Likes
884

I had seen it but it doesn't help

Read only

Former Member
0 Likes
884

Hi,

use the following steps to find a BAPI for any transaction

1.Open transaction SE24.

2.Now open the object CL_EXITHANDLER in display mode.

3.Go to the method tab and double click on the method GET_INSTANCE.

4.Put a break point on cl_exithandler=>get_class_name_by_interface.

5.Now execute the transaction you want to find BAPI for, it will take you to the above method.

6.Write EXIT_HANDLER in fieldnames and hit enter, it will tell you the BAPI used for your transaction.

7.Hit F8 and it will tell you all the BAPIu2019s for your transaction.

some of the FM's are

PM_MHIS_UPDATE

MEASUREM_POINT_UPD_PYEAR

Regards,

Manish

Read only

Former Member
0 Likes
885

Hi,

I also faced the same problem where I had to change the equipment no

from a maintenance plan (IP02),

unfortunatly no BAPI avialble go for BDC.

Regards

Bikas