cancel
Showing results for 
Search instead for 
Did you mean: 

To hide column in Consolidated Log Report

Former Member
0 Kudos

Hi Experts,

We found some inconsistent data in description column of Consolidated Log Report. So we need to hide the column, but we cannot able to find the Administrator mode for the Consolidated Log Report.

Thanks,

Sriram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sriram,

Which field you want to hide in consolidated log report.?As there are various description columns namely

Reason code description,Activity description,Additional description.Still if problem exists after following Alessandro Banzer's reply.Do the following.

If you want to hide the column permanantely, enhance the method INIT_ALV( ) of webdynpro component GRAC_UIBB_SPM_REPORTS.

Add this code to hide the column : LO_CONFIG->IF_SALV_WD_COLUMN_SETTINGS~DELETE_COLUMN( ID = '<COLUMN NAME>' ).

Thanks

KH

Former Member
0 Kudos

Hi,

In addition to that Description is also there, need to disable that column.

Please suggest as GRAC_UIBB_SPM_REPORTS component is giving the below screen when we open in Admin mode

Thanks,

Sriram

Former Member
0 Kudos

Hi,

For that you need to pass  the URL parameter : &report=GRAC_SPM_CONS_REPORT .PFB the snapshot for reference

On executing the appl'n, following is the screen.

By adding the URL parameter,following is the screen.

PS : URL parameter SAP-CONFIG-MODE=X is to open appl'n in admin mode.

Hope this helps you.

Thanks

KH

Former Member
0 Kudos

Hi Kartice,

Thanks it working now

Regards,

Sriram

Answers (1)

Answers (1)

alessandr0
Active Contributor
0 Kudos

Sriram,

if it is only for your user you can also change the view and save the settings as initial view.

Regards,

Alessandro

alessandr0
Active Contributor
0 Kudos

To make it global you can change the settings in admin mode and remove the column of the view. WD component GRAC_UIBB_SPM_REPORTS in package GRAC_SUPPERUSER_ACCESS.

See also a similar thread of how to change views in GRC AC:

Regards,

Alessandro