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 question?

Former Member
0 Likes
1,497

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,368

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

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!

12 REPLIES 12
Read only

Former Member
0 Likes
1,368

hello ,

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

regards

Prabhu

Read only

Former Member
0 Likes
1,368

come with clear question

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,369

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

Read only

0 Likes
1,368

Hi,

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

Read only

Former Member
0 Likes
1,368

Hi,

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

Atul

Read only

Former Member
0 Likes
1,368

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.

Read only

Former Member
0 Likes
1,368

Hi,

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

so against k1 give default val as 'test'

Read only

Former Member
0 Likes
1,368

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

Read only

Former Member
0 Likes
1,368

Hi,

check below link for creation of search help

Regards,

Madhu

Read only

Former Member
0 Likes
1,368

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

Read only

Former Member
0 Likes
1,368

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.

Read only

Former Member
0 Likes
1,368

Thank you all for your helps!