cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement for FPM_OVP_COMPONENT in default action of Button

former_member583823
Participant
0 Kudos

Hi,

I need to add few more check when closing the change request status as "Permanently Close Change Request".. Pls help me how to proceed on the same. I have found its FPM Event ID as STATUS_CLOSE. But I am not sure how to identify the class which is responsible for validating the same.


Regards,

Reny Richard

Accepted Solutions (0)

Answers (1)

Answers (1)

Aliaksandr
Active Participant
0 Kudos

Hi Richard,

Could you share application configuration id and screen shot of this application with highlighted "Permanently Close Change Request" button?

Kind regards, Aliaksandr.

former_member583823
Participant
0 Kudos

Hi,

I have attached the screen shot for the same.

Its configuration ID is below in screen shot.

Regards,

Reny Richard

Former Member
0 Kudos

Hi Reny,

As per the snapshots which you've provided, put a ext. break point in process_event( ) method in component controller of webdynpro component /MOC/OVP_CHANGE_REQUEST and check if is it trigerring on click of "permanently close change request" button.

Then as per your requirement, you need to enhance the method of that webdynpro component.

Thanks

KH