cancel
Showing results for 
Search instead for 
Did you mean: 

Change Status of WBS element to lower level

Former Member
0 Kudos

Hi,

I am trying to change status of WBS element using a program.

I am using BAPI_BUS2002_SET_STATUS to change status.

With this only Higher level status is being changed but users want to change status of lower level too..

Whihc has ACTIVITY & ELEMENT .. How do we do this?

Rgds

Vara

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

To find the object number of the Network Activity or Network Activity Element use the network number AFKO-AUFNR to get AFKO-AUFPL.  Use AUFPL to go to AFVC.  Use the network operation number AFVC-VORNR to find AFVC-APLZL.

The only difference between an Activity and Activity Element is a element will have an entry in AFVC-SUMNR.


Former Member
0 Kudos

Hello Vara,

I was searching for the same issue in SDN,I couldn't find the resolution for the same in my current project.

Im also facing the same issue as-is urs, can you please do respond me how did u resolve this issue ?

Thanks and regards,

Desh

former_member218047
Participant
0 Kudos

Hi vara/Desh,

Irrespective of using BAPI, you can try to change the status by selecting all in planning board and go to EDIT- STATUS - Change.

Regards,

Seshagiri

Former Member
0 Kudos

Hello Sesha,

Thanks for the response but we are looking to do it programatically using bapis or some other method.

Thanks and regards.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Saikishore ganga,

I am trying to write a program which changes status through out the project -all levels.

I brought entries from PRPS and looping through this table and using

BAPI_BUS2001_SET_STATUS -Project Defintion -959994004 to change status

BAPI_BUS2054_SET_STATUS - WBS element status -959994004-0100 to change status

BAPI_BUS2002_SET_STATUS -Network -to change status

How can I change lowest level status which has following element.

500001867 0011 0032

Which BAPI do I use ? because BAPI_BUS2002_SET_STATUS allows only 12 chars.

eg:

I need to change element this status whihc is lower level.It has network activity ,Operation ,sub operation number.

500001867 0011 0032 it has control key PS03

Rgds

Vara

Edited by: Vara K on Aug 4, 2009 11:38 PM

Edited by: Vara K on Aug 4, 2009 11:41 PM

Former Member
0 Kudos

hi

the user can use the option from the

Edit --> Status --> User Status --> Set & Pass on option.