cancel
Showing results for 
Search instead for 
Did you mean: 

Event for FPM in creating RFX in SRM

former_member206454
Participant
0 Kudos

Hi Ppl,

   Please let me know, how to get the event for save action when we edit RFX. It's a WebDynpro ABAP through FPM.

(Component :- FPM_OIF_COMPONENT ).

Thanks

kumar Saurabh

Accepted Solutions (0)

Answers (2)

Answers (2)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

event handler is managed by ONACTIONBUTTON_PRESSED method from CNR_VIEW view (WDC FPM_OIF_COMPONENT).

Regards.

Laurent.

Former Member
0 Kudos

Hello Kumar,

   To get the event id for in ur case....

1) Get the WD Component Configuration ( component config is " /SAPSRM/WDCC_FPM_OIF_RFQ_PR_PU" ) .


2)Goto SE80 and open the FPM  component  FPM_OIF_COMPONENT and go the the WD config   /SAPSRM/WDCC_FPM_OIF_RFQ_PR_PU .


3)Click on the "Display Configuration"  , where u will find all the buttons of that screen  , click on the "Save' button and get the FPM event id which is  "SAVE".




Hope it helps.


Thanks and Regards

Channappa Sajjanar