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

Collective search help

Former Member
0 Likes
939

hi,

i am developing a object on Collective search help.

plz suggest how to develop <b>Collective search help on field “X” which allows to search tables</b></b>o TAB1

o TAB2

on 2 tabs.

PLZ SUGGEST ON THE SAME WITH STEPS

MAHESH

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
885

Hi,

) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).

2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.

3)An elementary search help defines the standard flow of an input help.

4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.

5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.

6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input

Regards

hi,

i am developing a object on Collective search help.

plz suggest how to develop <b>Collective search help on field “X” which allows to search tables</b></b>o TAB1

o TAB2

on 2 tabs.

PLZ SUGGEST ON THE SAME WITH STEPS

MAHESH

5 REPLIES 5
Read only

Former Member
0 Likes
885

Hi

See this and do accordingly

1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).

2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.

3)An elementary search help defines the standard flow of an input help.

4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.

5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.

6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.

CREATION:

Go to SE11 Tcode

select search help

give the 'z' search help name and create

select the selection method ur table name eg : 'mara'

dialog module 'display value immediately'.

add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.

where left position when displaying and spos = search position

and then save and activate ..

See the links:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm

pls go through this for search help creation

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm

Search Help Exits:

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
886

Hi,

) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).

2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.

3)An elementary search help defines the standard flow of an input help.

4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.

5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.

6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input

Regards

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
885

Hi,

You need to create Two elimentary search helps on each table TABLE1 and TABLE2.

Then you need to create collective search help by including these two search helps in the new one.

Dont forget to do parameter mapping for the search helps included.

Regards,

Sesh

Read only

Former Member
0 Likes
885

see the link with screen shots

<a href="http://">http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm</a>

Girish

Read only

Former Member
0 Likes
885

hi

Creating Collective Search Helps



Procedure



1) In the initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create.

2) A dialog box appears in which you must select the type of search help.

3) Select Collective search help and choose .

4) The maintenance screen for collective search helps is displayed.

5) Enter an explanatory text in the field Short text.

6) You can for example find the search help at a later time using this short text.

In the Definition tab page enter the parameters of the collective search help.
7) Select the Imp flag if it is an import parameter. Select the Exp flag if it is an export parameter.

😎 Define the types for the parameters of a collective search help by assigning a data element. Enter the name of the data element that describes the contents of the search help parameter in the Data element field.

9) You can assign the parameter a default value in the Default value field.

10) In exceptions it could be necessary to change the standard process defined by the search help. You can implement the deviation from the standard using a search help exit.

11) In this case enter the name of the search help exit in the corresponding field.

12) On the Included search helps tab page, define the search helps that you want to include in the collective search help.

13) You can include elementary search helps and collective search helps.

14)Use the Hide flag to control whether an included search help should appear in the dialog box for selecting the elementary search help. If the flag is set, the search help is not offered.

15) It makes sense to hide search help inclusions if one or more search paths in the standard system should not be used in a concrete R/3 System. Similarly, search help inclusions can also be already hidden in the standard system because they only can be used meaningfully in a few R/3 Systems. You have to cancel the flag in this case.

16) Position the cursor one after the other on each allocated search help and choose Parameter assignment.
In the next screen, enter the parameter names of the elementary search helps to which the corresponding parameters of the collective search help should be assigned in the field Reference parameter.

17) You can select the parameters contained in the included search help using the input help. Create a proposal for the assignment with Proposal.

18) Save your entries.
A dialog box appears in which you have to assign a development class to the search help.

Choose .to activate.
Result

The collective search help is activated. You can find information about the activation flow in the activation log, which you can display with Utilities ® Activation log. If errors occurred when the collective search help was activated, the activation log is automatically displayed


regards
ravish

plz dont forget to reward points if helpful