cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro FPM Table Control Toolbar Buttons

Former Member
0 Kudos

Dear Experts,

In Webdynpro FPM Configuration, Table control tool bar to be enhanced with custom buttons and it should call the custom web dynpro applications.

After adding the buttons, where we have to configure the FPM Event ID's and corresponding actions.

Please check and let me know.

Thanks & Regards,

Sunil KS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sunil,

You have to create enhancement implementation for your application configuration. Then you have  to follow the below procedure for enhanceing the feeder class.

1. Create explicit enhancement for your feeder class by choosing spiral button in the class object toolbar, then it will provide pre,post and override method for your methods.

2. As per your requirement you need to add some action in your table control toolbar, for that you need to implement post exit for the GET_DEFINITION method.

3. Enhance your FPM application for adding the table control button and assign the created action in your feeder class and process the events in the post exit implementation of your PROCESS_EVENT method.

THanks & Regards

Praveen Gupta

0 Kudos

Hi.

  create one feeder class using form interface if_fpm_form..implement  the method process_event

you have to declare event for that button  and assign the event to the button.

Regards

jayaprakash T