cancel
Showing results for 
Search instead for 
Did you mean: 

PPM Related Function Modules and Tables

Former Member
0 Kudos

Hi,

Please tell me the related function modules ,tables to retrieve the data of PORTFOLIO->BUCKETS->ITEMS->PROJECTS in PPM.

Thank You,

Swetha.C

Accepted Solutions (0)

Answers (1)

Answers (1)

amit_maheshwari2
Contributor
0 Kudos

Hi Swetha,

The tables and function module start with /rpm. You can do the wild search /rpm*. You will be able to get most of the PPM specfic tables and function modules.

Cheers

Amit

Former Member
0 Kudos

Hi Amit,

Thank you for your information.

Can you please tell me the corresponding function modules and tables having the data related to items created in a Bucket of PPM?

Thank You,

Swetha.C

amit_maheshwari2
Contributor
0 Kudos

Hi Sweta,

Buckets are stored in table /rpm/bucket_d. And you can get the portfolio items from the table /rpm/item_d by passing the respective bucket guid as parent guid from the table /rpm/bucket_d.

Cheers

Amit

mariano_sabiche
Active Participant
0 Kudos

Hi Swetha;

Here you have the list of Modules Function of Buckets:

/RPM/BUCKET_DISPLAY Portfolio bucket display attributes

/RPM/BUCKET_GETLIST Portfolio bucket list data attributes

/RPM/BUCKET_MODIFY Portfolio bucket modify attributes

/RPM/BUCKET_SEARCH_HELP Search Help for Bucket

/RPM/ITEM_REASSIGN_BUCKET Reassign Item to Another Bucket

/RPM/BUCKET_ITEMS_VERS_CREATE Create version for all items under a bucket (via report as background

/RPM/PD_BUCKET_GETLIST To upload xPD Concepts into RPM

/RPM/UPDATE_BUCKET_CAPUNT_DATA update planning amount and currency to item currency

/RPM/UPDATE_BUCKET_FINCAP_DATA Update Parent Buckets of Item with Cap/Fin Changes

/RPM/UPDATE_BUCKET_FINCUR_DATA update planning amount and currency to item currency

INM_INIT_REASSIGN_BUCKET Reassign Item to Another Bucket

RSCRMBW_BUCKET_READ Reads content of a bucket

/RPM/GET_PORTFOLIOITEM_MEMBERS Get all the ACL members for a portfolio item

/RPM/VC_ITEM_TYPE_GETLIST Get a list of item types

Hope this help you,

Best regards.

Mariano.

Former Member
0 Kudos

Hi Mariano,

I need the function modules to retrieve the item details of portfolio in portfolio project management.

Thank You,

Swetha.C

amit_maheshwari2
Contributor
0 Kudos

You can get item details using function module /RPM/ITEM_DISPLAY. Pass item id to get the details.

Cheers

Amit