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: 

Pressinf F4 goes to user command. Not getting the search help.

Former Member
0 Kudos

I have created the selection screen manually and passed to sub screen. Search help arn't working and. When I press F4.It goes to user command module. Is there any way of getting the standard search help without calling manually.?

6 REPLIES 6

former_member196331
Active Contributor
0 Kudos

Standard Search help means, Which Standard f4 you need to Get in the Custom Screen(What you developed Selection Screen)
Asking about Screen of f4 field. hope you understood.Selection screen means, Report or module pool.

0 Kudos

HI Kali,

It's a module pool. Any way I could make the search helps work by calling the FM

F4IF_FIELD_VALUE_REQUEST

AT SELECTION-SCREEN ON HELP-REQUEST FOR p_bukrs.

raymond_giuseppi
Active Contributor
0 Kudos

Did you define your selection fields with reference to ddic object which carry a search-help (or a check table, domain value, etc.)

Else you can explicitly specify a search-help in fields definition with option MATCHCODE OBJECT search_help or adding some code in POV (AT SELECTION-SCRENN ON VALUE-REQUEST FOR {para|selcrit-low|selcrit-high}.

0 Kudos

Hi Raymond

Thank you very much for the reply. Any way I could make the search helps work by calling the FM

F4IF_FIELD_VALUE_REQUEST

AT SELECTION-SCREEN ON HELP-REQUEST FOR p_bukrs.

You could, parameters are very easy to identify/understand. But if you don't want to add some filters using the callback parameters, there is no interest in doing that.

umayaraj
Participant
0 Kudos

Hi ruchira,

Did you assign match-code object to the corresponding selection screen filed in program?

or you try in module pool just assign search help see that below pic.\