cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction for mass updating of navigation index

eyal_alsheikh
Active Participant
0 Kudos

Hello,

I needed to change my programs to work with new function module instead of the old one.

After transporting the programs (all in the same request) from one client to another, the navigation index was not updated.

As a result, when I do where-used I still see the list of my programs in the old function module instead of the new function module.

Is there a tool/transaction to update the navigation index to all the programs at the same time instead of doing "update navigation index" in the utilities menu for each program.

Thanks for your replies,

Eyal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use programs SAPRSEUI or SAPRSEUT or SAPRSLOG.

We even scheduled these programs to regenerate where-used indexes every night.

If it helps, please reward and mark the question as answered.

Regards,

Srinivas

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eyal,

I'm not sure if there is a standard program, but you could write a simple one for yourself. Use FM WB_TREE_ACTUALIZE to do reorganize the navigation index.

Regards,

John.