2014 Sep 26 3:46 PM
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.
2014 Sep 26 3:57 PM
2014 Sep 26 4:02 PM
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.
2014 Sep 29 1:04 PM
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.
2014 Sep 29 2:29 PM
Hi,
Please select all values from PRPS table and you can get Project Details from PROJ table.
Hope it helps.
Regards,
K.S
2014 Sep 29 2:56 PM
Hi,
Also in Addition please check on FM
BAPI_PROJECT_GETINFO
by passing WBS elements.
Regards,
K.S
2014 Oct 21 3:13 PM
you are right, I built ZBAPI in top of this table and it worked.
2014 Oct 02 10:53 AM
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