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

abap general

Former Member
0 Likes
372

is there any difference between search help and match code?

2 REPLIES 2
Read only

Former Member
0 Likes
354

Refer

Read only

Former Member
0 Likes
354

in 4.6b name is call it as matchcode.

in higher versions it is searchhelps

search help:adding f4 functionality is search help(adding help for any topic)

elementary search help is for f4 help and collectice search help is the collection of elementary search helps

<b>2 types of search help .</b>

1.Elementary search helps defines a search path where we will define the table from which the data has to be read and the selection criteria. Through import and export parameters. Used when we gets the data rom a single table.

2.Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criteria’s. More than one tables are

Selection from multiple tables

match code:adding search help for the input field is called as mathcode object

there is no types of match code obecjt.

reward points if it is usefull....

Girish