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: 

Delete object list from maintenance plan items (IP02)

Former Member
0 Kudos
490

I need to delete all object list items from maintenance item in transaction IP02.

The requirement is to write a program using

option selection : maintenance plan (rmipm-warpl)

determine maintenance items and then delete object list for each item found.

Any hints on the best approach?

Is there a FM etc available for this task?

Thanks

Trevor

1 REPLY 1

Former Member
0 Kudos
146

Hello Trevor,

As far as i know there is no FM or BAPI to delete Object Lists (at least in case of Maintenance Plans). You will find the same answer if you check the function groups IWP3 or IWOL. But you can try using IBIP method to delete the object list on the Maintenance Plan.

Regards,

Anil

Edited by: Anil Japa on Feb 25, 2009 12:56 PM