Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WBS elements display like CJ03

Former Member
0 Likes
2,256

Hello All,

I have to develop a screen similar to CJ03 where I have to display the WBS elements in the same way as they are displayed in TCODE.

How to get the functionality of dropdown buttons in dialog programming?

Is there any function module go get the WBS elements upto N'th level.

Regards,

Dilip

Hello All,

I have to develop a screen similar to CJ03 where I have to display the WBS elements in the same way as they are displayed in TCODE.

How to get the functionality of dropdown buttons in dialog programming?

Is there any function module go get the WBS elements upto N'th level.

Regards,

Dilip

3 REPLIES 3
Read only

Former Member
0 Likes
1,766

Have a look at BAPI_PROJECT_GETINFO in se37.

For a project code as input, you get the complete WBS element structure as output

Read only

0 Likes
1,766

Hello Sudhir,

Yes I am getting the WBS elements list bu how to differenciate in the levels of WBS elements which are separated by '-' and a letter or number.

Regards,

Dilip

Read only

Former Member
0 Likes
1,766

The tables parameter "E_WBS_HIERARCHIE_TABLE" of the bapi has fields UP and DOWN that tell you which is the parent and child of each element.

Alternatively you can look at tables PRHI/PRHIS which give same information.