cancel
Showing results for 
Search instead for 
Did you mean: 

Inquiry about FPM_OIF_COMPONENT

Former Member
0 Kudos

Hi,

I have a requirement in RFQ bidder page in SRM, it has a button 'Do not participate' from FPM_OIF_COMPONENT in component configuration /SAPSRM/WDCC_E_FPM_OIF_RFQ_BID.

When the user click the button, a pop up window will appear where you can input the reason of not participating.

Is it possible? Any idea on this requirement?

Thank you!

Edited by: jeromejerome on Feb 15, 2011 9:44 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes, it should be possible.

when the user press the button, process_event method is called in the component controller.

You code here such a way that you defer the event, call the application specific popup and resume the FPM event.

See Handling Application-Specific Dialog Boxes in page 91 of the developer manual.

see the developers guide [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50]