cancel
Showing results for 
Search instead for 
Did you mean: 

Resource pools-BP's

Former Member
0 Kudos

hi,

is there a direct way in PPM to see how many resource pools(and what resource pools) a a particular business partner is assiged to as resource and as resource manager?

Pls reply.

Edited by: sujata ramesh on Aug 4, 2011 6:15 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sujata,

There is no standard UI for this. API's are available hence you can build custom UI.

Regards,

Alok.

Former Member
0 Kudos

Thanks Alok,

can you pls mention what are the API's that would fetch these details.

Former Member
0 Kudos

/RPM/CL_RESOURCE_POOL_D_API->QUERY( ) will give you all the resource pools for which user are assigned as manager. in_selection_parameters should contain SHOW_ALL = abap_false, POOLS_OF_USER = abap_true and USER_ID = <sap username>. Parameter in_query_name = 'GETLIST'.

Regards,

Alok.

Former Member
0 Kudos

Alok,

you response helps me. just curious is there a table that can give me the desired results based on the query parameters. As i am from the functional side i do not have much authorizations to access methods and classes.

pls reply.

Former Member
0 Kudos

Hi Sujata,

rpm_pool_assign will give you all resource pool for a given user(Business partner).

Regards,

Alok.

Answers (0)