cancel
Showing results for 
Search instead for 
Did you mean: 

SAVE button

Former Member
0 Kudos

How do I get a SAVE button?

Accepted Solutions (0)

Answers (3)

Answers (3)

tframbach
Associate
Associate
0 Kudos

Hi Abishek,

you are right - the FPM offers a SAVE Button by default. This button triggers an FPM-Save Event. But this particular event can be also triggered on demand by the application itself (independent from the SAVE button).

Best regards,

Thomas

Former Member
0 Kudos

Hi Thomas,

Thanks for updating my info :).I was not aware of the other save option.

I am also in process of learning FPM.

Regards,

Abhishek

Former Member
0 Kudos

Hi ,

I think SAVE and Close button comes by defualt with floorplans.

While creating confuguration use FPM_OIF_COMPONENT as Component value.

Refer cookbook for exact details.

https://wiki.wdf.sap.corp/display/FPM/Home

Regards,

Abhishek

tframbach
Associate
Associate
0 Kudos

The SAVE button has to be configured within the Activation Functions of the toolbar. You can enter FPM_SAVE as EventID, together with the interface IF_FPM_TRANSACTION the methods CHECK_BEFORE_SAVE, SAVE, AFTER_COMMIT and AFTER_REJECTED_SAVE are invoked.