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

Close financial view from manual data entry if Item process set to "Other"

Former Member
0 Kudos
134

Hello!

Dear Experts,

Have some one tryed to make financial view protected from manual data entry if the financial view Item process set to "Other" and BAdI /rpm/fin_cap_plan implemented?

In order to implement customer logic in financial view data maintenance for Items we set the financial view Item process to "Other" in SPRO-SAPxApp Resource and Portfolio Management (SAP xRPM)- Global

Customizing-Portfolio-Independent Settings-Define Financial and Capacity Views (see attachment "FinPlan - customizing Item Process set to Others.JPG"). The financial view should be closed for manual data

entering like financial views with Item process set to "Integration".

After the customizing we performed in TA SE38 /RPM/PLAN_INT_PREP and invalidated cash but useless - the financial views with Item process to "Other" is available for manual data entering.

Could you please provide the solution or some ideas to close the financial views with Item process set to "Other" from manual data entering?

Best regards,

Valerie

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

did you check debugging if the BADI is really being called?

The correct BADI is /RPM/IF_EX_FIN_PLAN

method > SET_GROUP_ATTRIBUTES

VALUE( CT_PLAN_API ) with CT_PLAN_API-read_only = 'X' based on your logic should solve your issue.

Niranjan