cancel
Showing results for 
Search instead for 
Did you mean: 

How can i put FPM Buttons in custom FPM Views.

Former Member
0 Kudos

Hi,

How can i put FPM Buttons in custom FPM Views.

Couldn't locate them in web dynpro layout or FPM Views and application in Portal Content.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can do it in the both the ways,

you can place inyour layout or you can use the sap standard application buttons by adding the footerveiw from ess/per dc in that you will find the FcPersinfo. you need to add this footer view to your fpm application prespectives. by adding the ess/per as used DC and the FcPersinfo in your components, you can do this.

Call the Events from your webdynpro application .

This may help you to reslove your issue.

Cheers,

Apparao

Former Member
0 Kudos

Hi,

you should describe a little bit more what you want to do (e.g. navigation buttons or buttons in containers like e.g. in ESS Address). FPM usually has a quite high reusability so button components are often reused. In case there is already a button component that has everything you need you can just use the self-service administrator to add this view to the right perspective in your FPM application. In case you talk about those buttons that are in the Overview screens than those buttons are dynamically generated.

In case you just want to have your own button then create this button and fire an FPM event from it. You need to add this event to the FPM view configuration in the self-service administrator. Alternatively you can create a button component and reuse it later.

Former Member
0 Kudos

Anyone ?

Former Member
0 Kudos

Hi,

jus check if they are created dynamically in wdDOModifyView()

of the view controller.

Regards,

Satya