cancel
Showing results for 
Search instead for 
Did you mean: 

read wbs elements

Denis_Müller
Participant
0 Kudos

Hello

i have a wbs element of the second step and read all third steps and fourth steps of this element (our project structure has 4 steps)

Is there a function module to read alle wbs elements of this second step element?

i found the FM BAPI_PROJECT_GETINFO to read all wbs elements of a project definition but the performance of the FM isn't good. So i need another FM

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The BAPI you are reffering is good enough. If you want to read only WBS with hierarchy below it, input only WBS without Project defn and pass X in subtree. If you pass Proj Defn, all WBS will be read.

Hope this helps.

Regards