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

Matchcode Vs Search Help ?

Former Member
0 Likes
547

Whats the difference in MATCHCODE and SEARCH HELP? What to and How to choose in between if reqd.

Plz help me.

Thanx.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

Hi Sagar,

Search Help is used whenever you want create F4 on the selection screen other than the primary key field. There are two types of Search Helps. And Match code are used in older version now SAP has been replaced with Search Help.

1 Name of a Search Help

A search help is an object of the ABAP Dictionary with which input helps

(F4 helps) can be defined.

There are the following types of search helps:

o Elementary search helps implement a search path for determining the

possible entries.

o Collective search helps contain several elementary search helps. A

collective search help therefore provides several alternative search

paths for possible entries.

o Append search helps can be used to enhance collective search helps

delivered by SAP with customer-specific search paths without

requiring a modification.

The three components of the input help process described by a search

help are the outer interface, the online behavior and the method of data

collection.

The outer interface is defined by specifying the interface parameters.

They define the context information to be used in the input help process

and the attributes to be sent to the screen by the input help.

The search help attachment defines the field contents for parametrizing

an import parameter and the fields of the input template in which the

contents of the export parameters should be returned.

The dialog behavior and data collection are defined differently for

elementary search helps and collective search helps.

The behavior of a search help can be made more flexible than usual with

search help exits.Hope it clarifies your doubt.

Regards,

Ameer Baba.

4 REPLIES 4
Read only

Former Member
0 Likes
522

hi,

Both are same, I hope before 4.7 it was called match code ID and after Search help.

regards,

Prabhu

reward if it is helpful

Read only

Former Member
0 Likes
522

match code used 3.1 updated one.

search help is new one.

search help create se11.

Read only

Former Member
0 Likes
523

Hi Sagar,

Search Help is used whenever you want create F4 on the selection screen other than the primary key field. There are two types of Search Helps. And Match code are used in older version now SAP has been replaced with Search Help.

1 Name of a Search Help

A search help is an object of the ABAP Dictionary with which input helps

(F4 helps) can be defined.

There are the following types of search helps:

o Elementary search helps implement a search path for determining the

possible entries.

o Collective search helps contain several elementary search helps. A

collective search help therefore provides several alternative search

paths for possible entries.

o Append search helps can be used to enhance collective search helps

delivered by SAP with customer-specific search paths without

requiring a modification.

The three components of the input help process described by a search

help are the outer interface, the online behavior and the method of data

collection.

The outer interface is defined by specifying the interface parameters.

They define the context information to be used in the input help process

and the attributes to be sent to the screen by the input help.

The search help attachment defines the field contents for parametrizing

an import parameter and the fields of the input template in which the

contents of the export parameters should be returned.

The dialog behavior and data collection are defined differently for

elementary search helps and collective search helps.

The behavior of a search help can be made more flexible than usual with

search help exits.Hope it clarifies your doubt.

Regards,

Ameer Baba.

Read only

Former Member
0 Likes
522

Hi Sagar.

checkout this link.

Both are using for same purpose, Matchcode was used in SAP 3.1 version and Search help we are using in upgraded version.

If you write:

parameters: stud_name like zstudent-name mathcode object zstuname.

here zstuname is searchhelp name.

It will show you possible values in the corresponding field.

rewards are needful if it is useful.