Dynamically calling different pages of OVP Application

The post describes how to dynamically call different pages of the same OVP application. Create an application controller class.

1

Activate all the methods.

14

Create an OVP application and provide the application controller class.

23

Here we have two MAIN pages- PAGE_1, PAGE_2 . In PAGE_1 , in the global tollbar add a button.

45

In PAGE_2 , in the global tollbar add a button.

6

Put the code in method IF_FPM_APP_CONTROLLER~AFTER_PROCESS_EVENT to dynamically call  the pages.

78

Go back and test the application.

9

10

Here the first page appears and click on the NEXT page button.

11

Second page called. Now click on the Previous page button.

12

First called.

13



 

Leave a Reply