cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BO 4.0 Audit help

Former Member
0 Kudos

Hi ,

I would like to generate the list of reports running against particular universe(like Efashion) and by which user.

Can any one help on how to link the Audit tables to fulfill my requirement.

Thanks

Narendar M

Accepted Solutions (0)

Answers (1)

Answers (1)

CdnConnection
Active Contributor
0 Kudos

Narendar,

     All the info on the Audit database is within the BI 4.x Platform Guide, see link

http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp3_bip_admin_en.pdf

You can also download the Sample UNX & Crystal Enterprise reports as a started.

Regards,

Ajay

former_member4998
Active Contributor
0 Kudos

Hi..

First you need to configure the audit universe…once it’s configured

You need to create report on audit universe by using the below dimensions.

Event Type, Object Name, Object Type, User Name

Try filtering like below

Event Type = RUN

Object Type = Universe

User Name


Find the below link

former_member4998
Active Contributor
0 Kudos

Hi..

If you are not able to get the result using the audit universe, you need to write code in SAP BusinessObjects Business Intelligence platform - Query Builder


Using below CMS tables

Tables

CI_INFOOBJECTS

CI_SYSTEMOBJECTS

CI_APPOBJECTS

Find the below links for more info

http://wiki.scn.sap.com/wiki/display/BOBJ/How+to+browse+CMS+repository

http://wiki.scn.sap.com/wiki/display/BOBJ/CMS+Database