‎2009 May 04 11:16 AM
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
‎2009 May 04 12:18 PM
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
‎2009 May 04 11:26 AM
‎2009 May 04 12:14 PM
‎2009 May 04 12:05 PM
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
‎2009 May 04 12:18 PM
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