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

Former Member
0 Likes
1,095

Hello,

I want to use a search help for 1 of the field of a table.

The problem is that the table is used for many things, and therefore I only want the search help to appear in the table when the value of another field in the table (for that record) equals a certain word.

Is it possible with SAP and how should I define my search help?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,066

Hi,

Create new search help,

In that new search help there is field serach help exit--->Create a Function module --> do ur validations like "the value of another field in the table (for that record) equals a certain word" u said in the FM.

And give that FM in that search help exit and assign to that field.

9 REPLIES 9
Read only

Former Member
0 Likes
1,067

Hi,

Create new search help,

In that new search help there is field serach help exit--->Create a Function module --> do ur validations like "the value of another field in the table (for that record) equals a certain word" u said in the FM.

And give that FM in that search help exit and assign to that field.

Read only

0 Likes
1,066

Thanks, can you give me some help how to create the FM for the search help exit?

Read only

0 Likes
1,066

Hi,

Thanks for your answer.

Can you give me some help how to create the FM for the search help exit?

I can't find a decent example on the net.

Thanks!

Read only

0 Likes
1,066

Hi,

Thanks for your answer.

Can you give me some help how to create the FM for the search help exit?

I can't find a decent example on the net.

Thanks!

Read only

0 Likes
1,066

Hi,

Thanks for your answer.

Can you give me some help how to create the FM for the search help exit?

I can't find a decent example on the net.

Thanks!

Read only

0 Likes
1,066

Hi,

Thanks for your answer.

Can you give me some help how to create the FM for the search help exit?

I can't find a decent example on the net.

Thanks!

Read only

0 Likes
1,066

Hi,

Thanks for your answer.

Can you give me some help how to create the FM for the search help exit?

I can't find a decent example on the net.

Thanks!

Read only

0 Likes
1,066

Hi,

Thanks for your answer.

Can you give me some help how to create the FM for the search help exit?

I can't find a decent example on the net.

Thanks!

Read only

Former Member
0 Likes
1,066

HI.

Created a Search help in the Sub screen.Call the sub screen when the particular fields has value,Else dont call it.

Regrads.

Jay