‎2007 Oct 17 10:27 AM
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
‎2008 Jul 17 9:36 AM