on ‎2011 Jul 05 9:52 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.