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: 

Search help question?

Former Member
0 Kudos

Hi Gurus,

There is a table name A with three fields: k1, k2 are key fields and f1

I want to create a search help which are displayed only k2, f1 with k1 default value is 'test'

How do I do that? thanks!

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Anthony

When you display the search help (SE11) you see 5 columns:

Search help parameter
Import (flag)
Export (flag)
Data element
Default value    " <<<<< put 'TEST' here

Regards

Uwe

12 REPLIES 12

Former Member
0 Kudos

hello ,

first try in Se11 at ur end ,u will have option to pass default values.

regards

Prabhu

Former Member
0 Kudos

come with clear question

uwe_schieferstein
Active Contributor
0 Kudos

Hello Anthony

When you display the search help (SE11) you see 5 columns:

Search help parameter
Import (flag)
Export (flag)
Data element
Default value    " <<<<< put 'TEST' here

Regards

Uwe

0 Kudos

Hi,

Create search help using tocde SE11. while using the search help, give default value.

Former Member
0 Kudos

Hi,

when you create the serch help there is the setting for the display sequence and also for defaults.

Atul

Former Member
0 Kudos

Hi Anthony,

1. Goto Se11.

2. Search Help --> Create.

3. Give the sort description.

4. Definition --> selection method (The name of the source table from where u get the field).

5. Dialog mode --> dispaly values immediately

6. Parameter --> search help parameter --> k1 & k2

7. For field F1 --> Give default value 'test'.

I Hope it will resolve your problem.

Thanks & Regards,

Lokesh.

Former Member
0 Kudos

Hi,

In Srch help u give the k1 as one parameter along with k2, f1 ;

so against k1 give default val as 'test'

Former Member
0 Kudos

1. Goto Se11.

2. Search Help --> Create.

3. Give the sort description.

4. Definition --> selection method (The name of the source table from where u get the field).

5. Dialog mode --> dispaly values immediately

6. Parameter --> search help parameter --> k1 & k2

7. For field F1 --> Give default value 'test'.

Former Member
0 Kudos

Hi,

check below link for creation of search help

Regards,

Madhu

Former Member
0 Kudos

hi

try this steps

Elementary Search Help

1) Goto SE11

Enter the search help name and click on create.

2)Choose elementary search help radio button option as the search help type.

3)Enter the search help parameters, the selection method and activate the search help.

Collective Search Help

1)Enter the search help name and click on create.

2)Choose Collective search help radio button option as the search help type.

3)Enter the search help parameters.

Note that there is no selection method to be entered for a collective search help.

4)Instead of the selection method, we enter the included

search helps for the collective search help.

5)We need to assign parameters for each of the included

search helps.

6)Complete the parameter assignment by clicking on the push button

7)Collective search help offers the user to obtain F4 help

using any of the included search helps.

Regards

Former Member
0 Kudos

Hi,

while creating the table in se11 with K1,K2,F1 fields,create the fields K1,F1 as default values 'test',where as for F1 field create search help.

Regards,

subhashini.

Former Member
0 Kudos

Thank you all for your helps!