‎2006 May 25 6:22 AM
Plz explain about search Help and match code objects?
How we can create these things in dictionary?
Plz give me steps for these two
‎2006 May 25 6:32 AM
Hi,
Check the following links...
Search Helps:
http://help.sap.com/saphelp_erp2005/helpdata/en/8b/415d363640933fe10000009b38f839/frameset.htm
For Data Dictionary Objects help...
http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ea0b446011d189700000e8322d00/frameset.htm
Thanks and Regards,
Bharat Kumar Reddy.V
‎2006 May 25 6:30 AM
‎2006 May 25 6:30 AM
hi,
check this link.
http://help.sap.com/saphelp_nw04/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm
Message was edited by: sudheer Addepalli
‎2006 May 25 6:32 AM
Hi,
Check the following links...
Search Helps:
http://help.sap.com/saphelp_erp2005/helpdata/en/8b/415d363640933fe10000009b38f839/frameset.htm
For Data Dictionary Objects help...
http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ea0b446011d189700000e8322d00/frameset.htm
Thanks and Regards,
Bharat Kumar Reddy.V
‎2006 May 25 6:38 AM
Hi,
<b>For search help</b>
Please refer to the foll links....provide steps too.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
The link below shows how to attach the search help to data element field,table field or check table fields.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee93446011d189700000e8322d00/content.htm
<b>For match code objects</b>
The following link contains all steps and req info abt match code
http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm
<i><b>Please reward the same.</b></i>
<b></b><b></b>
‎2006 May 25 6:40 AM
HI
GUD
SEARCH HELP=>
With this function you can search for objects, thereby defining and linking different selection conditions for the search help.
http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm
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.
http://help.sap.com/saphelp_40b/helpdata/en/cf/21ef1f446011d189700000e8322d00/content.htm
BOTH THESE LINKS GIVE YOU DETAILS HOW TO CREATE THE RESPECTIVE THINGS.
THANKS
MRUTYUN
‎2006 May 25 6:45 AM
Hi,
MATCH CODES are the older versions of SEARCH HELP.
technically there is no difference at all.
in older versions, search help were called as match codes
while declaring parameters and select-options
parameter p type i MATCH-CODE OBJECT (something).
the above type of declaration only is still used to assign a field to a search help.
Please ref to http://help.sap.com in ABAP Dictionary section.Starting from 4.6c you can create only search helps.
rgds,
latheesh