Hi Folks,
I am migrating some BEX 3.5 workbooks that contain macros into BusinessObjects Analysis workbooks.
VBA knowledge is rare but I figured out how to call routines after refresh using
Application.Run("SAPExecuteCommand", "RegisterCallback", "AfterRedisplay", "Callback_AfterRedisplay")
Now I attempt to copy the SAPBEXonRefresh code into the Sub Callback_AfterRedisplay() but SAP SAPBEXonRefresh
used queryID and ResultArea as parameters.
As far as I see these are global SAP variables available in BEX but not available in AO.
What are the equivalent functions in AO to get those values so that I can use the functions to fill the variable values and the "old" code can run?
Thanks for all replies in advance,
Axel