cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the fin plan iview read only after completion of Item?

Former Member
0 Kudos

Hi all,

I'm using PPM 5.0. Wherein I have an Issue, that is  Financial plan view is editable after the final completion of the Item. Actualy that view is editable even if I put the Item in "Display Only" mode?!!! Which is something strange.

Can somebody do help us in this regard? How to make the Fin Plan iview readonly, once I complete the Item &/or if I open the Item in Display only mode?

Rgrds,

Santhosh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

@Santosh.

We have used this in multiple Client Projects without any issues.

You will have to do an implicit enhancement of the following method.

Class/Interface: /RPM/CL_FIN_CAP_PLANNING_API

Method: IS_VIEW_READ_ONLY

IS_PLANNING_CONTEXT-VIEW_ID ( 2 char view ID you want to make read-only)

RV_READ_ONLY (flag 'X' to make it read-only)

Thanks,

Vasu

former_member209919
Active Contributor
0 Kudos

Hi,

I don't know how to get your requeriment in an standard way ( I think this is a missing functionality) There is not way to close ad item and greyed all their fields.

I develop a similar requirment in this BADI /RPM/CL_FIN_CAP_PLANNING_API --> Method IS_VIEW_READ_ONLY

Regards,

former_member186390
Participant
0 Kudos

Hi Clara,

Did this class/method /RPM/CL_FIN_CAP_PLANNING_API --> IS_VIEW_READ_ONLY worked for you?

Regards,

Amit