‎2006 Aug 23 7:46 AM
Hi everyone,
I have created a search help for a paticular field when i click 'F4' i could see all the possible values but the problem is i cannot see the input value-request button..
Thanks & Regards,
santosh.
‎2006 Aug 23 8:01 AM
Hello Santosh,
Declare the field like this:
<b>
PARAMETERS: P_MATNR LIKE MATNR MACTH-CODE OBJECT ID <SEARCH HELP NAME>.</b>
If useul reward.
Vasanth
‎2006 Aug 23 7:48 AM
‎2006 Aug 23 7:51 AM
‎2006 Aug 23 7:49 AM
Check if you have selected the Import Parameter Check Box
in the definition of the search help.
Kind Regards
Eswar
‎2006 Aug 23 7:50 AM
hi,
On the at selection screen on value-request event call the FM F4_SEARCH_HELP. In the SHLP-SHLPNAME pass the name of your newly created Search Help.
Hope This Help
Anirban
‎2006 Aug 23 7:57 AM
‎2006 Aug 23 8:01 AM
Hello Santosh,
Declare the field like this:
<b>
PARAMETERS: P_MATNR LIKE MATNR MACTH-CODE OBJECT ID <SEARCH HELP NAME>.</b>
If useul reward.
Vasanth
‎2006 Aug 23 8:14 AM
Hi,
You have to have the search help being specified in the Search help of the table that you are using for the Select option. If that table is customized one then in se11 please add the search help for that particular field.
For any more querries please let me know...
regards,
Brijesh Patel
‎2006 Aug 23 9:49 AM
HI VIJAY,
I created a selection-screen which contains a field from KONA table and then i created a search help for that field . i am able to get all possible
values for that particular field when i press F4.But, i cannot see the value-reuest
button on the screen..
‎2006 Aug 23 10:09 AM
Hi
Use the event..
AT SELECTION-SCREEN on value-request for (select otpion name).
And then call the following function module.
<b>CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'</b>
check if this works.
Regards
Kapil