Skip to Content
0
Former Member
Oct 30, 2012 at 04:11 PM

ABAP dynpro: search help assignment with two dynpro fields

248 Views

Hello,

unfortunately, I have to develop an old dynpro (not web dynpro !) application.

On one dynpro screen, there are two fields BNAME and VERSION.

These two fields may contain values. I like to use SEARCH HELP in order to get proposed values for BNAME based on BNAME and VERSION which will be visible on the screen together with F4 selection options.

I have developed a search help which accepts to input parameters BNAME and VERSION. The search help works fine with two parameters if I test the search help directly within SE11.

My problem is: how can I call the search help from the GUI if the user press F4 search help of field BNAME and VERSION?

Yours

Stephan