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: 

Custom Search Help

Former Member
0 Kudos

Hi All,

i have created a custom table containing 3 fields and all the three of them are key fields ...

the three fields are ..

Charateristic group name ...

Class type ...

and Charactristic name..

now the issue is that ..

i want only those fields in the F4 help which have distinct char name and class type ...

I have to create an search help exit for this ..

how should i proceed for the same ..

help me on the same ..

thanks in advance ..

1 ACCEPTED SOLUTION

former_member212653
Active Contributor
0 Kudos

check out this link on how to create a search help exit

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

check out FM F4IF_SHLP_EXIT_EXAMPLE

2 REPLIES 2

former_member212653
Active Contributor
0 Kudos

check out this link on how to create a search help exit

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

check out FM F4IF_SHLP_EXIT_EXAMPLE

Former Member
0 Kudos

hi,

you can use function module F4IF_INT_TABLE_VALUE_REQUEST

or

can follow these simple steps for search help:

go to se11==>
 put some name after ticking search help radiobutton==> 
create==>
then tick " elementery search help " and press enter ===>
then put description and table name in selection method ===>
then put the field on which u want search help in search help parameter==>
 tick IMP EXP ==> 
write 1,2,3,4.... in lpos and spos===>
save and activate===> 
double click on table name ===>  
select that field and press *search help tab* above===>
 then copy

i hope it will help u a lot

thaks and regards

rahul sharma

Edited by: RAHUL SHARMA on Sep 25, 2008 11:38 AM

Edited by: RAHUL SHARMA on Sep 25, 2008 11:39 AM