Skip to Content
0
Mar 19, 2009 at 12:03 PM

Determine/record how long an Inbox Search is taking...

38 Views

Using the BADI implementation IF_EX_CRM_IC_INBOX_BADI~AFTER_SEARCH I can record the parameters being entered when a user kicks off a search. However, I have now been tasked to also record how long a particular search is taking. Now, this may sound easy in that I have both a BEFORE and AFTER search method, but I'm not sure of the best way of recording the start time in the BEFORE method and then accessing this in the AFTER method.

Does anyone have a good suggestion for this?.

Gary King