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 and value range

Former Member
0 Kudos
1,293

Hi,

what is the difference between search help and value range?

Regds

saurabh

5 REPLIES 5

Manohar2u
Active Contributor
0 Kudos
290

<b>Value Range</b>

Value range will be maintained at domain level. Definition follows as...

The value range of a domain can be limited by defining fixed values. In

this case, only the values entered in the fixed values are possible for

all the table fields referring to this domain. The fixed values can be

single values or intervals.

You can only define fixed values for domains of data types CHAR, NUMC,

DEC, INT1, INT2 and INT4.

<b>Search help</b>

Search helps enable you to restrict selections using a variety of criteria. They are particularly useful if you want to report on data for persons for whom the information at your disposal is incomplete. If you choose Search helps, the system displays a variety of search helps (such as last name – first name and organizational assignment) which can be used to select personnel numbers efficiently.

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/cb/9d35380779a239e10000009b38f8cf/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/cb/9d35380779a239e10000009b38f8cf/frameset.htm</a>

Regds

Manohar

Former Member
0 Kudos
290

Hi,

Search Help

Use

With this function you can search for objects, thereby defining and linking different selection conditions for the search help.

Prerequisites

You can call this function by:

· Selecting Object ® Search... () in the main menu bar of the Integration Builder

· Placing the cursor on a software component version and selecting Search... () in the context menu (only in the Integration Repository)

In this case the software component version is defined as the search criteria.

Features

Defining the Object Type

You can select the object type in a dropdown list in field Object Type.

In the design (Integration Repository) you can

· Select an object type (for example Message Interface)

· Select a cross-object category (for example Interface Objects)

In the configuration (Integration Directory) you can select types Values Mapping Group and schema in addition to the individual object types.

-

-


CHECK THIS LINK TO CREATE A SEARCH HELP.

http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm

Value Range

It is maintained at Domain level.

Domain has values or a check table assigned to it.

The data element using this domain can have only the specified values present in the domain.

Sameena

Message was edited by: sameena attarwala

former_member416164
Participant
0 Kudos
290

Hello,

A search help will let you search values for a field when hiting F4 in a popup with a little selection screen based on a table or view.

The value range is defined at the domain level and it's static (until you chagne it manually). It act as search help (withou selection screen).

Value range are usually used on fields where the value are always the same (ex: document status O for open, C for close). Search help are used on field like document numbers.

Hope this help

Former Member
0 Kudos
290

Hi Friends ,

Can any body tell me how to create multiple selection for a field in selection screen and how to capture all those values of that fields in program for database selction. Suppose i am having document number EBELN from EKKO exists in selectio screen . how to create multiple selection for that and how to use all those values given to EBELN to get data from EKKO.

Kumar.

Former Member
0 Kudos
290

tx