Hi zhang,
you should not force the use of an index with hints but to create appropriate indexes and recalculate table statistics so that SGBD selects automatically the correct index to use.
Check Explain Plan - ABAP Development - SCN Wiki for some information regarding above mentioned transactions. I find the "Enter SQL Statement" functionality particularly useful.
regards,
Edgar