Application Development 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: 

create maintenance plan function module for IP41

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sujay,

Try with the function module MAINTENANCE_PLAN_POST.

Regards

Abhii

3 REPLIES 3

Former Member
0 Kudos

Hi Sujay,

Try with the function module MAINTENANCE_PLAN_POST.

Regards

Abhii

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

I have used BDC for IP41.

Sujay