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 help,F4 function& matchcode object , give difference

Former Member
0 Likes
1,387

hi guru

i confuse about this 3 functionlity.

search help,F4 function& matchcode object ,

please tell me the differences.

regards.

subhasis.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

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

CHECK THIS LINK TO CREATE A MATCHCODE OBJECT

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

more details...

Regards,

Priyanka.

3 REPLIES 3
Read only

former_member196299
Active Contributor
0 Likes
838

hi Subhasish ,

In simple words , Search helps and match codes objects are same .

While designing custom screens , you can provide F4 help functionality to a screen field by directly attaching a search help name to the field attributes .

And you can provide a F4 functionality to a selection screen field by using the search help name in MATCH CODE Object addition of a parameter statement .

F4 help is provided based on the forteign key relationship.

Regards,

Ranjita

Read only

Former Member
0 Likes
838

hi,

SAP match codes are used in older versions..

Search helps in newer versions replaced match codees

From a functionlality aspect nothing much is changing, its just the terminology.

you can create the search helps from SE11.

enter the search help with some Zname and create in SE11.

give description, and Table name in SELECTION METHOD

and enter the Paramters(fields) in down, save and execute.

If you didnt find standard search helkps for data elements you can create your

own search help --which is nothing but F4 help using the function module.

<b>create a serch help in SE11 --zserchlp</b> this is your search help name

select-options : p_belnr for bseg-belnr matchcode object <serch help name>.

the above is static if u want dynamic one use FM F4IF_INT_TABLE_VALUE_REQUEST.

rewards if useful

regards,

nazeer

Read only

Former Member
0 Likes
839

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

CHECK THIS LINK TO CREATE A MATCHCODE OBJECT

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

more details...

Regards,

Priyanka.