cancel
Showing results for 
Search instead for 
Did you mean: 

usage of function modules /RPM/FIN_GROUP_MODIFY and /RPM/CAP_GROUP_MODIFY

Former Member
0 Kudos

Dear all,

Can anyone tell me what are all the parameters needed to pass to use /RPM/FIN_GROUP_MODIFY to enter the financial plan and how to use /RPM/CAP_GROUP_MODIFY to enter the capacity plan.

Can someone tell me the mandatory importing parameters?

Please elaborate it with an example for each if possible.

Thanks and regards,

--Sonal

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Sonal,

Both the RFCs have similar interface. below are mandatory Importing Parameters:

1) IS_CONTEXT ( PARENT_GUID - This is item's header GUID, OBJECT_TYPE - RIH i.e. Item OBJECT_GUID - Category GUID)

2) IV_LANGUAGE your logon language

3) IV_CHANGE_MODE 'C' for Create 'U' for Update and 'D' for Delete

Tables parameters

1) IT_FIN_GROUPS / IT_CAP_GROUPS - List of groups in selected category

2) IT_FIN_PLAN/ IT_CAP_PLAN - Planning data to be updated

Hope this will help.

Thanks and Regards,

Piyusha