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

BAPI or FM to Create URL for PLAN Maintenance, TCODE IP02.

Former Member
0 Likes
869

Hi All,

I need to add some URL for PLAN Maintenance in TCode IP02.

I tried for LSMW or BDC, could not record the pop-up.

I need some BAPI or FM to solve my purpose.

Creating URL, functionality is available in a lot of other Transactions as well,

any one who have done the same for other TCode also, please share your experiance.

Even recoring a Pop-up could also help me, any one faced the similar propbelm,

please share your views.

Thanking You All.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
663

Hi All,

  

Thanks for the help.

I got the solution by checking the standard TCode IP02.

I used the following FM to complete the requirement

 

SO_FOLDER_ROOT_ID_GET

SO_OBJECT_INSERT

BINARY_RELATION_CREATE

IWP3_WRITE_CHANGEDOC_MITEM , Commit Work after this FM.

CHANGEDOCUMENT_OPEN

CHANGEDOCUMENT_SINGLE_CASE

CHANGEDOCUMENT_CLOSE

The Plan being used was also Enqued and Dequed.

Thanks a lot again.

Any one having the similar requirement, pls post.

Hi All,

I need to add some URL for PLAN Maintenance in TCode IP02.

I tried for LSMW or BDC, could not record the pop-up.

I need some BAPI or FM to solve my purpose.

Creating URL, functionality is available in a lot of other Transactions as well,

any one who have done the same for other TCode also, please share your experiance.

Even recoring a Pop-up could also help me, any one faced the similar propbelm,

please share your views.

Thanking You All.

3 REPLIES 3
Read only

vinoth_aruldass
Contributor
0 Likes
663

hi,

Check the program RIIBIP00(Transaction IBIP). i think it can help you with the creating

Read only

former_member194152
Contributor
0 Likes
663

Check with following FM :

MAINTENANCE_PLAN_READ

MAINTENANCE_ITEM_POST

MAINTENANCE_PLAN_POST

thanx/Gagan

Read only

Former Member
0 Likes
664

Hi All,

  

Thanks for the help.

I got the solution by checking the standard TCode IP02.

I used the following FM to complete the requirement

 

SO_FOLDER_ROOT_ID_GET

SO_OBJECT_INSERT

BINARY_RELATION_CREATE

IWP3_WRITE_CHANGEDOC_MITEM , Commit Work after this FM.

CHANGEDOCUMENT_OPEN

CHANGEDOCUMENT_SINGLE_CASE

CHANGEDOCUMENT_CLOSE

The Plan being used was also Enqued and Dequed.

Thanks a lot again.

Any one having the similar requirement, pls post.