2010 Aug 26 12:20 PM
Hi All,
For creation of maintenance plan, we were using function module MPLAN_CREATE. But, This function module checks authorization for T-Codes IP01 for maintenance plan creation. We don't have authorization for IP01. Instead we have authorization only for IP41. ( Creation of single cycle plan ).
Also, FYI, We are creating the maintenance plan in a screen programming.
Could you please let me know if we have other function module which I can use for the same? or I would have to do a BDC only.
Thanks
Sujay
2010 Aug 26 1:07 PM
Hi Sujay,
Try with the function module MAINTENANCE_PLAN_POST.
Regards
Abhii
2010 Aug 26 1:07 PM
Hi Sujay,
Try with the function module MAINTENANCE_PLAN_POST.
Regards
Abhii
2010 Aug 26 1:13 PM
Hi Abhii,
Thanks for your reply.
When I checked in that function module, we have to pass the maintenance plan number also. In our case, it is internal numbering.
Thanks
Sujay
2010 Sep 09 11:35 AM