cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Table/API for Fund plan and related funds

former_member188321
Contributor
0 Kudos

Hi Experts,

I need to find all funds under given fund plan. Which tables/ APIs can I use for this?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

former_member196553
Active Contributor
0 Kudos

Hello,

there are 2 ways of getting the funds assigned to a specific fund plan:

  1. since fund plans and funds are 1order objects you can use CRM_ORDER_READ for the funds plan and fetch the assigned funds from the doc_flow
  2. or you can use CL_CRM_FM_IL_FND_API - this provides various methods for retrieving funds related attributes. Method cl_crm_fm_il_fnd_api=>get_fnd_guids_by_fnp_guids should return all funds assigned to a funds plan.

best regards,

Johannes

Answers (0)