cancel
Showing results for 
Search instead for 
Did you mean: 

Item assignment to intiative

amit_maheshwari2
Contributor
0 Kudos

Dear Experts,

How can we assign items to initiative programitically?

Any pointers for function module or program.

Thanks

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Amit,

If you are in RPM 4.5 then you can use /RPM/ASSIGNMENT_MODIFY to assign the items programaticaly.

Check the RFC log in the Portal and see how this function is called.

Hope this will help you.

Regards,

Piyusha

amit_maheshwari2
Contributor
0 Kudos

Hi Piyusha,

Thanks for the information. We are using SAP PPM 5.0.

I will check the function module provided by you.

Any pointers how this function module can be used.

Thanks

Amit

amit_maheshwari2
Contributor
0 Kudos

Hello Experts,

We are using SAP PPM 5.0.

And we are trying to assign portfolio items to initiatives using the function module /RPM/ASSIGNMENT_MODIFY.

I am passing the parameters to function module as below:

PORTFOLIO_ID

PORTFOLIO_GUID 4D4DFFD4EDDE0037E10080000A8E089C (Portfolio GUID to which intitiative belongs)

PARENT_TYPE RBH (Bucket object type)

PARENT_ID

PARENT_GUID 4D4D00AAEDDE0037E10080000A8E089C (Bucket GUID to which initiative belongs)

OBJECT_TYPE IPO (Initiative object type)

OBJECT_ID

OBJECT_GUID 4D5A007C8EC101A6E10080000A8E089C (Initiative GUID)

GUID 4D5A016CB100014DE10080000A8E089C (Assigned Item GUID)

OBJECT_TYPE RIH (Item object Type)

RELATION_TYPE RII (Item assignment relationship)

TYPE_REF

NAME

FIN_PERCENT 0,00

CAP_PERCENT 0,00

But the items as not getting assigned to intiative with these parameters.

Can you please help me where I am making mistake while assigning items to initiative using /RPM/ASSIGNMENT_MODIFY?

Thanks

Amit

0 Kudos

Hi all, somebody know how to fill the /RPM/ASSIGNMENT_MODIFY parameters for deletion action?