Application Development 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: 

Search help - Taking long time

Former Member
0 Kudos

Hi,

We had a request to add a search help for Customer number in transactions FD02, FD03, VD02, VD03, XD02 and XD03. A search help to pull customer number depending on the Telephone number.

We have added a Elementary search help in Collective srch hlp DEBI.

We are joining KNA1 & KNVK tables. In KNVK we have TELF1 field.

and its working fine in all the transactions.

Now the problem is it is taking long time to bring back the Customer number when we input Telephone no.

Any suggestions will be greatly helpful.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Create a secondary index on TELF1 in table knvk.

Thanks,

Vamshi

3 REPLIES 3

Former Member
0 Kudos

In the IMG (transaction SPRO):


Financial Accounting
->Accounts receivable and Accounts payable
  ->Customer Accounts
    ->Master Records
      ->Matchcodes

There are two items. Check the documentation on them.

Rob

Former Member
0 Kudos

Create a secondary index on TELF1 in table knvk.

Thanks,

Vamshi

0 Kudos

Hi Vamshi,

your suggestion worked. we have created Secondary Index on TELF1 in KNVK table.

Thank you.