cancel
Showing results for 
Search instead for 
Did you mean: 

SRM FPM_SAVE

Former Member
0 Kudos

Hi Everyone.

I would appreciate any help you could bring me.

It's my first time working with SRM and FPM ABAP Webdynpro. We have to enhance the Bidder view, in order that when the user save the general info of the bidder, we have to send some information to other system.

But i have not been able to find where or how is the event FMP_SAVE been executed. I guees there is a class that control this event, But I cant find it.

I also have take a look of the configuration name /SAPSRM/WDCC_FPM_OIF_BP_BIDD

Thanks in advanced for any help you could bring me.

Accepted Solutions (0)

Answers (1)

Answers (1)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

It seems that you are using an OIF Floorplan.

Usually, the Save button is shown in the toolbar, simply check the configuration, it fires the FPM_SAVE event.

Check whether you have Application Controller because its method OVERRIDE_OIF_EVENT is a good place to process this event.

http://wiki.sdn.sap.com/wiki/display/WDABAP/Usage+of+FPM+application+controller

Best regards,

Guillaume