cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic value help / search help in List UIBB of OVP FPM Application

Former Member
0 Kudos

Hi experts,

I have a FPM_LIST_UIBB_ATS Component in a OVP Floorplan.

Now I need a dynamic Value help for a Field in the list, depending on the value of another Field in the list.

Is there any posibility to create such a value help. All I know is to create a static value help in the get_definition Method of the Feeder Class.

Hope you have some ideas.

Thanks!

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

former_member193369
Active Participant
0 Kudos

Hello Sebastian,

you can make use of an OVS (see Developer's Guide).

Basically you have to provide a class implementing IF_FPM_GUIBB_OVS and provide the classes name in GET_DEFINITION.

Then this class will be instantiated and called by FPM whenever the user requests the F4 help. You can then provide everything on demand: the search parameters, the result list columns and the result list entries.

If you implement IF_FPM_GUIBB_OVS in your feeder class and provide the feeder classes name in GET_DEFINITION the feeder instance will be used and called by FPM when the F4 help is requested.

Best regards,

   Christian

Answers (0)