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 helps Vs Matchcode objects

Former Member
0 Likes
671

Hi friends,

Can anybody clearly differentiate Search helps and Matchcode objects.

Thanks&Regards

rajesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

Hi,

Match codes and Search helps are both same and do the same.

But earlier they are called as Match codes, later with the new releases they are called as Search helps.

Thanks.

If this helps you reward with points.

5 REPLIES 5
Read only

Former Member
0 Likes
490

Hi Rajesh,

Matchcode Objects and search helps perform similar functions.ie providing input help to the screen elements.

It is just that the latter replaced the former with the new Release.

You can refer these links for reference.

Regards,

SP.

Read only

Former Member
0 Likes
490

Hello,

Search and Macthcode will do the exactly same function.

ie) Giving the input help to a fiels.

But the mAtchcode is replaced by the search help from the version 4.6C.

If help reward.

Vasanth

Read only

Former Member
0 Likes
491

Hi,

Match codes and Search helps are both same and do the same.

But earlier they are called as Match codes, later with the new releases they are called as Search helps.

Thanks.

If this helps you reward with points.

Read only

0 Likes
490

Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.

Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.

A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:

You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string.

You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.

-

-


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

CHECK THIS LINK TO CREATE A MATCHCODE OBJECT

http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html

more details...

Read only

Former Member
0 Likes
490

Hi,

Both are used to provide f4 help.

Before search help we had only match code object in SAP.

Starting from release 4.x we had search help.SO the existing match codes have been automatically converted into Search helps now.

Starting from 4.6c you can create only search helps.

rgds,

latheesh