cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi for Object Link between Initiative and WBS Element

Former Member
0 Kudos

Hi gurus,

i'm tring to create via code an object link between an initiative and wbs element. I work on PPM 5.0 sp 9.

I can do this manually using the standard functionality 'Object Links' under 'Relationships' Tab of initiative dashboard. So i guess that the customing works well.

I tried the bapi BAPI_BUS2172_OBLINK_ADD but it doesn't work: the output message is:

'project 'XYZ' cannot be changed'.

I am not sure this standard function module is called during the standard functionality  cause it doesn't appear into the trace.

Do you suggest me a standard bapi or method that can help my goal?

Thank you very much for your support

Michele

Accepted Solutions (0)

Answers (1)

Answers (1)

gerry_hodgins
Active Participant
0 Kudos

Hello Michele

there is no standard way to achieve this,

External Projects or Project elements can be linked only to the Item.

Configuration available is only for Items and cProjects

It cannot be done from Initiative

Ger

Former Member
0 Kudos

Hello Gerry, many thanks for your feedback.

What you said, if i have undestood well, sounds strange because i can set object link between initiative and wbs element:

The screen you see is referred to an initiative.

Unfortunately i can't get the same result via abap code because i can't find bapi or method for this link meanwhile for item i can get it.

Michele