cancel
Showing results for 
Search instead for 
Did you mean: 

GETLIST Bapi in PS

Former Member
0 Kudos

Hi,

I need to have a BAPI to communicate with r/3 from external system.

The functionality is by giving the Work Center as the Input, I need to get the list of details of activities having the input Workcenter in all open projects.

To address this functionality, is there is any standard BAPI in PS?

Regards

A.Sureshbabu

Accepted Solutions (1)

Accepted Solutions (1)

jens_schmid4
Active Participant
0 Kudos

Hi Krishnan.

I think you might e best off with BAPI_NETWORK_GETDETAIL. It has a parameter E_RELATION where the work center can be passed. With the parameter E_ACTIVITY you will have to check in another BAPI if the corresponing project or WBS element is "open".

You might try BAPI_PROJECT_GETINFO for this purpose.

Best regards.

Jens Schmid

Answers (0)