cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Move items between buckets

Former Member
0 Likes
561

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)

Former Member
0 Likes

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