cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM to retrieve financial information of the item

former_member209919
Active Contributor
0 Likes
338

Hi experts,

We have an question I am not sure if someone can help me. We need a Function module to retreieve financial informationof the item ( enter directly in the item). We have seen this FM /RPM/FIN_GROUP_GETLIST but I have no idea how to use this. Someone can help me?

Thanks thanks!!!

sara

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

If you are on PPM 50 then you can use method /RPM/CL_FIN_CATEGORY_API->/RPM/IF_PROVIDER_QUERY~QUERY() with node 'NODE_ALL_DETAILS' and query name 'QUERY_ALL_DETAILS'. Parameter in_selection_parameters should be field with 'OBJECT_GUID' 'PORTFOLIO_GUID' 'OBJECT_TYPE' 'CHANGE_MODE' and 'PORTFOLIO_TYPE'. Here object guid would be item guid.

Regards,

Alok.

Answers (1)

Answers (1)

Former Member
0 Likes

If you want to read it directly from table, you may use view /RPM/V_FIN_PLAN.

If you want to use the function modules you may need to use the 2functional modules ( in xRPM 4.5).

1. /RPM/FIN_CATEGORY_GETLIST to get the list of categories

2. For each category use /RPM/FIN_GROUP_GETLIST to get group list. The second function module will give the planning rows.