cancel
Showing results for 
Search instead for 
Did you mean: 

How to Fetch all wbs elements in a given Project

Former Member
0 Kudos

Hi Friends

I would Like to fetch all the WBS Elements in a Given Project.

I am Using the Function Module BAPI_PROJECT_GETINFO

Here Iam Getting The WBS Elements Along with the Project.

How can I differentiate a Project and a WBS Element.

Can Any One Help me How To Fetch All WBS Elements in a given Project.

It would be great Helpful.

Thanks and Regards

Meshack Prasan Appikatla

Accepted Solutions (0)

Answers (2)

Answers (2)

stheurkar
Active Contributor
0 Kudos

Hi,

goto SE16 transaction

put table name PRPS, enter.

then click on settings > format list > Choose fields, then click on "Current internal project number" check box.

now clcik on execute.

by following above steps you can get project specific all wbs element list.

sandeep

Edited by: Sandeep Theurkar on May 18, 2009 2:47 PM

Former Member
0 Kudos

Yes one can get all WBS Element under Project by inputing Project Def value in Table PRPS - Field - PSPHI (Current Proj Number).

Also Transaction code CN43N is already available to get such kind of List for WBS.

User can get all other WBS related details too in this Transaction Code.

Thanks and Regards,

Swapnil Kharul

Former Member
0 Kudos

Hi friends

I can get WBS Element List from PRPS Table or from CN43N T Code.

But how to get WBS Element - Investment Management - Invesment Reason Field values in Report kind of thing ?

Thanks and Regards,

Swapnil Kharul

Former Member
0 Kudos

Hi,

WBSE Is stored in PRPS table and Proj def in PROJ so you can fetch from PRPS.

Muzamil