cancel
Showing results for 
Search instead for 
Did you mean: 

PPM - BAPI or FM to create task under checklist Item ?

former_member193947
Participant
0 Kudos

Hello,

I am able to create PPM Project / Item / Checklist items through /RPM/ITEM_MODIFY function module. But unable to create Tasks under Checklist item. Can someone point me code for how to create tasks under checklist item ? Any example programs with data would also be helpful.

Thanks and Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193947
Participant
0 Kudos

Thanks Judith.

My requirement is to create tasks under an checklist item which is placed under a project. When i try to create a project through /RPM/ITEM_MODIFY, an entry gets created in table CGPL_PROJECT with field OBJECT_TYPE value as PPO. I am not able to trace, from where it is getting populated.

This is being referred later through BAPI_BUS2175_CREATE and returns error not allowing to create task.

Can you help to overcome this issue ?

Best Regards.

judith_gabriel
Contributor
0 Kudos

Hi,

With function module /RPM/ITEM_MODIFY you cannot create a Project Management Project. A Project in Project Management can be created with BAPI BAPI_BUS2172_CREATE. Function module /RPM/ITEM_MODIFY is used for Items in Portfolio Management.

Best regards,
Judith

judith_gabriel
Contributor
0 Kudos

Hi,

You can use BAPI BAPI_BUS2175_CREATE to create a new task in Project Management. For a Project Management Project you can use BAPI BAPI_BUS2172_CREATE.

To create Items in Portfolio Management in Background you can use program RPM_DX_ITEM.


Best regards,
Judith