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

Former Member
0 Kudos

hi,

i need to create new search help for vendor in fk02 transaction.

how to find the search help exit suitable to me.

the match code object for tha above is KRED.

can any body help me.

2 REPLIES 2

Former Member
0 Kudos

HI

In order to offer a meaningful input help for as many screen fields as possible, the R/3 System uses a number of mechanisms. If there is more than one such mechanism available for a field, the one that is furthest left or at the top of the above hierarchy is used.

In addition to the options described above for defining the input help of a field in the ABAP Dictionary, you can also define it in the screen field. The disadvantage, however, is that there is no automatic reuse.

With the screen event POV, you can program the input help of a field by yourself. You can adjust the design of the help to the standard help using the function modules F4IF_FIELD_VALUE_REQUEST or F4IF_INT_TABLE_VALUE_REQUEST. However, you should check to see if the part of the input help that you programmed yourself should be implemented as a search help exit instead (see Appendix).

You can also attach a search help to a screen field in the Screen Painter (Module Pool programming). There are some functional restrictions on this kind of attachment as compared with attachment in the Dictionary.

You should no longer use the input checks defined directly in the flow logic of the screen, from which it is also possible to derive input helps.

The function Technical info is offered in the hit list in the menu of the right mouse key. It can be used to find out which of the specified mechanisms is being used.

Check this demo FM F4IF_FIELD_VALUE_REQUEST and F4IF_SHLP_EXIT_EXAMPLE. Actually in Search help exit there are couple of events like SELONE PRESEL1 PRESEL SELECT DISP. Now these events are used based on the requirement. Say you want to change the text in output display of list in F4 then use DISP and like that. check the f1 document on events.

data is stored in internal table RECORD_TAB which is declared in TABLES Parameters in FM.

Search Help Exits:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm

http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm

https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818

Reward if usefull

Former Member
0 Kudos

Hi,

You can create a Z search help using SE11 and then attach it to KRED. Hope it helps.

regards,

Satya