on 2016 Mar 07 7:30 AM
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
Hello,
event handler is managed by ONACTIONBUTTON_PRESSED method from CNR_VIEW view (WDC FPM_OIF_COMPONENT).
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.