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

Problem with search help..

0 Likes
865

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
836

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

9 REPLIES 9
Read only

Former Member
0 Likes
836

r u declare data like.

ex-

data: matnr like mara-matnr.

Read only

0 Likes
836

hi kishan,

i used select-options instead of data.

Read only

Former Member
0 Likes
836
Check if you have selected the Import Parameter Check Box
in the definition of the search help.

Kind Regards
Eswar
Read only

former_member480923
Active Contributor
0 Likes
836

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

Read only

Former Member
0 Likes
836

Hi,

where it was used , can you let me know.

Regards

vijay

Read only

Former Member
0 Likes
837

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

Read only

Former Member
0 Likes
836

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

Read only

0 Likes
836

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..

Read only

Former Member
0 Likes
836

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