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

search help assign

Former Member
0 Likes
500

Hi,

I have created search help.

1.How to assign this search for soem standard fields.

2. Is it possible to create search input for several fields e.g.. if I input city name , other field should be populated with values of city / pstlz, region.../

ps. I have authority to change standard SAP program / object key/

4 REPLIES 4
Read only

Former Member
0 Likes
471

Hi,

There are Three Levels in priority, Where you can Attach a Serach Help for a Screen Field in Module Pool:

1) POV Event

2) Screen Field Attributes

3) Data Element to which screen field is referring

You can attach your Search Help at any level.

Filling multiple Screen fields from a single Search Help might not be possible....

Read only

0 Likes
471

it is screen field, screen 2000 , transaction pa30

Read only

Former Member
0 Likes
471

Hi,

I agree with ajay tiwari,

1)You can assign search help to fields by using matchcode object.

Example:

select-options s_matnr for marc-matnr matchcode object mat1h.

My Search help is mat1h and I am assigning to s_matnr.

2)You can also assign search help in table, at the Data Element level. The field is available in u201CFurther Characteristicsu201D tab.

3) You can create separate search help for all fields and then assign them. It may not be possible to fill multiple screen fields from a single search help.

Read only

Former Member
0 Likes
471

solved