Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F4 search help with multi selection via button

Former Member
0 Likes
362

Hi all,

I want to call a F4 search help via a button in web dynpro view. This means the F4 help isn't binded to an input field. It's necessary that the F4 help has multi selection.

How can I call a F4 help that way in web dynpro? And how do I get the list of selected results back to my view?

All documentation I found for search helps in web dynpro delivered only one result back to an field of the context.

Thanks in advance,

Mario

Hi all,

I want to call a F4 search help via a button in web dynpro view. This means the F4 help isn't binded to an input field. It's necessary that the F4 help has multi selection.

How can I call a F4 help that way in web dynpro? And how do I get the list of selected results back to my view?

All documentation I found for search helps in web dynpro delivered only one result back to an field of the context.

Thanks in advance,

Mario

1 REPLY 1
Read only

Former Member
0 Likes
322

Hi,

You can do this,

After pressing the button (In PBO module, sy-ucomm)

use tyhe FM F4IF_INT_TABLE_VALUE_REQUEST .

and get the field value for the one of the fields displayed.

And depending on the selected value, you can set the values of the other fields.

reward if it helps.

regards,

mahantesh