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 BAPI

Former Member
0 Likes
2,254

Dear colleagues ,

I have one question and hope that somebody maybe can help me.

Namely , which BAPI will be best to use to retrieve WBS Element based on next search input parameters : WBS Element, Description, Project ID or Short Description.

Hope somebody has good answers.

Thanks.

7 REPLIES 7
Read only

Former Member
0 Likes
1,581

Maybe start with BAPI => BAPI_BUS2054_GETDATA.

Read only

0 Likes
1,581

I looked into that but it cannot return what I need,

It returns values based on only Project ID.

Actually what I want to achieve with this is to do the same as somebody who in FB60 clicks on WBS Element lookup.

Read only

Former Member
0 Likes
1,581

Hi Stomar,

If you need F4 help for WBS element like in FB60, then you can make use of standard search help PRPM.

Else if you need all the output based on WBS Element, Description, Project ID or Short Description then you can write 'select' statement to get required fields from PRPS.

Regards,

Greeshma.

Read only

former_member188724
Contributor
0 Likes
1,581

Hi,

Please select all values from PRPS table and you can get Project Details from PROJ table.

Hope it helps.

Regards,

K.S

Read only

0 Likes
1,581

Hi,

Also in Addition please check on FM 

BAPI_PROJECT_GETINFO

by passing WBS elements.

Regards,

K.S


Read only

0 Likes
1,581

you are right, I built ZBAPI in top of this table and it worked.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,581

Look at service BAPI : BAPI User Guide (CA-BFA), Programming with BAPIs, Service BAPIs for Help Functions.

NB: HelpValues.GetList() is BAPI_HELPVALUES_GET and provide search help for most of BAPI parameters allowing to pass some selection criteria.

Regards,

Raymond