‎2007 Dec 13 4:33 PM
‎2007 Dec 13 4:48 PM
Hi,
There is no difference between Search helps and match code objects.
Search helps are the Advanced concept of Match codes.
SAP Converted match codes to Search helps.
Index :
An Index is a copy of database table having few numbers of fields. This copy is always in sorted form. As we know, Sorted data would always have a speed access from a database table. Hence, we use an index for the table while reading the database records. Index also contains a pointer pointing towards actual database table so that it can access fields that are not contained in the Index
For More Information About Index :
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/09/19/indexinginSAP+Tables
Thanks.
Message was edited by:
Viji