cancel
Showing results for 
Search instead for 
Did you mean: 

Move items between buckets

Former Member
0 Kudos

Hi,

There is a botton in PPM portfolio that works to move Items between buckets. Nevertheless, we want to know if there is a program o transaction to replace this functionality. The idea is to move in batch several items quickly.

Thanks a lot,

CAMILO URIBE

Accepted Solutions (0)

Answers (1)

Answers (1)

amit_maheshwari2
Contributor
0 Kudos

Try Function module /rpm/item_modify to change the bucket.

When you move the item to another bucket from item dashboard, method ACTION_REASSIGN_BUCKET of class /RPM/CL_ITEM_D_API is called. You can use this method also to move the items.

Cheers

Amit