Adding dynamic button choice on the global toolbar of OVP Application

The link: Adding buttons on the Global toolbar of the FPM Application shows how to add buttons on the application global toolbar.

Test the application .

14

The application screen looks like this. Now we have to add a dynamic button choice.

11

Expand the general setting in the application configuration. From Floorplan setting-> Application controller settings.

6

So here we have the feeder class.

7

Open the IF_FPM_OVP_CONF_EXIT~OVERRIDE_EVENT_OVP method.

1.jpg

Put the below code.

234

Test the application. Now the button choice appears on the screen. The next task is to respond to the button click.

5

Put code in the method IF_FPM_APP_CONTROLLER~AFTER_PROCESS_EVENT.

7

6

8

test the application.

9


 

Leave a Reply