Focus on Form UIBB field- OVP Application

The post describes how to make focus on particular field on a form uibb field in an ovp application. Here we have the feeder class.

3

4

5

6

Created an OVP application with form UIBB configuration.

1

FORM UIBB configuration.

2

Test the application and the UI appears like this. If we want to make focus on a particular field.

7

Go to the form uibb feeder class GET_DATA method and put the below highlighted line.

8

Test the application again and here we have the focus on the desired field. Focus can be set on any action button also.

10

The interface IF_FPM_FORM_EXT_CTRL provides all these methods that we can use for focus on field and also on the action.

9


 

Leave a Reply