Skip to Content
0
Former Member
Oct 17, 2007 at 09:27 AM

Question about function RRT_BROWSE_MEASURES

24 Views

To experts or SAP guys familiar with this abap function

RRT_BROWSE_MEASURES

:

In this function, in form _

browse_measures

->

_browse_cubes

, it will save cube info in a buffer table,

g_sx_cache-cube

.

My question is, when will this buffered table be cleaned, at some intervals or until the user logs off? I have this question because it has caused some problem in our code.

Thanks,

Ray