Application Development 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: 

Search Help Options - Need to pass it from program

Former Member
0 Kudos

Hi Experts,

I have a requirement to pass the search help options (Search criteria) from the program. The selection criteria screen should be populated automatically based upon the program content.

And for this requirement, I have a custom search help with help exit created already. I wanna pass the selection options to this search help from program.

Is it possible to call the function module exit (search help exit) in the event "AT SELECTION-SCREEN ON VALUE REQUEST"?

1 REPLY 1

brad_bohn
Active Contributor
0 Kudos

No, that's not what you need to do. You can certainly build your search help selections from the program select-options before the selection screen is displayed within the search help exit though. However, you may want to have a look at program RUTSHEXP and the functions F4IF_FIELD_VALUE_REQUEST and F4IF_INT_TABLE_VALUE_REQUEST for building dynamic helps.