cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative to manual indexing

Former Member
0 Kudos

As soon as the data upload is done in GTS,

We have to do indexing on the partner data,to avoid screening or GTS system performance issues.

Do we have any alternative to avoid such issues ?

Can we automate the indexing before screening?Please advise.

Edited by: kittu reddy on Aug 2, 2010 10:10 AM

Edited by: kittu reddy on Aug 2, 2010 10:11 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use background jobs to run for all the steps in Indexing. But make sure its sequential.

christin_angus
Active Participant
0 Kudos

Like Abir said, schedule backgroundjobs for the following steps regularly:

/SAPSLL/SPL_CUS_APP_BUFF_RESET

/SAPSLL/SPL_CREATE_SEARCHTERMS

/SAPSLL/SPL_INDEX_CREATE

/SAPSLL/SPL_CREATE_SEARCHTADRC

This is not only good for not having to perform them manually after a new SPL list has been uploaded, but also ensures, that the buffers for SPL check are up to date and prevents performance issues.

Best regards, Christin

Answers (0)