Implementing search Helps

SAP Search helps can be implemented in a variety of ways:

Add to Table field Added via SE11: Place cursor on desired field within database and select menu path  Goto->Search help->for field

Effect: If field used to create screen field, search help will be called when user executes F4/drop down input help. All fields on screen will be populated if appropriate fields exist in search help and screen.

Add to Table Added via SE11: Place cursor on desired field within database and select menu path  Goto->Search help->for table
Add to Data element Added via SE11: Select desired data element (double click), enter search help name and parameters in appropriate fields on screen. Will be applied to all fields associated with that data element
Add to Screen field Added via screen painter: One of field attributes is search help. Will only populate the one screen field.
Add to Sel. screen parameter (MATCHCODE) Added using 'matchcode' addition for parameters declaration: Search help name must be no more than 5 characters long.

e.g. PARAMETER p_prog LIKE trdir-name MATCHCODE OBJECT zsh.
   

Related Articles

SAP Search helps - F4 selection entry helps available on input fields
Standard SAP Search Help's not working after upgrading SAP
Basic SAP Search Help creation to be used within your ABAP program, database, field or domain
Basic Search Help
SAP Elementary search help - Can be used on its own or added to a collective search help
Search Help exit- Used to enhance search helps by adding new fields or functionality
Search Help exit to add entries to output selection table
Search Help exit to allow search results to be return even if text case does not match
Search Help exit to allow search results to be return even if text case does not match