cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to check the last execution times of Bex Analyzer workbooks

Former Member
0 Kudos
764

Hi Gurus,

In my system there are 618 workbooks. I need to check the last execution details of those. Its a finance system. So please help me on this.

Thanks in advance,

Pragyanand

Accepted Solutions (0)

Answers (3)

Answers (3)

Loed
Active Contributor
0 Kudos

Hi,

Check this:

Regards,

Loed

sapna_jgurudutt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Pragyanand,

Can you please check the following tables by going to transaction SE16 in the relevant BW Backend system and check whether it helps you:

RSRWBINDEX

RSRWBINDEXT

RSRWORKBOOK

RSRREPDIR

RSZCOMPDIR

Thanks & Regards,

Sapna

Former Member
0 Kudos

Hi,

Thanks for the reply but I have already checked these tables but can't find the "Last Used" log for the workbooks.

Thanks & Regards,

Pragyanand

former_member225306
Active Contributor
0 Kudos

Hi,

I dont think you can directly find the last used timestamp. You can instead used join the below tables and derive the data. Tables involved: RSRWORKBOOK,RSRREPDIR,RSZCOMPDIR Keys and steps: 1. RSRWORKBOOK =  2. RSREPDIR- GENUNIID = RSRWORKBOOK-GENUNIID 3. RSZCOMPDIR-COMPUID = RSREPDIR- COMPUID 4. RSZCOMPDIR-LASTUSED will give the last used of the query, which will indicate the last used of workbook Hope this helps

Loed
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

Thanks for the prompt revert. This list proved quite helpful.

Thanks & Regards,

Pragyanand