cancel
Showing results for 
Search instead for 
Did you mean: 

Project/WBS Tree Search Help

Former Member
0 Kudos

Hi all,

I'm now working with PS module and CATS.

My client ask me for a tree structured search help (as the HR organizational structure one) to help users into the CATS entry screen, identify the network/activity viewing a tree with the Project/WBS structure. I mean that my client need a search help to show the Project/WBS structure as the Project Builder (T-CJ20N) left pane.

I've found that the BAPI_PROJECT_GETINFO FM returns the Project/WBS structure into  E_WBS_HIERARCHIE_TABLE and the network/activities into the E_ACTIVITY_TABLE. So I need to put those information on a tree and show it to users as a search help, when they need it into the CATS entry screen.

Does anyone knows how to implement this?

Regards,

Gregory.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gregory,

High level logic would be first to arrange all WBS in ascending order of 'Level' and then based on hierarchy arrange WBS within same level. Your BAPI or PRPS table will give you level and check PRHI table for hierarchy. Activities can be later added to individual WBS based on assignment, AFVC table will help. Hope this guides you to solution.

Regards

Shrikant

Former Member
0 Kudos

Thanks for your answer Shrikant.

I use your suggestion and move this post to ABAP Development.

Regards,

Gregory.

Answers (0)