cancel
Showing results for 
Search instead for 
Did you mean: 

/RPM/ITEM_MODIFY in update mode

Former Member
0 Kudos

Hello gentlemen,

I would like to know the way how to change portfolio item programmatically. Specifically, I need to change status of already existed items.

I tried to do it using FM /RPM/ITEM_MODIFY, but although it works fine in u201CCreateu201D mode, it fails to change already created items. In fact, standard demo program, /RPM/ITEM_TEST utilizes this FM and works fine in u201Ccreateu201D mode, but in u201Cupdateu201D mode this program fails to change anything. I tested it on two different systems.

Did you ever have a problem like this one?

Thanks,

Vadzim

Accepted Solutions (1)

Accepted Solutions (1)

priyatham_kasu2
Active Participant
0 Kudos

Hi,

Implement your logic in BADI RPM_PROJ_CUST_FIELDS.

Best Regards,

Priyatham

amit_maheshwari2
Contributor
0 Kudos

Hi Vadim,

You can use the transaction rpm_dx_item to change the status for multiple items.

To use FM /RPM/ITEM_MODIFY, first you have to call /RPM/ITEM_DISPLAY in EDIT mode then you can update item using /RPM/ITEM_MODIFY.

Cheers

Amit

Former Member
0 Kudos

Thanks Amit. /RPM/ITEM_DISPLAY in EDIT mode works.

Answers (0)