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

Locating search helps for screen fields

Former Member
0 Likes
339

Need help on assigning search helps for screen fields.The standard SAP program using field REASON_CODE shows input help and the screen attributes for it has 'From Dict' checkbox checked.The same thing when incorporated for a custom screen does not give input help.Moreover the data element for REASON_CODE does not indicate any search help.So how do we make it appear in custom screen as well?

Need help on assigning search helps for screen fields.The standard SAP program using field REASON_CODE shows input help and the screen attributes for it has 'From Dict' checkbox checked.The same thing when incorporated for a custom screen does not give input help.Moreover the data element for REASON_CODE does not indicate any search help.So how do we make it appear in custom screen as well?

1 REPLY 1
Read only

Former Member
0 Likes
314

Using a matchcode object can help. Create a matchcode object in se11 and assign it to the field

eg. Parameters p MATCHCODE OBJECT mobj

ou can check the SAP Demo Program 'demo_sel_screen_parameters_mco.'

Or

You can use AT SELECTION-SCREEN ON VALUE-REQUEST FOR <field>

check the std pgm 'SELECTION_SCREEN_F4_DEMO'