cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Text in NWBC 4.0(Desktop) Service Index

Former Member
0 Kudos

With BADI:

BADI_NWBC_RUNTIME_EXTENSION

it is possible to change the role description of an service map entry. e.g. user assigned store.

But how could this be refreshed, after changing the user assignment?

Closing and restarting of NWBC (desktop) helps. But how could this be triggered from ABAP side automatically?

Or is it possible to trigger NWBC refreshing the role descriptions?


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Get a handle to the NWBC runtime, check for 3.5+ and call method IF_NWBC_RUNTIME35~INVALIDATE_NAV_TREE_CACHE. See ABAP program NWBC_DELETE_MENU_CACHE for reference.

Former Member
0 Kudos

Well this does not update the currect NWBC session even not a relaunch of the Index Page. Only closing the full NWBC (Desktop) and reopen seem to work.