Hello,
there are 2 ways of getting the funds assigned to a specific fund plan:
- 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
- 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